Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/
A Diov.c513 return sysfs_emit(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()
521 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local
523 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()
526 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()
820 iov->drivers_autoprobe = true; in sriov_init()
1034 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
A Dpci.h318 bool drivers_autoprobe; /* Auto probing of VFs by driver */ member
A Dpci-driver.c434 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
/linux-6.3-rc2/drivers/base/
A Dbus.c285 ret = sysfs_emit(buf, "%d\n", sp->drivers_autoprobe); in drivers_autoprobe_show()
299 sp->drivers_autoprobe = 0; in drivers_autoprobe_store()
301 sp->drivers_autoprobe = 1; in drivers_autoprobe_store()
531 if (sp->drivers_autoprobe) in bus_probe_device()
605 static BUS_ATTR_RW(drivers_autoprobe);
672 if (sp->drivers_autoprobe) { in bus_add_driver()
866 priv->drivers_autoprobe = 1; in bus_register()
A Dbase.h50 unsigned int drivers_autoprobe:1; member
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-pci383 This is similar to /sys/bus/pci/drivers_autoprobe, but

Completed in 17 milliseconds