Home
last modified time | relevance | path

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

/linux/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/drivers/input/serio/
H A Di8042.c162 bool driver_bound; member
588 filter_dbg(port->driver_bound, in i8042_handle_data()
1526 port->driver_bound = true; in i8042_kbd_bind_notifier()
1530 port->driver_bound = false; in i8042_kbd_bind_notifier()
/linux/drivers/base/
H A Ddd.c459 static void driver_bound(struct device *dev) in driver_bound() function
563 driver_bound(dev); in device_bind_driver()
771 driver_bound(dev); in really_probe()
/linux/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()`.)