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()
298 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_wmm_eval_downgrade_ac() local300 ac_status = &priv->wmm.ac_status[eval_ac]; in mwifiex_wmm_eval_downgrade_ac()302 if (!ac_status->disabled) in mwifiex_wmm_eval_downgrade_ac()317 ac_status = &priv->wmm.ac_status[down_ac]; in mwifiex_wmm_eval_downgrade_ac()319 if (!ac_status->disabled && !ac_status->flow_required) in mwifiex_wmm_eval_downgrade_ac()781 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_ret_wmm_get_status() local805 ac_status = &priv->wmm.ac_status[tlv_wmm_qstatus-> in mwifiex_ret_wmm_get_status()807 ac_status->disabled = tlv_wmm_qstatus->disabled; in mwifiex_ret_wmm_get_status()808 ac_status->flow_required = in mwifiex_ret_wmm_get_status()810 ac_status->flow_created = tlv_wmm_qstatus->flow_created; in mwifiex_ret_wmm_get_status()
250 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS]; member
64 int ac_status; /* APM AC Present/Not Present */ member
183 __u8 ac_status; member
1630 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_use_best_found()1640 ac->ac_status = AC_STATUS_FOUND; in ext4_mb_use_best_found()1678 if (ac->ac_status == AC_STATUS_FOUND) in ext4_mb_check_limits()1685 ac->ac_status = AC_STATUS_BREAK; in ext4_mb_check_limits()1728 BUG_ON(ac->ac_status != AC_STATUS_CONTINUE); in ext4_mb_measure_extent()1932 while (free && ac->ac_status == AC_STATUS_CONTINUE) { in ext4_mb_complex_scan_group()2095 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_regular_allocator()2099 if (err || ac->ac_status == AC_STATUS_FOUND) in ext4_mb_regular_allocator()2141 for (; cr < 4 && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()2190 if (ac->ac_status != AC_STATUS_CONTINUE) in ext4_mb_regular_allocator()[all …]
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()