Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dbus.c238 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in show_drivers_autoprobe()
245 bus->p->drivers_autoprobe = 0; in store_drivers_autoprobe()
247 bus->p->drivers_autoprobe = 1; in store_drivers_autoprobe()
520 if (bus->p->drivers_autoprobe) in bus_probe_device()
587 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
661 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()
865 priv->drivers_autoprobe = 1; in bus_register()
Dbase.h39 unsigned int drivers_autoprobe:1; member
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c670 return sprintf(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()
678 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local
680 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()
683 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()
Diov.c476 iov->drivers_autoprobe = true; in sriov_init()
690 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
Dpci.h293 bool drivers_autoprobe; /* Auto probing of VFs by driver */ member
Dpci-driver.c402 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe); in pci_device_can_probe()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci324 This is similar to /sys/bus/pci/drivers_autoprobe, but