Searched refs:drivers_autoprobe (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/ |
H A D | bus.c | 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() 825 priv->drivers_autoprobe = 1; in bus_register()
|
H A D | base.h | 50 unsigned int drivers_autoprobe:1; member
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | iov.c | 378 return sprintf(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show() 386 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local 388 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() 889 * pci_vf_drivers_autoprobe - set PF property drivers_autoprobe for VFs 896 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
|
H A D | pci.h | 359 bool drivers_autoprobe; /* Auto probing of VFs by driver */ member
|
H A D | pci-driver.c | 407 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | iov.c | 512 return sysfs_emit(buf, "%u\n", pdev->sriov->drivers_autoprobe); in sriov_drivers_autoprobe_show() 520 bool drivers_autoprobe; in sriov_drivers_autoprobe_store() local 522 if (kstrtobool(buf, &drivers_autoprobe) < 0) in sriov_drivers_autoprobe_store() 525 pdev->sriov->drivers_autoprobe = drivers_autoprobe; in sriov_drivers_autoprobe_store() 819 iov->drivers_autoprobe = true; in sriov_init() 1026 * pci_vf_drivers_autoprobe - set PF property drivers_autoprobe for VFs 1033 dev->sriov->drivers_autoprobe = auto_probe; in pci_vf_drivers_autoprobe()
|
H A D | pci.h | 312 bool drivers_autoprobe; /* Auto probing of VFs by driver */ member
|
H A D | pci-driver.c | 434 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | bus.c | 285 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()
|
H A D | base.h | 52 unsigned int drivers_autoprobe:1; member
|
Completed in 14 milliseconds