Symbol: q6afe_port
sound/soc/qcom/qdsp6/q6afe-dai.c
31
struct q6afe_port *port[AFE_PORT_MAX];
sound/soc/qcom/qdsp6/q6afe-dai.c
491
struct q6afe_port *port = dai_data->port[dai->id];
sound/soc/qcom/qdsp6/q6afe-dai.c
670
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
1026
struct q6afe_port *port, uint32_t rsp_opcode)
sound/soc/qcom/qdsp6/q6afe.c
1069
static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1113
static int q6afe_port_set_param(struct q6afe_port *port, void *data,
sound/soc/qcom/qdsp6/q6afe.c
1120
static int q6afe_port_set_param_v2(struct q6afe_port *port, void *data,
sound/soc/qcom/qdsp6/q6afe.c
1167
static int q6afe_port_set_lpass_clock(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1176
static int q6afe_set_lpass_clock_v2(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1183
static int q6afe_set_digital_codec_core_clock(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1211
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
sound/soc/qcom/qdsp6/q6afe.c
1272
int q6afe_port_stop(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
1321
void q6afe_slim_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1346
void q6afe_tdm_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1388
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx)
sound/soc/qcom/qdsp6/q6afe.c
1409
static int afe_port_send_usb_params(struct q6afe_port *port, struct q6afe_usb_cfg *cfg)
sound/soc/qcom/qdsp6/q6afe.c
1454
void q6afe_usb_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1475
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1496
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg)
sound/soc/qcom/qdsp6/q6afe.c
1639
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1661
int q6afe_port_start(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
1727
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id)
sound/soc/qcom/qdsp6/q6afe.c
1731
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
1821
void q6afe_port_put(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
932
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
935
port = container_of(ref, struct q6afe_port, refcount);
sound/soc/qcom/qdsp6/q6afe.c
943
static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token)
sound/soc/qcom/qdsp6/q6afe.c
945
struct q6afe_port *p;
sound/soc/qcom/qdsp6/q6afe.c
946
struct q6afe_port *ret = NULL;
sound/soc/qcom/qdsp6/q6afe.c
964
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.h
246
struct q6afe_port;
sound/soc/qcom/qdsp6/q6afe.h
248
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id);
sound/soc/qcom/qdsp6/q6afe.h
249
int q6afe_port_start(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
250
int q6afe_port_stop(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
251
void q6afe_port_put(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
253
void q6afe_usb_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
255
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
257
void q6afe_slim_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
259
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg);
sound/soc/qcom/qdsp6/q6afe.h
260
void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg);
sound/soc/qcom/qdsp6/q6afe.h
261
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
264
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx);
sound/soc/qcom/qdsp6/q6afe.h
265
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
sound/soc/qcom/qdsp6/q6usb.c
60
struct q6afe_port *q6usb_afe;