Searched refs:drivers_autoprobe (Results 1 – 6 of 6) sorted by relevance
378 return sprintf(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()386 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local388 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()391 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()682 iov->drivers_autoprobe = true; in sriov_init()896 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
345 bool drivers_autoprobe; /* Auto probing of VFs by driver */ member
407 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
232 return sysfs_emit(buf, "%d\n", bus->p->drivers_autoprobe); in drivers_autoprobe_show()239 bus->p->drivers_autoprobe = 0; in drivers_autoprobe_store()241 bus->p->drivers_autoprobe = 1; in drivers_autoprobe_store()490 if (bus->p->drivers_autoprobe) in bus_probe_device()557 static BUS_ATTR_RW(drivers_autoprobe);621 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()823 priv->drivers_autoprobe = 1; in bus_register()
50 unsigned int drivers_autoprobe:1; member
330 This is similar to /sys/bus/pci/drivers_autoprobe, but