Searched refs:q6afe_port (Results 1 - 3 of 3) sorted by path

/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe-dai.c31 struct q6afe_port *port[AFE_PORT_MAX];
450 struct q6afe_port *port = dai_data->port[dai->id];
626 struct q6afe_port *port;
H A Dq6afe.c542 struct q6afe_port { struct
840 struct q6afe_port *port;
844 port = container_of(ref, struct q6afe_port, refcount);
853 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token)
855 struct q6afe_port *p;
856 struct q6afe_port *ret = NULL;
876 struct q6afe_port *port;
938 struct q6afe_port *port, uint32_t rsp_opcode)
981 static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port,
1027 static int q6afe_port_set_param(struct q6afe_port *por
[all...]
H A Dq6afe.h215 struct q6afe_port;
217 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id);
218 int q6afe_port_start(struct q6afe_port *port);
219 int q6afe_port_stop(struct q6afe_port *port);
220 void q6afe_port_put(struct q6afe_port *port);
222 void q6afe_hdmi_port_prepare(struct q6afe_port *port,
224 void q6afe_slim_port_prepare(struct q6afe_port *port,
226 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg);
227 void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg);
228 void q6afe_cdc_dma_port_prepare(struct q6afe_port *por
[all...]

Completed in 154 milliseconds