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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dpcihp_skeleton.c78 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) function
H A Dcpci_hotplug.h59 int (*hardware_test) (struct slot* slot, u32 value); member in struct:cpci_hp_controller_ops
H A Dpci_hotplug_core.c253 if (slot->ops->hardware_test)
254 retval = slot->ops->hardware_test(slot, test);
316 if (slot->ops->hardware_test)
H A Dcpqphp_core.c529 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) function
590 .hardware_test = hardware_test,
H A Dibmphp_core.c1276 .hardware_test = NULL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpcihp_skeleton.c78 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) function
H A Dcpci_hotplug.h59 int (*hardware_test) (struct slot* slot, u32 value); member in struct:cpci_hp_controller_ops
H A Dpci_hotplug_core.c253 if (slot->ops->hardware_test)
254 retval = slot->ops->hardware_test(slot, test);
316 if (slot->ops->hardware_test)
H A Dcpqphp_core.c529 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) function
590 .hardware_test = hardware_test,
H A Dibmphp_core.c1276 .hardware_test = NULL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpci_hotplug.h52 * @hardware_test: Called to run a specified hardware test on the specified
78 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member in struct:hotplug_slot_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h52 * @hardware_test: Called to run a specified hardware test on the specified
78 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member in struct:hotplug_slot_ops

Completed in 241 milliseconds