Searched refs:tech_screen_lock (Results 1 – 2 of 2) sorted by relevance
182 if (p_cb->tech_screen_lock & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()334 if (p_cb->tech_screen_lock & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()991 tNFA_TECHNOLOGY_MASK old_tech_screen_lock = p_cb->tech_screen_lock; in nfa_ee_api_set_tech_cfg()999 (p_cb->tech_screen_lock == p_data->set_tech.technologies_screen_lock) && in nfa_ee_api_set_tech_cfg()1012 p_cb->tech_screen_lock |= p_data->set_tech.technologies_screen_lock; in nfa_ee_api_set_tech_cfg()1022 p_cb->tech_screen_lock = old_tech_screen_lock; in nfa_ee_api_set_tech_cfg()1029 p_cb->tech_screen_lock | p_cb->tech_screen_off | in nfa_ee_api_set_tech_cfg()1058 tNFA_TECHNOLOGY_MASK old_tech_screen_lock = p_cb->tech_screen_lock; in nfa_ee_api_clear_tech_cfg()1065 p_cb->tech_screen_lock &= ~p_data->clear_tech.technologies_screen_lock; in nfa_ee_api_clear_tech_cfg()1073 (p_cb->tech_screen_lock == old_tech_screen_lock) && in nfa_ee_api_clear_tech_cfg()[all …]
165 tech_screen_lock; /* default routing - technologies screen_lock*/ member