.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PNP_REQUEST_CARD_DEVICE" "9" "09 October 2005" "" "" .SH NAME pnp_request_card_device \- Searches for a PnP device under the specified card .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct pnp_dev * pnp_request_card_device (struct pnp_card_link * \fIclink\fB, const char * \fIid\fB, struct pnp_dev * \fIfrom\fB); \fR .SH "ARGUMENTS" .TP \fB\fIclink\fB\fR pointer to the card link, cannot be NULL .TP \fB\fIid\fB\fR pointer to a PnP ID structure that explains the rules for finding the device .TP \fB\fIfrom\fB\fR Starting place to search from. If NULL it will start from the begining.