amixer_mgr        198 sound/pci/ctxfi/ctamixer.c 			   struct amixer_mgr *mgr)
amixer_mgr        228 sound/pci/ctxfi/ctamixer.c static int get_amixer_rsc(struct amixer_mgr *mgr,
amixer_mgr        280 sound/pci/ctxfi/ctamixer.c static int put_amixer_rsc(struct amixer_mgr *mgr, struct amixer *amixer)
amixer_mgr        296 sound/pci/ctxfi/ctamixer.c int amixer_mgr_create(struct hw *hw, struct amixer_mgr **ramixer_mgr)
amixer_mgr        299 sound/pci/ctxfi/ctamixer.c 	struct amixer_mgr *amixer_mgr;
amixer_mgr        302 sound/pci/ctxfi/ctamixer.c 	amixer_mgr = kzalloc(sizeof(*amixer_mgr), GFP_KERNEL);
amixer_mgr        303 sound/pci/ctxfi/ctamixer.c 	if (!amixer_mgr)
amixer_mgr        306 sound/pci/ctxfi/ctamixer.c 	err = rsc_mgr_init(&amixer_mgr->mgr, AMIXER, AMIXER_RESOURCE_NUM, hw);
amixer_mgr        310 sound/pci/ctxfi/ctamixer.c 	spin_lock_init(&amixer_mgr->mgr_lock);
amixer_mgr        312 sound/pci/ctxfi/ctamixer.c 	amixer_mgr->get_amixer = get_amixer_rsc;
amixer_mgr        313 sound/pci/ctxfi/ctamixer.c 	amixer_mgr->put_amixer = put_amixer_rsc;
amixer_mgr        314 sound/pci/ctxfi/ctamixer.c 	amixer_mgr->card = hw->card;
amixer_mgr        316 sound/pci/ctxfi/ctamixer.c 	*ramixer_mgr = amixer_mgr;
amixer_mgr        321 sound/pci/ctxfi/ctamixer.c 	kfree(amixer_mgr);
amixer_mgr        325 sound/pci/ctxfi/ctamixer.c int amixer_mgr_destroy(struct amixer_mgr *amixer_mgr)
amixer_mgr        327 sound/pci/ctxfi/ctamixer.c 	rsc_mgr_uninit(&amixer_mgr->mgr);
amixer_mgr        328 sound/pci/ctxfi/ctamixer.c 	kfree(amixer_mgr);
amixer_mgr         84 sound/pci/ctxfi/ctamixer.h 	int (*get_amixer)(struct amixer_mgr *mgr,
amixer_mgr         88 sound/pci/ctxfi/ctamixer.h 	int (*put_amixer)(struct amixer_mgr *mgr, struct amixer *amixer);
amixer_mgr         92 sound/pci/ctxfi/ctamixer.h int amixer_mgr_create(struct hw *hw, struct amixer_mgr **ramixer_mgr);
amixer_mgr         93 sound/pci/ctxfi/ctamixer.h int amixer_mgr_destroy(struct amixer_mgr *amixer_mgr);
amixer_mgr        243 sound/pci/ctxfi/ctatc.c 	struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
amixer_mgr        282 sound/pci/ctxfi/ctatc.c 		err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
amixer_mgr        322 sound/pci/ctxfi/ctatc.c 	struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
amixer_mgr        349 sound/pci/ctxfi/ctatc.c 			amixer_mgr->put_amixer(amixer_mgr, apcm->amixers[i]);
amixer_mgr        504 sound/pci/ctxfi/ctatc.c 	struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
amixer_mgr        588 sound/pci/ctxfi/ctatc.c 		err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
amixer_mgr        786 sound/pci/ctxfi/ctatc.c 	struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
amixer_mgr        826 sound/pci/ctxfi/ctatc.c 		err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
amixer_mgr        841 sound/pci/ctxfi/ctmixer.c 	struct amixer_mgr *amixer_mgr;
amixer_mgr        863 sound/pci/ctxfi/ctmixer.c 	amixer_mgr = (struct amixer_mgr *)mixer->atc->rsc_mgrs[AMIXER];
amixer_mgr        866 sound/pci/ctxfi/ctmixer.c 		err = amixer_mgr->get_amixer(amixer_mgr, &am_desc, &amixer);
amixer_mgr        883 sound/pci/ctxfi/ctmixer.c 			amixer_mgr->put_amixer(amixer_mgr, amixer);
amixer_mgr       1144 sound/pci/ctxfi/ctmixer.c 	struct amixer_mgr *amixer_mgr =
amixer_mgr       1145 sound/pci/ctxfi/ctmixer.c 			(struct amixer_mgr *)mixer->atc->rsc_mgrs[AMIXER];
amixer_mgr       1153 sound/pci/ctxfi/ctmixer.c 			amixer_mgr->put_amixer(amixer_mgr, amixer);