Searched refs:proto_screen_lock (Results 1 – 2 of 2) sorted by relevance
206 if (p_cb->proto_screen_lock & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()409 if (p_cb->proto_screen_lock & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()1105 tNFA_PROTOCOL_MASK old_proto_screen_lock = p_cb->proto_screen_lock; in nfa_ee_api_set_proto_cfg()1113 (p_cb->proto_screen_lock == p_data->set_proto.protocols_screen_lock) && in nfa_ee_api_set_proto_cfg()1126 p_cb->proto_screen_lock |= p_data->set_proto.protocols_screen_lock; in nfa_ee_api_set_proto_cfg()1136 p_cb->proto_screen_lock = old_proto_screen_lock; in nfa_ee_api_set_proto_cfg()1143 p_cb->proto_battery_off | p_cb->proto_screen_lock | in nfa_ee_api_set_proto_cfg()1172 tNFA_TECHNOLOGY_MASK old_proto_screen_lock = p_cb->proto_screen_lock; in nfa_ee_api_clear_proto_cfg()1179 p_cb->proto_screen_lock &= ~p_data->clear_proto.protocols_screen_lock; in nfa_ee_api_clear_proto_cfg()1186 (p_cb->proto_screen_lock == old_proto_screen_lock) && in nfa_ee_api_clear_proto_cfg()[all …]
177 proto_screen_lock; /* default routing - protocols screen_lock */ member