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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_ctrl.c68 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
92 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
133 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
163 if ( !(p_slot->hpc_ops->query_power_fault(p_slot))) {
195 if ((rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, speed))) {
254 rc = p_slot->hpc_ops->power_on_slot(p_slot);
264 if ((rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz))) {
270 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) {
276 rc = p_slot->hpc_ops
[all...]
H A Dpciehp_ctrl.c91 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
126 p_slot->hpc_ops->get_adapter_status(p_slot, &presence_save);
156 if ( !(p_slot->hpc_ops->query_power_fault(p_slot))) {
184 if (pslot->hpc_ops->power_off_slot(pslot)) {
192 pslot->hpc_ops->green_led_off(pslot);
195 if (pslot->hpc_ops->set_attention_status(pslot, 1)) {
224 retval = p_slot->hpc_ops->power_on_slot(p_slot);
230 p_slot->hpc_ops->green_led_blink(p_slot);
236 retval = p_slot->hpc_ops->check_lnk_status(ctrl);
244 if (p_slot->hpc_ops
[all...]
H A Dpciehp_core.c96 return (slot->hpc_ops->get_emi_status(slot, value));
139 slot->hpc_ops->toggle_emi(slot);
229 slot->hpc_ops = ctrl->hpc_ops;
309 slot->hpc_ops->set_attention_status(slot, status);
341 retval = slot->hpc_ops->get_power_status(slot, value);
355 retval = slot->hpc_ops->get_attention_status(slot, value);
369 retval = slot->hpc_ops->get_latch_status(slot, value);
383 retval = slot->hpc_ops->get_adapter_status(slot, value);
409 retval = slot->hpc_ops
[all...]
H A Dshpchp_core.c136 slot->hpc_ops = ctrl->hpc_ops;
201 slot->hpc_ops->set_attention_status(slot, status);
231 retval = slot->hpc_ops->get_power_status(slot, value);
245 retval = slot->hpc_ops->get_attention_status(slot, value);
259 retval = slot->hpc_ops->get_latch_status(slot, value);
273 retval = slot->hpc_ops->get_adapter_status(slot, value);
299 retval = slot->hpc_ops->get_max_bus_speed(slot, value);
313 retval = slot->hpc_ops->get_cur_bus_speed(slot, value);
371 ctrl->hpc_ops
[all...]
H A Dpciehp.h69 struct hpc_ops *hpc_ops; member in struct:slot
93 struct hpc_ops *hpc_ops; member in struct:controller
177 struct hpc_ops { struct
H A Dshpchp.h75 struct hpc_ops *hpc_ops; member in struct:slot
96 struct hpc_ops *hpc_ops; member in struct:controller
314 struct hpc_ops { struct
H A Dpciehp_hpc.c1063 static struct hpc_ops pciehp_hpc_ops = {
1365 ctrl->hpc_ops = &pciehp_hpc_ops;
H A Dshpchp_hpc.c918 static struct hpc_ops shpchp_hpc_ops = {
1027 ctrl->hpc_ops = &shpchp_hpc_ops;

Completed in 56 milliseconds