Home
last modified time | relevance | path

Searched refs:q6afe_port (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.h247 struct q6afe_port;
249 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id);
250 int q6afe_port_start(struct q6afe_port *port);
251 int q6afe_port_stop(struct q6afe_port *port);
252 void q6afe_port_put(struct q6afe_port *port);
254 void q6afe_usb_port_prepare(struct q6afe_port *port,
256 void q6afe_hdmi_port_prepare(struct q6afe_port *port,
258 void q6afe_slim_port_prepare(struct q6afe_port *port,
260 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg);
261 void q6afe_tdm_port_prepare(struct q6afe_port *por
[all...]
H A Dq6afe.c649 struct q6afe_port { struct
980 struct q6afe_port *port; in q6afe_port_free()
983 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free()
991 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port()
993 struct q6afe_port *p; in q6afe_find_port()
994 struct q6afe_port *ret = NULL; in q6afe_find_port()
1012 struct q6afe_port *port; in q6afe_callback()
1074 struct q6afe_port *port, uint32_t rsp_opcode) in afe_apr_send_pkt()
1117 static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port, in q6afe_set_param()
1161 static int q6afe_port_set_param(struct q6afe_port *port, void *data, in q6afe_port_set_param()
[all …]
H A Dq6afe-dai.c31 struct q6afe_port *port[AFE_PORT_MAX];
494 struct q6afe_port *port = dai_data->port[dai->id]; in q6afe_mi2s_set_sysclk()
690 struct q6afe_port *port; in msm_dai_q6_dai_remove()
H A Dq6usb.c60 struct q6afe_port *q6usb_afe; in q6usb_hw_params()