Home
last modified time | relevance | path

Searched refs:AFE_PORT_MAX (Results 1 – 7 of 7) sorted by relevance

/sound/soc/qcom/qdsp6/
A Dq6afe.h6 #define AFE_PORT_MAX 137 macro
10 #define AFE_MAX_PORTS AFE_PORT_MAX
A Dq6afe-dai.c31 struct q6afe_port *port[AFE_PORT_MAX];
32 struct q6afe_port_config port_config[AFE_PORT_MAX];
33 bool is_port_started[AFE_PORT_MAX];
34 struct q6afe_dai_priv_data priv[AFE_PORT_MAX];
1033 if (ret || id < 0 || id >= AFE_PORT_MAX) { in of_q6afe_parse_dai_data()
A Dq6afe.c671 static struct afe_port_map port_maps[AFE_PORT_MAX] = {
1022 if (index < 0 || index >= AFE_PORT_MAX) in q6afe_get_port_id()
1291 if (index < 0 || index >= AFE_PORT_MAX) { in q6afe_port_stop()
1747 if (id < 0 || id >= AFE_PORT_MAX) { in q6afe_port_get_from_id()
/sound/soc/qcom/
A Dsc8280xp.c18 bool stream_prepared[AFE_PORT_MAX];
20 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
A Dx1e80100.c19 bool stream_prepared[AFE_PORT_MAX];
21 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
A Dsm8250.c22 bool stream_prepared[AFE_PORT_MAX];
24 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];
A Dsdm845.c38 bool stream_prepared[AFE_PORT_MAX];
43 struct sdw_stream_runtime *sruntime[AFE_PORT_MAX];

Completed in 19 milliseconds