Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpci_hotplug_core.c219 if (slot->ops->hardware_test) in test_write_file()
220 retval = slot->ops->hardware_test(slot, test); in test_write_file()
287 if (slot->ops->hardware_test) in has_test_file()
H A Dcpci_hotplug.h47 int (*hardware_test)(struct slot *slot, u32 value); member
H A DTODO5 * There are no implementations of the ->hardware_test, ->get_power and
H A Dcpqphp_core.c502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
563 .hardware_test = hardware_test,
H A Dibmphp_core.c1158 .hardware_test = NULL,
/linux/include/linux/
H A Dpci_hotplug.h42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member