Home
last modified time | relevance | path

Searched refs:pnpbios_interface_attach_device (Results 1 – 3 of 3) sorted by relevance

/drivers/pnp/pnpbios/
Dpnpbios.h162 extern int pnpbios_interface_attach_device(struct pnp_bios_node * node);
166 static inline int pnpbios_interface_attach_device(struct pnp_bios_node * node) { return 0; } in pnpbios_interface_attach_device() function
Dproc.c221 int pnpbios_interface_attach_device(struct pnp_bios_node *node) in pnpbios_interface_attach_device() function
Dcore.c341 pnpbios_interface_attach_device(node); in insert_device()