Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dpci_hotplug_core.c220 if (slot->ops->hardware_test) in test_write_file()
221 retval = slot->ops->hardware_test(slot, test); in test_write_file()
288 if (slot->ops->hardware_test) in has_test_file()
Dcpci_hotplug.h45 int (*hardware_test)(struct slot *slot, u32 value); member
Dcpqphp_core.c506 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
567 .hardware_test = hardware_test,
Dibmphp_core.c1266 .hardware_test = NULL,
/Linux-v4.19/include/linux/
Dpci_hotplug.h54 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member