Searched refs:hardware_test (Results 1 – 5 of 5) sorted by relevance
78 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
253 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()
59 int (*hardware_test) (struct slot* slot, u32 value); member
529 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function590 .hardware_test = hardware_test,
1276 .hardware_test = NULL,