Home
last modified time | relevance | path

Searched refs:reset_fn (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/pci/
Dpci-sysfs.c1477 if (dev->reset_fn) { in pci_create_capabilities_sysfs()
1562 if (dev->reset_fn) { in pci_remove_capabilities_sysfs()
1564 dev->reset_fn = 0; in pci_remove_capabilities_sysfs()
Dpci.c4851 if (!dev->reset_fn) in pci_reset_function()
4887 if (!dev->reset_fn) in pci_reset_function_locked()
4910 if (!dev->reset_fn) in pci_try_reset_function()
Dprobe.c2428 dev->reset_fn = 1; in pci_init_capabilities()
Dquirks.c5526 !pdev->reset_fn) in quirk_reset_lenovo_thinkpad_p50_nvgpu()
/linux-4.19.296/include/linux/
Dpci.h401 unsigned int reset_fn:1; member