Lines Matching refs:q6copp
37 struct q6copp { struct
90 static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx, in q6adm_find_copp()
93 struct q6copp *c = NULL; 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 *copp, in q6adm_apr_send_copp_pkt()
279 static int q6adm_device_close(struct q6adm *adm, struct q6copp *copp, in q6adm_device_close()
296 static struct q6copp *q6adm_find_matching_copp(struct q6adm *adm, in q6adm_find_matching_copp()
302 struct q6copp *c = NULL; in q6adm_find_matching_copp()
303 struct q6copp *ret = NULL; in q6adm_find_matching_copp()
321 static int q6adm_device_open(struct q6adm *adm, struct q6copp *copp, in q6adm_device_open()
383 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate, in q6adm_open()
388 struct q6copp *copp; in q6adm_open()
441 int q6adm_get_copp_id(struct q6copp *copp) in q6adm_get_copp_id()
470 struct q6copp *copp; in q6adm_matrix_map()
569 int q6adm_close(struct device *dev, struct q6copp *copp) in q6adm_close()