Home
last modified time | relevance | path

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

/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.c253 if (slot->ops->hardware_test) in test_write_file()
254 retval = slot->ops->hardware_test(slot, test); in test_write_file()
316 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.c1276 .hardware_test = NULL,