Searched refs:hardware_test (Results 1 – 4 of 4) sorted by relevance
191 if (slot->ops->hardware_test) in test_write_file()192 retval = slot->ops->hardware_test(slot, test); in test_write_file()237 if (slot->ops->hardware_test) in has_test_file()
502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function563 .hardware_test = hardware_test,
1158 .hardware_test = NULL,
42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member