Searched refs:tech_battery_off (Results 1 – 2 of 2) sorted by relevance
164 if (p_cb->tech_battery_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()321 if (p_cb->tech_battery_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()937 tNFA_TECHNOLOGY_MASK old_tech_battery_off = p_cb->tech_battery_off; in nfa_ee_api_set_tech_cfg()945 (p_cb->tech_battery_off == p_data->set_tech.technologies_battery_off) && in nfa_ee_api_set_tech_cfg()958 p_cb->tech_battery_off |= p_data->set_tech.technologies_battery_off; in nfa_ee_api_set_tech_cfg()968 p_cb->tech_battery_off = old_tech_battery_off; in nfa_ee_api_set_tech_cfg()975 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off | in nfa_ee_api_set_tech_cfg()1004 tNFA_TECHNOLOGY_MASK old_tech_battery_off = p_cb->tech_battery_off; in nfa_ee_api_clear_tech_cfg()1011 p_cb->tech_battery_off &= ~p_data->clear_tech.technologies_battery_off; in nfa_ee_api_clear_tech_cfg()1019 (p_cb->tech_battery_off == old_tech_battery_off) && in nfa_ee_api_clear_tech_cfg()[all …]
158 tech_battery_off; /* default routing - technologies battery_off*/ member