Lines Matching defs:src_mgr
83 struct src_mgr {
89 int (*get_src)(struct src_mgr *mgr,
92 int (*put_src)(struct src_mgr *mgr, struct src *src);
93 int (*src_enable_s)(struct src_mgr *mgr, struct src *src);
94 int (*src_enable)(struct src_mgr *mgr, struct src *src);
95 int (*src_disable)(struct src_mgr *mgr, struct src *src);
96 int (*commit_write)(struct src_mgr *mgr);
142 int src_mgr_create(struct hw *hw, struct src_mgr **rsrc_mgr);
143 int src_mgr_destroy(struct src_mgr *src_mgr);