Searched refs:q6afe_port (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6afe.h | 217 struct q6afe_port; 219 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id); 220 int q6afe_port_start(struct q6afe_port *port); 221 int q6afe_port_stop(struct q6afe_port *port); 222 void q6afe_port_put(struct q6afe_port *port); 224 void q6afe_hdmi_port_prepare(struct q6afe_port *port, 226 void q6afe_slim_port_prepare(struct q6afe_port *port, 228 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg); 229 void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg); 230 void q6afe_cdc_dma_port_prepare(struct q6afe_port *por [all...] |
H A D | q6afe.c | 539 struct q6afe_port { struct 833 struct q6afe_port *port; in q6afe_port_free() 837 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free() 846 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port() 848 struct q6afe_port *p = NULL; in q6afe_find_port() 849 struct q6afe_port *ret = NULL; in q6afe_find_port() 869 struct q6afe_port *port; in q6afe_callback() 931 struct q6afe_port *port, uint32_t rsp_opcode) in afe_apr_send_pkt() 974 static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port, in q6afe_set_param() 1020 static int q6afe_port_set_param(struct q6afe_port *por [all...] |
H A D | q6afe-dai.c | 111 struct q6afe_port *port[AFE_PORT_MAX]; 550 struct q6afe_port *port = dai_data->port[dai->id]; in q6afe_mi2s_set_sysclk() 762 struct q6afe_port *port; in msm_dai_q6_dai_probe()
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6afe.h | 217 struct q6afe_port; 219 struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id); 220 int q6afe_port_start(struct q6afe_port *port); 221 int q6afe_port_stop(struct q6afe_port *port); 222 void q6afe_port_put(struct q6afe_port *port); 224 void q6afe_hdmi_port_prepare(struct q6afe_port *port, 226 void q6afe_slim_port_prepare(struct q6afe_port *port, 228 int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg); 229 void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg); 230 void q6afe_cdc_dma_port_prepare(struct q6afe_port *por [all...] |
H A D | q6afe.c | 541 struct q6afe_port { struct 839 struct q6afe_port *port; in q6afe_port_free() 843 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free() 852 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port() 854 struct q6afe_port *p; in q6afe_find_port() 855 struct q6afe_port *ret = NULL; in q6afe_find_port() 875 struct q6afe_port *port; in q6afe_callback() 937 struct q6afe_port *port, uint32_t rsp_opcode) in afe_apr_send_pkt() 980 static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port, in q6afe_set_param() 1026 static int q6afe_port_set_param(struct q6afe_port *por [all...] |
H A D | q6afe-dai.c | 30 struct q6afe_port *port[AFE_PORT_MAX]; 449 struct q6afe_port *port = dai_data->port[dai->id]; in q6afe_mi2s_set_sysclk() 625 struct q6afe_port *port; in msm_dai_q6_dai_probe()
|
Completed in 10 milliseconds