Lines Matching refs:getstatus
63 u8 getstatus; in shpchp_handle_attention_button() local
77 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_attention_button()
120 u8 getstatus; in shpchp_handle_switch_change() local
139 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
143 if (getstatus) { in shpchp_handle_switch_change()
1901 u8 getstatus; in interrupt_event_handler() local
1968 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in interrupt_event_handler()
1969 if (getstatus) { in interrupt_event_handler()
2050 u8 getstatus; in shpchp_pushbutton_thread() local
2059 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_pushbutton_thread()
2060 if (getstatus) { in shpchp_pushbutton_thread()
2091 u8 getstatus = 0; in shpchp_enable_slot() local
2103 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
2104 if (rc || !getstatus) { in shpchp_enable_slot()
2109 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
2110 if (rc || getstatus) { in shpchp_enable_slot()
2115 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
2116 if (rc || getstatus) { in shpchp_enable_slot()
2139 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
2140 func->switch_save = !getstatus? 0x10:0; in shpchp_enable_slot()
2162 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
2163 func->switch_save = !getstatus? 0x10:0; in shpchp_enable_slot()
2177 u8 getstatus = 0; in shpchp_disable_slot() local
2190 ret = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
2191 if (ret || !getstatus) { in shpchp_disable_slot()
2196 ret = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
2197 if (ret || getstatus) { in shpchp_disable_slot()
2202 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()
2203 if (ret || !getstatus) { in shpchp_disable_slot()