Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dbus.c241 return sprintf(buf, "%d\n", bus->p->drivers_autoprobe); in show_drivers_autoprobe()
248 bus->p->drivers_autoprobe = 0; in store_drivers_autoprobe()
250 bus->p->drivers_autoprobe = 1; in store_drivers_autoprobe()
523 if (bus->p->drivers_autoprobe) in bus_probe_device()
590 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
666 if (drv->bus->p->drivers_autoprobe) { in bus_add_driver()
872 priv->drivers_autoprobe = 1; in bus_register()
Dbase.h39 unsigned int drivers_autoprobe:1; member
/linux-4.19.296/drivers/pci/
Dpci-sysfs.c673 return sprintf(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show()
681 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local
683 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store()
686 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store()
Diov.c475 iov->drivers_autoprobe = true; in sriov_init()
689 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
Dpci.h295 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()