Searched refs:getstatus (Results 1 – 2 of 2) sorted by relevance
71 u8 getstatus; in shpchp_handle_switch_change() local79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()83 if (getstatus) { in shpchp_handle_switch_change()462 u8 getstatus; in handle_button_press_event() local467 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event()468 if (getstatus) { in handle_button_press_event()546 u8 getstatus = 0; in shpchp_enable_slot() local552 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()553 if (rc || !getstatus) { in shpchp_enable_slot()557 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()[all …]
288 u8 getstatus = 0; in __pciehp_enable_slot() local291 pciehp_get_latch_status(ctrl, &getstatus); in __pciehp_enable_slot()292 if (getstatus) { in __pciehp_enable_slot()300 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_enable_slot()301 if (getstatus) { in __pciehp_enable_slot()332 u8 getstatus = 0; in __pciehp_disable_slot() local335 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_disable_slot()336 if (!getstatus) { in __pciehp_disable_slot()