Searched refs:hardware_test (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci_hotplug.h | 23 * @hardware_test: Called to run a specified hardware test on the specified 42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpci_hotplug.h | 47 int (*hardware_test)(struct slot *slot, u32 value); member
|
H A D | pci_hotplug_core.c | 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()
|
H A D | cpqphp_core.c | 501 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function 562 .hardware_test = hardware_test,
|
H A D | ibmphp_core.c | 1229 .hardware_test = NULL,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci_hotplug.h | 23 * @hardware_test: Called to run a specified hardware test on the specified 42 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpci_hotplug.h | 47 int (*hardware_test)(struct slot *slot, u32 value); member
|
H A D | pci_hotplug_core.c | 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()
|
H A D | cpqphp_core.c | 502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function 563 .hardware_test = hardware_test,
|
H A D | ibmphp_core.c | 1158 .hardware_test = NULL,
|
Completed in 8 milliseconds