Searched refs:hardware_test (Results 1 – 6 of 6) sorted by relevance
219 if (slot->ops->hardware_test) in test_write_file()220 retval = slot->ops->hardware_test(slot, test); in test_write_file()287 if (slot->ops->hardware_test) in has_test_file()
47 int (*hardware_test)(struct slot *slot, u32 value); member
502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function563 .hardware_test = hardware_test,
5 * There are no implementations of the ->hardware_test, ->get_power and
1229 .hardware_test = NULL,
42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member
Completed in 11 milliseconds