Home
last modified time | relevance | path

Searched refs:q6copp (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Dq6adm.c37 struct q6copp { struct
90 static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx, in q6adm_find_copp()
93 struct q6copp *c; in q6adm_find_copp()
94 struct q6copp *ret = NULL; in q6adm_find_copp()
114 struct q6copp *c = container_of(ref, struct q6copp, refcount); in q6adm_free_copp()
130 struct q6copp *copp; in q6adm_callback()
212 static struct q6copp *q6adm_alloc_copp(struct q6adm *adm, int port_idx) in q6adm_alloc_copp()
214 struct q6copp *c; in q6adm_alloc_copp()
237 static int q6adm_apr_send_copp_pkt(struct q6adm *adm, struct q6copp *cop
38 afe_portq6copp global() argument
39 copp_idxq6copp global() argument
40 idq6copp global() argument
41 topologyq6copp global() argument
42 modeq6copp global() argument
43 rateq6copp global() argument
44 bit_widthq6copp global() argument
45 channelsq6copp global() argument
46 app_typeq6copp global() argument
47 acdb_idq6copp global() argument
49 resultq6copp global() argument
50 refcountq6copp global() argument
51 waitq6copp global() argument
52 nodeq6copp global() argument
53 admq6copp global() argument
[all...]
H A Dq6adm.h18 struct q6copp;
19 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate,
22 int q6adm_close(struct device *dev, struct q6copp *copp);
23 int q6adm_get_copp_id(struct q6copp *copp);
H A Dq6routing.c339 struct q6copp *copps[MAX_COPPS_PER_PORT];
366 struct q6copp *copp; in q6routing_stream_open()