Searched refs:q6afe_port (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/sound/soc/qcom/qdsp6/ |
| D | q6afe.h | 194 struct q6afe_port; 196 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id); 197 int q6afe_port_start(struct q6afe_port *port); 198 int q6afe_port_stop(struct q6afe_port *port); 199 void q6afe_port_put(struct q6afe_port *port); 201 void q6afe_hdmi_port_prepare(struct q6afe_port *port, 203 void q6afe_slim_port_prepare(struct q6afe_port *port, 205 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg); 206 void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg); 208 int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
|
| D | q6afe.c | 475 struct q6afe_port { struct 711 struct q6afe_port *port; in q6afe_port_free() 715 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free() 724 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port() 726 struct q6afe_port *p = NULL; in q6afe_find_port() 727 struct q6afe_port *ret = NULL; in q6afe_find_port() 747 struct q6afe_port *port; in q6afe_callback() 801 struct q6afe_port *port) in afe_apr_send_pkt() 836 static int q6afe_port_set_param(struct q6afe_port *port, void *data, in q6afe_port_set_param() 884 static int q6afe_port_set_param_v2(struct q6afe_port *port, void *data, in q6afe_port_set_param_v2() [all …]
|
| D | q6afe-dai.c | 69 struct q6afe_port *port[AFE_PORT_MAX]; 419 struct q6afe_port *port = dai_data->port[dai->id]; in q6afe_mi2s_set_sysclk() 597 struct q6afe_port *port; in msm_dai_q6_dai_probe()
|