Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vdpa1 What: /sys/bus/vdpa/drivers_autoprobe
20 This can be useful when /sys/bus/vdpa/drivers_autoprobe is
/linux/drivers/base/
H A Dbus.c287 ret = sysfs_emit(buf, "%d\n", sp->drivers_autoprobe); in drivers_autoprobe_show()
301 sp->drivers_autoprobe = 0; in drivers_autoprobe_store()
303 sp->drivers_autoprobe = 1; in drivers_autoprobe_store()
536 if (sp->drivers_autoprobe) in bus_probe_device()
610 static BUS_ATTR_RW(drivers_autoprobe); in add_probe_files()
677 if (sp->drivers_autoprobe) { in bus_add_driver()
878 priv->drivers_autoprobe = 1; in bus_register()