Lines Matching refs:q6afe_port
542 struct q6afe_port { struct
840 struct q6afe_port *port; in q6afe_port_free()
844 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free()
853 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port()
855 struct q6afe_port *p; in q6afe_find_port()
856 struct q6afe_port *ret = NULL; in q6afe_find_port()
876 struct q6afe_port *port; in q6afe_callback()
938 struct q6afe_port *port, uint32_t rsp_opcode) in afe_apr_send_pkt()
981 static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port, in q6afe_set_param()
1027 static int q6afe_port_set_param(struct q6afe_port *port, void *data, in q6afe_port_set_param()
1034 static int q6afe_port_set_param_v2(struct q6afe_port *port, void *data, in q6afe_port_set_param_v2()
1083 static int q6afe_port_set_lpass_clock(struct q6afe_port *port, in q6afe_port_set_lpass_clock()
1092 static int q6afe_set_lpass_clock_v2(struct q6afe_port *port, in q6afe_set_lpass_clock_v2()
1099 static int q6afe_set_digital_codec_core_clock(struct q6afe_port *port, in q6afe_set_digital_codec_core_clock()
1127 int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id, in q6afe_port_set_sysclk()
1188 int q6afe_port_stop(struct q6afe_port *port) in q6afe_port_stop()
1239 void q6afe_slim_port_prepare(struct q6afe_port *port, in q6afe_slim_port_prepare()
1264 void q6afe_tdm_port_prepare(struct q6afe_port *port, in q6afe_tdm_port_prepare()
1300 void q6afe_hdmi_port_prepare(struct q6afe_port *port, in q6afe_hdmi_port_prepare()
1321 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg) in q6afe_i2s_port_prepare()
1464 void q6afe_cdc_dma_port_prepare(struct q6afe_port *port, in q6afe_cdc_dma_port_prepare()
1486 int q6afe_port_start(struct q6afe_port *port) in q6afe_port_start()
1554 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id) in q6afe_port_get_from_id()
1558 struct q6afe_port *port; in q6afe_port_get_from_id()
1647 void q6afe_port_put(struct q6afe_port *port) in q6afe_port_put()