Searched refs:hpc_ops (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp_ctrl.c69 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
93 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
94 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
134 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
166 if ( !(p_slot->hpc_ops->query_power_fault(p_slot))) {
199 if ((rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, speed))) {
259 rc = p_slot->hpc_ops->power_on_slot(p_slot);
269 if ((rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz))) {
276 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) {
282 rc = p_slot->hpc_ops
[all...]
H A Dshpchp_core.c124 slot->hpc_ops = ctrl->hpc_ops;
194 slot->hpc_ops->set_attention_status(slot, status);
227 retval = slot->hpc_ops->get_power_status(slot, value);
242 retval = slot->hpc_ops->get_attention_status(slot, value);
257 retval = slot->hpc_ops->get_latch_status(slot, value);
272 retval = slot->hpc_ops->get_adapter_status(slot, value);
330 ctrl->hpc_ops->release_ctlr(ctrl);
342 ctrl->hpc_ops->release_ctlr(ctrl);
H A Dshpchp.h87 struct hpc_ops *hpc_ops; member in struct:slot
108 struct hpc_ops *hpc_ops; member in struct:controller
326 struct hpc_ops { struct
H A Dshpchp_hpc.c922 static struct hpc_ops shpchp_hpc_ops = {
1030 ctrl->hpc_ops = &shpchp_hpc_ops;

Completed in 107 milliseconds