Home
last modified time | relevance | path

Searched refs:driver_bound (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/input/serio/
Di8042.c157 bool driver_bound; member
596 filter_dbg(port->driver_bound, data, "<- i8042 (interrupt, %d, %d%s%s)\n", in i8042_interrupt()
1531 port->driver_bound = true; in i8042_kbd_bind_notifier()
1535 port->driver_bound = false; in i8042_kbd_bind_notifier()
/Linux-v6.1/drivers/gpio/
Dgpio-sim.c498 bool driver_bound; member
519 simdev->driver_bound = true; in gpio_sim_bus_notifier_call()
521 simdev->driver_bound = false; in gpio_sim_bus_notifier_call()
920 dev->driver_bound = false; in gpio_sim_device_activate_unlocked()
934 if (!dev->driver_bound) { in gpio_sim_device_activate_unlocked()
/Linux-v6.1/drivers/base/
Ddd.c393 static void driver_bound(struct device *dev) in driver_bound() function
503 driver_bound(dev); in device_bind_driver()
687 driver_bound(dev); in really_probe()
/Linux-v6.1/Documentation/driver-api/
Ddevice_link.rst277 :c:func:`driver_bound()`.)
293 (Call to :c:func:`device_links_driver_bound()` from :c:func:`driver_bound()`.)