Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/
Diov.c359 return sprintf(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()
367 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local
369 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()
372 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()
666 iov->drivers_autoprobe = true; in sriov_init()
880 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
Dpci.h336 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-v5.4/drivers/base/
Dbus.c231 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in drivers_autoprobe_show()
238 bus->p->drivers_autoprobe = 0; in drivers_autoprobe_store()
240 bus->p->drivers_autoprobe = 1; in drivers_autoprobe_store()
489 if (bus->p->drivers_autoprobe) in bus_probe_device()
556 static BUS_ATTR_RW(drivers_autoprobe);
620 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()
822 priv->drivers_autoprobe = 1; in bus_register()
Dbase.h39 unsigned int drivers_autoprobe:1; member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-pci324 This is similar to /sys/bus/pci/drivers_autoprobe, but