Home
last modified time | relevance | path

Searched refs:hardware_test (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c71 static int hardware_test (struct hotplug_slot *slot, u32 value);
85 .hardware_test = hardware_test,
216 static int hardware_test (struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
Dpciehp_core.c72 static int hardware_test (struct hotplug_slot *slot, u32 value);
85 .hardware_test = hardware_test,
274 static int hardware_test (struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
Dshpchp_core.c72 static int hardware_test (struct hotplug_slot *slot, u32 value);
85 .hardware_test = hardware_test,
281 static int hardware_test (struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
Dpci_hotplug.h113 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member
Dcpqphp_core.c79 static int hardware_test (struct hotplug_slot *slot, u32 value);
92 .hardware_test = hardware_test,
699 static int hardware_test (struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
Dpci_hotplug_core.c1061 if (slot->ops->hardware_test) { in test_write_file()
1064 retval = slot->ops->hardware_test(slot, test); in test_write_file()
1142 if (slot->ops->hardware_test) in fs_add_slot()
Dibmphp_core.c1592 .hardware_test = NULL,