Searched refs:getstatus (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 78 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 …]
|
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.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1476 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/ |
D | lprocfs_status.c | 1439 LPROCFS_MD_OP_INIT(num_private_stats, stats, getstatus); in lprocfs_init_mps_stats()
|