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

/linux-4.1.27/drivers/base/
H A Dbus.c240 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); show_drivers_autoprobe()
247 bus->p->drivers_autoprobe = 0; store_drivers_autoprobe()
249 bus->p->drivers_autoprobe = 1; store_drivers_autoprobe()
557 if (bus->p->drivers_autoprobe) { bus_probe_device()
627 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
693 if (drv->bus->p->drivers_autoprobe) { bus_add_driver()
894 priv->drivers_autoprobe = 1; bus_register()
H A Dbase.h38 unsigned int drivers_autoprobe:1; member in struct:subsys_private

Completed in 168 milliseconds