Searched refs:pnpbios_protocol (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pnp/pnpbios/
H A Dcore.c292 struct pnp_protocol pnpbios_protocol = { variable in typeref:struct:pnp_protocol
306 list_for_each_entry(dev, &pnpbios_protocol.devices, protocol_list) {
312 dev = pnp_alloc_dev(&pnpbios_protocol, node->handle, id);
539 ret = pnp_register_protocol(&pnpbios_protocol);
575 EXPORT_SYMBOL(pnpbios_protocol); variable
/linux-master/include/linux/
H A Dpnp.h333 extern struct pnp_protocol pnpbios_protocol;
335 #define pnp_device_is_pnpbios(dev) ((dev)->protocol == (&pnpbios_protocol))

Completed in 121 milliseconds