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
492
struct q6afe_port *port = dai_data->port[dai->id];
sound/soc/qcom/qdsp6/q6afe-dai.c
673
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
1032
struct q6afe_port *port, uint32_t rsp_opcode)
sound/soc/qcom/qdsp6/q6afe.c
1075
static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1119
static int q6afe_port_set_param(struct q6afe_port *port, void *data,
sound/soc/qcom/qdsp6/q6afe.c
1126
static int q6afe_port_set_param_v2(struct q6afe_port *port, void *data,
sound/soc/qcom/qdsp6/q6afe.c
1173
static int q6afe_port_set_lpass_clock(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1182
static int q6afe_set_lpass_clock_v2(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1189
static int q6afe_set_digital_codec_core_clock(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1217
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
sound/soc/qcom/qdsp6/q6afe.c
1278
int q6afe_port_stop(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
1327
void q6afe_slim_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1352
void q6afe_tdm_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1394
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx)
sound/soc/qcom/qdsp6/q6afe.c
1415
static int afe_port_send_usb_params(struct q6afe_port *port, struct q6afe_usb_cfg *cfg)
sound/soc/qcom/qdsp6/q6afe.c
1460
void q6afe_usb_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1481
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1502
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg)
sound/soc/qcom/qdsp6/q6afe.c
1645
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.c
1667
int q6afe_port_start(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
1733
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id)
sound/soc/qcom/qdsp6/q6afe.c
1737
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
1829
void q6afe_port_put(struct q6afe_port *port)
sound/soc/qcom/qdsp6/q6afe.c
938
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.c
941
port = container_of(ref, struct q6afe_port, refcount);
sound/soc/qcom/qdsp6/q6afe.c
949
static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token)
sound/soc/qcom/qdsp6/q6afe.c
951
struct q6afe_port *p;
sound/soc/qcom/qdsp6/q6afe.c
952
struct q6afe_port *ret = NULL;
sound/soc/qcom/qdsp6/q6afe.c
970
struct q6afe_port *port;
sound/soc/qcom/qdsp6/q6afe.h
247
struct q6afe_port;
sound/soc/qcom/qdsp6/q6afe.h
249
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id);
sound/soc/qcom/qdsp6/q6afe.h
250
int q6afe_port_start(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
251
int q6afe_port_stop(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
252
void q6afe_port_put(struct q6afe_port *port);
sound/soc/qcom/qdsp6/q6afe.h
254
void q6afe_usb_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
256
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
258
void q6afe_slim_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
260
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg);
sound/soc/qcom/qdsp6/q6afe.h
261
void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg);
sound/soc/qcom/qdsp6/q6afe.h
262
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
sound/soc/qcom/qdsp6/q6afe.h
265
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx);
sound/soc/qcom/qdsp6/q6afe.h
266
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
sound/soc/qcom/qdsp6/q6usb.c
60
struct q6afe_port *q6usb_afe;