Searched refs:hardware_test (Results 1 – 6 of 6) 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
237 if (slot->ops->hardware_test) in test_write_file()238 retval = slot->ops->hardware_test(slot, test); in test_write_file()305 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,
1284 .hardware_test = NULL,
68 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member