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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug.h58 int (*hardware_test) (struct slot* slot, u32 value); member in struct:cpci_hp_controller_ops
H A Dpcihp_skeleton.c78 static int hardware_test (struct hotplug_slot *slot, u32 value);
89 .hardware_test = hardware_test,
149 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) function
H A Dpci_hotplug_core.c389 if (slot->ops->hardware_test)
390 retval = slot->ops->hardware_test(slot, test);
474 if (slot->ops->hardware_test)
H A Dcpqphp_core.c85 static int hardware_test (struct hotplug_slot *slot, u32 value);
98 .hardware_test = hardware_test,
712 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) function
H A Dibmphp_core.c1316 .hardware_test = NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h84 * @hardware_test: Called to run a specified hardware test on the specified
118 int (*hardware_test) (struct hotplug_slot *slot, u32 value); member in struct:hotplug_slot_ops

Completed in 85 milliseconds