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

/linux-master/include/linux/
H A Dpci_hotplug.h23 * @hardware_test: Called to run a specified hardware test on the specified
42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member in struct:hotplug_slot_ops
/linux-master/drivers/pci/hotplug/
H A Dcpci_hotplug.h47 int (*hardware_test)(struct slot *slot, u32 value); member in struct:cpci_hp_controller_ops
H A Dpci_hotplug_core.c219 if (slot->ops->hardware_test)
220 retval = slot->ops->hardware_test(slot, test);
287 if (slot->ops->hardware_test)
H A Dcpqphp_core.c502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) function
563 .hardware_test = hardware_test,
H A Dibmphp_core.c1158 .hardware_test = NULL,

Completed in 115 milliseconds