• 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

91 	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->query_power_fault(p_slot)) {
263 p_slot->hpc_ops->green_led_on(p_slot);
295 retval = p_slot->hpc_ops->power_off_slot(p_slot);
305 p_slot->hpc_ops->green_led_off(p_slot);
342 p_slot->hpc_ops->green_led_off(p_slot);
392 slot->hpc_ops->get_power_status(slot, &(info->power_status));
393 slot->hpc_ops->get_attention_status(slot, &(info->attention_status));
394 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
395 slot->hpc_ops->get_adapter_status(slot, &(info->adapter_status));
412 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
424 p_slot->hpc_ops->green_led_blink(p_slot);
426 p_slot->hpc_ops->set_attention_status(p_slot, 0);
442 p_slot->hpc_ops->green_led_on(p_slot);
445 p_slot->hpc_ops->green_led_off(p_slot);
448 p_slot->hpc_ops->set_attention_status(p_slot, 0);
485 p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
509 p_slot->hpc_ops->set_attention_status(p_slot, 1);
511 p_slot->hpc_ops->green_led_off(p_slot);
538 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
546 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
556 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
565 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
569 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
591 ret = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus);
601 ret = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
611 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);