Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pnp/pnpbios/
Dpnpbios.h161 extern int pnpbios_interface_attach_device(struct pnp_bios_node * node);
165 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.c339 pnpbios_interface_attach_device(node); in insert_device()