AFE_PORT_MAX       69 sound/soc/qcom/qdsp6/q6afe-dai.c 	struct q6afe_port *port[AFE_PORT_MAX];
AFE_PORT_MAX       70 sound/soc/qcom/qdsp6/q6afe-dai.c 	struct q6afe_port_config port_config[AFE_PORT_MAX];
AFE_PORT_MAX       71 sound/soc/qcom/qdsp6/q6afe-dai.c 	bool is_port_started[AFE_PORT_MAX];
AFE_PORT_MAX       72 sound/soc/qcom/qdsp6/q6afe-dai.c 	struct q6afe_dai_priv_data priv[AFE_PORT_MAX];
AFE_PORT_MAX     1377 sound/soc/qcom/qdsp6/q6afe-dai.c 		if (ret || id < 0 || id >= AFE_PORT_MAX) {
AFE_PORT_MAX      502 sound/soc/qcom/qdsp6/q6afe.c static struct afe_port_map port_maps[AFE_PORT_MAX] = {
AFE_PORT_MAX      796 sound/soc/qcom/qdsp6/q6afe.c 	if (index < 0 || index >= AFE_PORT_MAX)
AFE_PORT_MAX     1033 sound/soc/qcom/qdsp6/q6afe.c 	if (index < 0 || index >= AFE_PORT_MAX) {
AFE_PORT_MAX     1374 sound/soc/qcom/qdsp6/q6afe.c 	if (id < 0 || id >= AFE_PORT_MAX) {
AFE_PORT_MAX       12 sound/soc/qcom/qdsp6/q6afe.h #define AFE_MAX_PORTS AFE_PORT_MAX