Searched refs:hardware_test (Results 1 – 5 of 5) sorted by relevance
220 if (slot->ops->hardware_test) in test_write_file()221 retval = slot->ops->hardware_test(slot, test); in test_write_file()288 if (slot->ops->hardware_test) in has_test_file()
45 int (*hardware_test)(struct slot *slot, u32 value); member
506 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function567 .hardware_test = hardware_test,
1266 .hardware_test = NULL,
54 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member