Home
last modified time | relevance | path

Searched refs:drivers_autoprobe (Results 1 – 7 of 7) 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
H A Dsysfs-bus-pci394 This is similar to /sys/bus/pci/drivers_autoprobe, but
/linux/drivers/pci/
H A Diov.c564 return sysfs_emit(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()
572 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local
574 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()
577 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()
887 iov->drivers_autoprobe = true; in sriov_init()
1128 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
H A Dpci-driver.c463 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
/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()
688 static BUS_ATTR_RW(drivers_autoprobe);
755 if (sp->drivers_autoprobe) { in bus_add_driver()
956 priv->drivers_autoprobe = 1; in bus_register()
H A Dbase.h53 unsigned int drivers_autoprobe:1; member
H A Ddd.c1155 if (sp->drivers_autoprobe) in device_initial_probe()