Searched refs:proto_battery_off (Results 1 – 2 of 2) sorted by relevance
188 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()359 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_add_proto_route_to_ecb()1051 tNFA_PROTOCOL_MASK old_proto_battery_off = p_cb->proto_battery_off; in nfa_ee_api_set_proto_cfg()1059 (p_cb->proto_battery_off == p_data->set_proto.protocols_battery_off) && in nfa_ee_api_set_proto_cfg()1072 p_cb->proto_battery_off |= p_data->set_proto.protocols_battery_off; in nfa_ee_api_set_proto_cfg()1082 p_cb->proto_battery_off = old_proto_battery_off; in nfa_ee_api_set_proto_cfg()1090 p_cb->proto_battery_off | p_cb->proto_screen_lock | in nfa_ee_api_set_proto_cfg()1118 tNFA_TECHNOLOGY_MASK old_proto_battery_off = p_cb->proto_battery_off; in nfa_ee_api_clear_proto_cfg()1125 p_cb->proto_battery_off &= ~p_data->clear_proto.protocols_battery_off; in nfa_ee_api_clear_proto_cfg()1132 (p_cb->proto_battery_off == old_proto_battery_off) && in nfa_ee_api_clear_proto_cfg()[all …]
170 proto_battery_off; /* default routing - protocols battery_off */ member