Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dpcihp_skeleton.c78 static int hardware_test (struct hotplug_slot *slot, u32 value);
88 .hardware_test = hardware_test,
148 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
Dpci_hotplug_core.c237 if (slot->ops->hardware_test) in test_write_file()
238 retval = slot->ops->hardware_test(slot, test); in test_write_file()
305 if (slot->ops->hardware_test) in has_test_file()
Dcpci_hotplug.h59 int (*hardware_test) (struct slot *slot, u32 value); member
Dcpqphp_core.c529 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
590 .hardware_test = hardware_test,
Dibmphp_core.c1284 .hardware_test = NULL,
/linux-4.1.27/include/linux/
Dpci_hotplug.h68 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member