Searched refs:drivers_autoprobe (Results 1 – 2 of 2) sorted by relevance
244 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in show_drivers_autoprobe()251 bus->p->drivers_autoprobe = 0; in store_drivers_autoprobe()253 bus->p->drivers_autoprobe = 1; in store_drivers_autoprobe()560 if (bus->p->drivers_autoprobe) in bus_probe_device()628 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,705 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()912 priv->drivers_autoprobe = 1; in bus_register()
38 unsigned int drivers_autoprobe:1; member