Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Ddev-sync-probe.c29 pdata->driver_bound = true; in dev_sync_probe_notifier_call()
32 pdata->driver_bound = false; in dev_sync_probe_notifier_call()
60 data->driver_bound = false; in dev_sync_probe_register()
75 if (!data->driver_bound) { in dev_sync_probe_register()
H A Ddev-sync-probe.h17 bool driver_bound; member
/linux-6.15/drivers/input/serio/
H A Di8042.c161 bool driver_bound; member
587 filter_dbg(port->driver_bound, in i8042_handle_data()
1525 port->driver_bound = true; in i8042_kbd_bind_notifier()
1529 port->driver_bound = false; in i8042_kbd_bind_notifier()
/linux-6.15/drivers/base/
H A Ddd.c398 static void driver_bound(struct device *dev) in driver_bound() function
502 driver_bound(dev); in device_bind_driver()
707 driver_bound(dev); in really_probe()
/linux-6.15/Documentation/driver-api/
H A Ddevice_link.rst277 :c:func:`driver_bound()`.)
293 (Call to :c:func:`device_links_driver_bound()` from :c:func:`driver_bound()`.)