Searched refs:pnp_bus_type (Results 1 – 4 of 4) sorted by relevance
259 const struct bus_type pnp_bus_type = { variable271 return dev->bus == &pnp_bus_type; in dev_is_pnp()278 drv->driver.bus = &pnp_bus_type; in pnp_register_driver()
146 dev->dev.bus = &pnp_bus_type; in pnp_alloc_dev()231 return bus_register(&pnp_bus_type); in pnp_init()
9 extern const struct bus_type pnp_bus_type;
360 if (pnp_bus_type.probe(&dev->dev)) in pnp_request_card_device()