'\" t .\" Title: pnp_request_card_device .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Device drivers infrastructure .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "PNP_REQUEST_CARD_DEV" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Device drivers infrastructure" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" pnp_request_card_device \- Searches for a PnP device under the specified card .SH "SYNOPSIS" .HP \w'struct\ pnp_dev\ *\ pnp_request_card_device('u .BI "struct pnp_dev * pnp_request_card_device(struct\ pnp_card_link\ *\ " "clink" ", const\ char\ *\ " "id" ", struct\ pnp_dev\ *\ " "from" ");" .SH "ARGUMENTS" .PP \fIclink\fR .RS 4 pointer to the card link, cannot be NULL .RE .PP \fIid\fR .RS 4 pointer to a PnP ID structure that explains the rules for finding the device .RE .PP \fIfrom\fR .RS 4 Starting place to search from\&. If NULL it will start from the beginning\&. .RE .SH "COPYRIGHT" .br