Home
last modified time | relevance | path

Searched refs:getstatus (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_ctrl.c78 u8 getstatus; in pciehp_handle_switch_change() local
85 pciehp_get_latch_status(p_slot, &getstatus); in pciehp_handle_switch_change()
86 if (getstatus) { in pciehp_handle_switch_change()
372 u8 getstatus; in handle_button_press_event() local
376 pciehp_get_power_status(p_slot, &getstatus); in handle_button_press_event()
377 if (getstatus) { in handle_button_press_event()
429 u8 getstatus; in handle_surprise_event() local
441 pciehp_get_adapter_status(p_slot, &getstatus); in handle_surprise_event()
442 if (!getstatus) { in handle_surprise_event()
563 u8 getstatus = 0; in pciehp_enable_slot() local
[all …]
Dshpchp_ctrl.c85 u8 getstatus; in shpchp_handle_switch_change() local
93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
97 if (getstatus) { in shpchp_handle_switch_change()
487 u8 getstatus; in handle_button_press_event() local
492 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()
493 if (getstatus) { in handle_button_press_event()
571 u8 getstatus = 0; in shpchp_enable_slot() local
577 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
578 if (rc || !getstatus) { in shpchp_enable_slot()
582 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1476 EXP_CHECK_MD_OP(exp, getstatus); in md_getstatus()
1477 EXP_MD_COUNTER_INCREMENT(exp, getstatus); in md_getstatus()
1478 rc = MDP(exp->exp_obd, getstatus)(exp, fid, pc); in md_getstatus()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1439 LPROCFS_MD_OP_INIT(num_private_stats, stats, getstatus); in lprocfs_init_mps_stats()