Searched refs:getstatus (Results 1 – 1 of 1) sorted by relevance
71 u8 getstatus; in shpchp_handle_switch_change() local79 shpchp_get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()83 if (getstatus) { in shpchp_handle_switch_change()460 u8 getstatus; in handle_button_press_event() local465 shpchp_get_power_status(p_slot, &getstatus); in handle_button_press_event()466 if (getstatus) { in handle_button_press_event()544 u8 getstatus = 0; in shpchp_enable_slot() local550 rc = shpchp_get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()551 if (rc || !getstatus) { in shpchp_enable_slot()555 rc = shpchp_get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()[all …]