Symbol: q6copp
sound/soc/qcom/qdsp6/q6adm.c
112
static int q6adm_apr_send_copp_pkt(struct q6adm *adm, struct q6copp *copp,
sound/soc/qcom/qdsp6/q6adm.c
154
static int q6adm_device_close(struct q6adm *adm, struct q6copp *copp,
sound/soc/qcom/qdsp6/q6adm.c
173
struct q6copp *c = container_of(ref, struct q6copp, refcount);
sound/soc/qcom/qdsp6/q6adm.c
194
struct q6copp *copp;
sound/soc/qcom/qdsp6/q6adm.c
276
static struct q6copp *q6adm_alloc_copp(struct q6adm *adm, int port_idx)
sound/soc/qcom/qdsp6/q6adm.c
278
struct q6copp *c;
sound/soc/qcom/qdsp6/q6adm.c
301
static struct q6copp *q6adm_find_matching_copp(struct q6adm *adm,
sound/soc/qcom/qdsp6/q6adm.c
307
struct q6copp *c;
sound/soc/qcom/qdsp6/q6adm.c
308
struct q6copp *ret = NULL;
sound/soc/qcom/qdsp6/q6adm.c
326
static int q6adm_device_open(struct q6adm *adm, struct q6copp *copp,
sound/soc/qcom/qdsp6/q6adm.c
381
struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
sound/soc/qcom/qdsp6/q6adm.c
386
struct q6copp *copp;
sound/soc/qcom/qdsp6/q6adm.c
438
int q6adm_get_copp_id(struct q6copp *copp)
sound/soc/qcom/qdsp6/q6adm.c
467
struct q6copp *copp;
sound/soc/qcom/qdsp6/q6adm.c
560
int q6adm_close(struct device *dev, struct q6copp *copp)
sound/soc/qcom/qdsp6/q6adm.c
90
static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx,
sound/soc/qcom/qdsp6/q6adm.c
93
struct q6copp *c;
sound/soc/qcom/qdsp6/q6adm.c
94
struct q6copp *ret = NULL;
sound/soc/qcom/qdsp6/q6adm.h
18
struct q6copp;
sound/soc/qcom/qdsp6/q6adm.h
19
struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
sound/soc/qcom/qdsp6/q6adm.h
22
int q6adm_close(struct device *dev, struct q6copp *copp);
sound/soc/qcom/qdsp6/q6adm.h
23
int q6adm_get_copp_id(struct q6copp *copp);
sound/soc/qcom/qdsp6/q6routing.c
339
struct q6copp *copps[MAX_COPPS_PER_PORT];
sound/soc/qcom/qdsp6/q6routing.c
366
struct q6copp *copp;