Searched refs:tech_screen_lock (Results 1 – 2 of 2) sorted by relevance
168 if (p_cb->tech_screen_lock & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()325 if (p_cb->tech_screen_lock & nfa_ee_tech_mask_list[xx]) in nfa_ee_add_tech_route_to_ecb()938 tNFA_TECHNOLOGY_MASK old_tech_screen_lock = p_cb->tech_screen_lock; in nfa_ee_api_set_tech_cfg()946 (p_cb->tech_screen_lock == p_data->set_tech.technologies_screen_lock) && in nfa_ee_api_set_tech_cfg()959 p_cb->tech_screen_lock |= p_data->set_tech.technologies_screen_lock; in nfa_ee_api_set_tech_cfg()969 p_cb->tech_screen_lock = old_tech_screen_lock; in nfa_ee_api_set_tech_cfg()976 p_cb->tech_screen_lock | p_cb->tech_screen_off | in nfa_ee_api_set_tech_cfg()1005 tNFA_TECHNOLOGY_MASK old_tech_screen_lock = p_cb->tech_screen_lock; in nfa_ee_api_clear_tech_cfg()1012 p_cb->tech_screen_lock &= ~p_data->clear_tech.technologies_screen_lock; in nfa_ee_api_clear_tech_cfg()1020 (p_cb->tech_screen_lock == old_tech_screen_lock) && in nfa_ee_api_clear_tech_cfg()
160 tech_screen_lock; /* default routing - technologies screen_lock*/ member