1PNP_REQUEST_CARD_DEV(9)  Device drivers infrastructure PNP_REQUEST_CARD_DEV(9)
2
3
4

NAME

6       pnp_request_card_device - Searches for a PnP device under the specified
7       card
8

SYNOPSIS

10       struct pnp_dev * pnp_request_card_device(struct pnp_card_link * clink,
11                                                const char * id,
12                                                struct pnp_dev * from);
13

ARGUMENTS

15       clink
16           pointer to the card link, cannot be NULL
17
18       id
19           pointer to a PnP ID structure that explains the rules for finding
20           the device
21
22       from
23           Starting place to search from. If NULL it will start from the
24           begining.
25
27Kernel Hackers Manual 2.6.         June 2019           PNP_REQUEST_CARD_DEV(9)
Impressum