• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/

Lines Matching refs:hpc_ops

68 	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->get_adapter_speed(p_slot, &asp);
283 rc = p_slot->hpc_ops->get_cur_bus_speed(p_slot, &bsp);
289 rc = p_slot->hpc_ops->get_max_bus_speed(p_slot, &msp);
308 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) {
336 p_slot->hpc_ops->green_led_on(p_slot);
342 rc = p_slot->hpc_ops->slot_disable(p_slot);
375 rc = p_slot->hpc_ops->slot_disable(p_slot);
381 rc = p_slot->hpc_ops->set_attention_status(p_slot, 0);
423 p_slot->hpc_ops->green_led_off(p_slot);
473 slot->hpc_ops->get_power_status(slot, &(info->power_status));
474 slot->hpc_ops->get_attention_status(slot, &(info->attention_status));
475 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
476 slot->hpc_ops->get_adapter_status(slot, &(info->adapter_status));
492 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
503 p_slot->hpc_ops->green_led_blink(p_slot);
504 p_slot->hpc_ops->set_attention_status(p_slot, 0);
519 p_slot->hpc_ops->green_led_on(p_slot);
521 p_slot->hpc_ops->green_led_off(p_slot);
522 p_slot->hpc_ops->set_attention_status(p_slot, 0);
555 p_slot->hpc_ops->set_attention_status(p_slot, 1);
556 p_slot->hpc_ops->green_led_off(p_slot);
575 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
580 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
585 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
594 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
595 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save));
597 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
611 p_slot->hpc_ops->get_adapter_status(p_slot,
613 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
634 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
639 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
644 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);