Home
last modified time | relevance | path

Searched refs:drivers_autoprobe (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/base/
Dbus.c241 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in show_drivers_autoprobe()
248 bus->p->drivers_autoprobe = 0; in store_drivers_autoprobe()
250 bus->p->drivers_autoprobe = 1; in store_drivers_autoprobe()
557 if (bus->p->drivers_autoprobe) in bus_probe_device()
625 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
702 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()
909 priv->drivers_autoprobe = 1; in bus_register()
Dbase.h38 unsigned int drivers_autoprobe:1; member