q6afe_port
struct q6afe_port *port[AFE_PORT_MAX];
struct q6afe_port *port = dai_data->port[dai->id];
struct q6afe_port *port;
struct q6afe_port *port, uint32_t rsp_opcode)
static int q6afe_set_param(struct q6afe *afe, struct q6afe_port *port,
static int q6afe_port_set_param(struct q6afe_port *port, void *data,
static int q6afe_port_set_param_v2(struct q6afe_port *port, void *data,
static int q6afe_port_set_lpass_clock(struct q6afe_port *port,
static int q6afe_set_lpass_clock_v2(struct q6afe_port *port,
static int q6afe_set_digital_codec_core_clock(struct q6afe_port *port,
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
int q6afe_port_stop(struct q6afe_port *port)
void q6afe_slim_port_prepare(struct q6afe_port *port,
void q6afe_tdm_port_prepare(struct q6afe_port *port,
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx)
static int afe_port_send_usb_params(struct q6afe_port *port, struct q6afe_usb_cfg *cfg)
void q6afe_usb_port_prepare(struct q6afe_port *port,
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg)
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
int q6afe_port_start(struct q6afe_port *port)
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id)
struct q6afe_port *port;
void q6afe_port_put(struct q6afe_port *port)
struct q6afe_port *port;
port = container_of(ref, struct q6afe_port, refcount);
static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token)
struct q6afe_port *p;
struct q6afe_port *ret = NULL;
struct q6afe_port *port;
struct q6afe_port;
struct q6afe_port *q6afe_port_get_from_id(struct device *dev, int id);
int q6afe_port_start(struct q6afe_port *port);
int q6afe_port_stop(struct q6afe_port *port);
void q6afe_port_put(struct q6afe_port *port);
void q6afe_usb_port_prepare(struct q6afe_port *port,
void q6afe_hdmi_port_prepare(struct q6afe_port *port,
void q6afe_slim_port_prepare(struct q6afe_port *port,
int q6afe_i2s_port_prepare(struct q6afe_port *port, struct q6afe_i2s_cfg *cfg);
void q6afe_tdm_port_prepare(struct q6afe_port *port, struct q6afe_tdm_cfg *cfg);
void q6afe_cdc_dma_port_prepare(struct q6afe_port *port,
int afe_port_send_usb_dev_param(struct q6afe_port *port, int cardidx, int pcmidx);
int q6afe_port_set_sysclk(struct q6afe_port *port, int clk_id,
struct q6afe_port *q6usb_afe;