Searched refs:driver_bound (Results 1 – 5 of 5) sorted by relevance
161 bool driver_bound; member600 filter_dbg(port->driver_bound, data, "<- i8042 (interrupt, %d, %d%s%s)\n", in i8042_interrupt()1535 port->driver_bound = true; in i8042_kbd_bind_notifier()1539 port->driver_bound = false; in i8042_kbd_bind_notifier()
579 bool driver_bound; member602 simdev->driver_bound = true; in gpio_sim_bus_notifier_call()604 simdev->driver_bound = false; in gpio_sim_bus_notifier_call()993 dev->driver_bound = false; in gpio_sim_device_activate()1007 if (!dev->driver_bound) { in gpio_sim_device_activate()
984 bool driver_bound; member1006 vdev->driver_bound = true; in gpio_virtuser_bus_notifier_call()1009 vdev->driver_bound = false; in gpio_virtuser_bus_notifier_call()1496 dev->driver_bound = false; in gpio_virtuser_device_activate()1509 if (!dev->driver_bound) { in gpio_virtuser_device_activate()
398 static void driver_bound(struct device *dev) in driver_bound() function502 driver_bound(dev); in device_bind_driver()708 driver_bound(dev); in really_probe()
277 :c:func:`driver_bound()`.)293 (Call to :c:func:`device_links_driver_bound()` from :c:func:`driver_bound()`.)
Completed in 21 milliseconds