Symbol: rsc_mgr
sound/pci/ctxfi/ctamixer.h
34
struct rsc_mgr mgr; /* Basic resource manager info */
sound/pci/ctxfi/ctamixer.h
79
struct rsc_mgr mgr; /* Basic resource manager info */
sound/pci/ctxfi/ctdaio.c
505
static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
sound/pci/ctxfi/ctdaio.c
515
static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type)
sound/pci/ctxfi/ctdaio.c
630
struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr;
sound/pci/ctxfi/ctdaio.h
100
struct rsc_mgr mgr; /* Basic resource manager info */
sound/pci/ctxfi/ctresource.c
204
int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
sound/pci/ctxfi/ctresource.c
254
int rsc_mgr_uninit(struct rsc_mgr *mgr)
sound/pci/ctxfi/ctresource.c
73
int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx)
sound/pci/ctxfi/ctresource.c
87
int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx)
sound/pci/ctxfi/ctresource.h
63
int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type,
sound/pci/ctxfi/ctresource.h
65
int rsc_mgr_uninit(struct rsc_mgr *mgr);
sound/pci/ctxfi/ctresource.h
66
int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx);
sound/pci/ctxfi/ctresource.h
67
int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx);
sound/pci/ctxfi/ctsrc.c
755
struct rsc_mgr *mgr = &((struct srcimp_mgr *)data)->mgr;
sound/pci/ctxfi/ctsrc.h
123
struct rsc_mgr mgr; /* Basic resource manager info */
sound/pci/ctxfi/ctsrc.h
84
struct rsc_mgr mgr; /* Basic resource manager info */