Searched refs:ac_status (Results 1 – 8 of 8) sorted by relevance
53 static int ac_status = -1; variable145 if (ac_status == PDA_PSY_TO_CHANGE) { in supply_timer_func()146 ac_status = new_ac_status; in supply_timer_func()177 ac_status = PDA_PSY_TO_CHANGE; in power_changed_isr()201 if (!ac_irq && new_ac_status != ac_status) { in polling_timer_func()202 ac_status = PDA_PSY_TO_CHANGE; in polling_timer_func()235 ac_status = PDA_PSY_TO_CHANGE; in otg_handle_notification()242 ac_status = PDA_PSY_TO_CHANGE; in otg_handle_notification()
295 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_wmm_eval_downgrade_ac() local297 ac_status = &priv->wmm.ac_status[eval_ac]; in mwifiex_wmm_eval_downgrade_ac()299 if (!ac_status->disabled) in mwifiex_wmm_eval_downgrade_ac()314 ac_status = &priv->wmm.ac_status[down_ac]; in mwifiex_wmm_eval_downgrade_ac()316 if (!ac_status->disabled && !ac_status->flow_required) in mwifiex_wmm_eval_downgrade_ac()924 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_ret_wmm_get_status() local949 ac_status = &priv->wmm.ac_status[tlv_wmm_qstatus-> in mwifiex_ret_wmm_get_status()951 ac_status->disabled = tlv_wmm_qstatus->disabled; in mwifiex_ret_wmm_get_status()952 ac_status->flow_required = in mwifiex_ret_wmm_get_status()954 ac_status->flow_created = tlv_wmm_qstatus->flow_created; in mwifiex_ret_wmm_get_status()
303 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS]; member
64 int ac_status; /* APM AC Present/Not Present */ member
1641 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_use_best_found()1651 ac->ac_status = AC_STATUS_FOUND; in ext4_mb_use_best_found()1689 if (ac->ac_status == AC_STATUS_FOUND) in ext4_mb_check_limits()1696 ac->ac_status = AC_STATUS_BREAK; in ext4_mb_check_limits()1739 BUG_ON(ac->ac_status != AC_STATUS_CONTINUE); in ext4_mb_measure_extent()1943 while (free && ac->ac_status == AC_STATUS_CONTINUE) { in ext4_mb_complex_scan_group()2111 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_regular_allocator()2115 if (err || ac->ac_status == AC_STATUS_FOUND) in ext4_mb_regular_allocator()2157 for (; cr < 4 && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()2214 if (ac->ac_status != AC_STATUS_CONTINUE) in ext4_mb_regular_allocator()[all …]
183 __u8 ac_status; member
124 unsigned char ac_status; /* line connected yes/no */ member
237 …sharpsl_pm.battstat.ac_status = (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_O… in sharpsl_battery_thread()260 if ((sharpsl_pm.battstat.ac_status == APM_AC_ONLINE) in sharpsl_battery_thread()272 if ((sharpsl_pm.battstat.ac_status != APM_AC_ONLINE) in sharpsl_battery_thread()812 info->ac_line_status = sharpsl_pm.battstat.ac_status; in sharpsl_apm_get_power_status()