pnp_bus_type      360 drivers/pnp/card.c 	if (pnp_bus_type.probe(&dev->dev))
pnp_bus_type      158 drivers/pnp/core.c 	dev->dev.bus = &pnp_bus_type;
pnp_bus_type      244 drivers/pnp/core.c 	return bus_register(&pnp_bus_type);
pnp_bus_type      257 drivers/pnp/driver.c struct bus_type pnp_bus_type = {
pnp_bus_type      270 drivers/pnp/driver.c 	drv->driver.bus = &pnp_bus_type;
pnp_bus_type      438 include/linux/pnp.h extern struct bus_type pnp_bus_type;