Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctresource.h56 struct rsc_mgr { struct
66 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, argument
68 int rsc_mgr_uninit(struct rsc_mgr *mgr);
69 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx);
70 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()
210 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init()
261 int rsc_mgr_uninit(struct rsc_mgr *mgr) in rsc_mgr_uninit()
Dctamixer.h37 struct rsc_mgr mgr; /* Basic resource manager info */
81 struct rsc_mgr mgr; /* Basic resource manager info */
Dctsrc.h87 struct rsc_mgr mgr; /* Basic resource manager info */
125 struct rsc_mgr mgr; /* Basic resource manager info */
Dctdaio.h100 struct rsc_mgr mgr; /* Basic resource manager info */
Dctdaio.c511 static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_get_rsc()
521 static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_put_rsc()
642 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op()
Dctsrc.c782 struct rsc_mgr *mgr = &((struct srcimp_mgr *)data)->mgr; in srcimp_map_op()