Home
last modified time | relevance | path

Searched refs:rsc_mgr (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/sound/pci/ctxfi/
Dctresource.h57 struct rsc_mgr { struct
67 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, argument
69 int rsc_mgr_uninit(struct rsc_mgr *mgr);
70 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx);
71 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx);
Dctresource.c77 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource()
91 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource()
209 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init()
259 int rsc_mgr_uninit(struct rsc_mgr *mgr) in rsc_mgr_uninit()
Dctamixer.h38 struct rsc_mgr mgr; /* Basic resource manager info */
83 struct rsc_mgr mgr; /* Basic resource manager info */
Dctsrc.h88 struct rsc_mgr mgr; /* Basic resource manager info */
127 struct rsc_mgr mgr; /* Basic resource manager info */
Dctdaio.h101 struct rsc_mgr mgr; /* Basic resource manager info */
Dctdaio.c510 static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_get_rsc()
520 static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_put_rsc()
638 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op()
Dctsrc.c783 struct rsc_mgr *mgr = &((struct srcimp_mgr *)data)->mgr; in srcimp_map_op()