Searched refs:hardware_test (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_core.c | 71 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
|
D | pciehp_core.c | 72 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
|
D | shpchp_core.c | 72 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
|
D | pci_hotplug.h | 113 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member
|
D | cpqphp_core.c | 79 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
|
D | pci_hotplug_core.c | 1061 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()
|
D | ibmphp_core.c | 1592 .hardware_test = NULL,
|