Home
last modified time | relevance | path

Searched refs:MAX_COPPS_PER_PORT (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/soc/qcom/qdsp6/
Dq6adm.h7 #define MAX_COPPS_PER_PORT 8 macro
14 int copp_idx[MAX_COPPS_PER_PORT];
15 int port_id[MAX_COPPS_PER_PORT];
Dq6adm.c143 if (copp_idx < 0 || copp_idx >= MAX_COPPS_PER_PORT) { in q6adm_callback()
218 MAX_COPPS_PER_PORT); in q6adm_alloc_copp()
220 if (idx >= MAX_COPPS_PER_PORT) in q6adm_alloc_copp()
Dq6routing.c338 struct q6copp *copps[MAX_COPPS_PER_PORT];
407 for_each_set_bit(j, &session->copp_map, MAX_COPPS_PER_PORT) { in q6routing_stream_open()
454 for_each_set_bit(idx, &session->copp_map, MAX_COPPS_PER_PORT) { in q6routing_stream_close()