Searched refs:getstatus (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 249 u8 getstatus; in handle_button_press_event() local 253 pciehp_get_power_status(p_slot, &getstatus); in handle_button_press_event() 254 if (getstatus) { in handle_button_press_event() 306 u8 getstatus; in handle_surprise_event() local 308 pciehp_get_adapter_status(p_slot, &getstatus); in handle_surprise_event() 309 if (!getstatus) in handle_surprise_event() 406 u8 getstatus = 0; in pciehp_enable_slot() local 410 pciehp_get_adapter_status(p_slot, &getstatus); in pciehp_enable_slot() 411 if (!getstatus) { in pciehp_enable_slot() 416 pciehp_get_latch_status(p_slot, &getstatus); in pciehp_enable_slot() [all …]
|
D | shpchp_ctrl.c | 85 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.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1377 EXP_CHECK_MD_OP(exp, getstatus); in md_getstatus() 1378 EXP_MD_COUNTER_INCREMENT(exp, getstatus); in md_getstatus() 1379 rc = MDP(exp->exp_obd, getstatus)(exp, fid); in md_getstatus()
|