Searched refs:drivers_autoprobe (Results 1 – 2 of 2) sorted by relevance
228 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in show_drivers_autoprobe()235 bus->p->drivers_autoprobe = 0; in store_drivers_autoprobe()237 bus->p->drivers_autoprobe = 1; in store_drivers_autoprobe()538 if (bus->p->drivers_autoprobe) { in bus_probe_device()638 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,704 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()929 priv->drivers_autoprobe = 1; in bus_register()
38 unsigned int drivers_autoprobe:1; member