Home
last modified time | relevance | path

Searched refs:hardware_test (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dpci_hotplug.h23 * @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 Dcpci_hotplug.h47 int (*hardware_test)(struct slot *slot, u32 value); member
H A Dpci_hotplug_core.c219 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 Dcpqphp_core.c501 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
562 .hardware_test = hardware_test,
H A Dibmphp_core.c1229 .hardware_test = NULL,
/kernel/linux/linux-6.6/include/linux/
H A Dpci_hotplug.h23 * @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 Dcpci_hotplug.h47 int (*hardware_test)(struct slot *slot, u32 value); member
H A Dpci_hotplug_core.c219 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 Dcpqphp_core.c502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() function
563 .hardware_test = hardware_test,
H A Dibmphp_core.c1158 .hardware_test = NULL,

Completed in 8 milliseconds