Searched refs:pnp_bus_type (Results 1 – 5 of 5) sorted by relevance
144 dev->dev.bus = &pnp_bus_type; in pnp_alloc_dev()215 return bus_register(&pnp_bus_type); in pnp_init()
213 struct bus_type pnp_bus_type = { variable227 drv->driver.bus = &pnp_bus_type; in pnp_register_driver()
357 if (pnp_bus_type.probe(&dev->dev)) in pnp_request_card_device()
349 .bus = &pnp_bus_type,
438 extern struct bus_type pnp_bus_type;