Symbol: amixer_mgr
sound/pci/ctxfi/ctamixer.c
197
struct amixer_mgr *mgr)
sound/pci/ctxfi/ctamixer.c
228
static int get_amixer_rsc(struct amixer_mgr *mgr,
sound/pci/ctxfi/ctamixer.c
279
static int put_amixer_rsc(struct amixer_mgr *mgr, struct amixer *amixer)
sound/pci/ctxfi/ctamixer.c
296
struct amixer_mgr *amixer_mgr;
sound/pci/ctxfi/ctamixer.c
299
amixer_mgr = kzalloc_obj(*amixer_mgr);
sound/pci/ctxfi/ctamixer.c
300
if (!amixer_mgr)
sound/pci/ctxfi/ctamixer.c
303
err = rsc_mgr_init(&amixer_mgr->mgr, AMIXER, AMIXER_RESOURCE_NUM, hw);
sound/pci/ctxfi/ctamixer.c
307
spin_lock_init(&amixer_mgr->mgr_lock);
sound/pci/ctxfi/ctamixer.c
309
amixer_mgr->get_amixer = get_amixer_rsc;
sound/pci/ctxfi/ctamixer.c
310
amixer_mgr->put_amixer = put_amixer_rsc;
sound/pci/ctxfi/ctamixer.c
311
amixer_mgr->card = hw->card;
sound/pci/ctxfi/ctamixer.c
313
*ramixer_mgr = amixer_mgr;
sound/pci/ctxfi/ctamixer.c
318
kfree(amixer_mgr);
sound/pci/ctxfi/ctamixer.c
324
struct amixer_mgr *amixer_mgr = ptr;
sound/pci/ctxfi/ctamixer.c
325
rsc_mgr_uninit(&amixer_mgr->mgr);
sound/pci/ctxfi/ctamixer.c
326
kfree(amixer_mgr);
sound/pci/ctxfi/ctamixer.h
84
int (*get_amixer)(struct amixer_mgr *mgr,
sound/pci/ctxfi/ctamixer.h
88
int (*put_amixer)(struct amixer_mgr *mgr, struct amixer *amixer);
sound/pci/ctxfi/ctamixer.h
93
int amixer_mgr_destroy(void *amixer_mgr);
sound/pci/ctxfi/ctatc.c
248
struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctatc.c
287
err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
sound/pci/ctxfi/ctatc.c
327
struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctatc.c
354
amixer_mgr->put_amixer(amixer_mgr, apcm->amixers[i]);
sound/pci/ctxfi/ctatc.c
509
struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctatc.c
593
err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
sound/pci/ctxfi/ctatc.c
791
struct amixer_mgr *amixer_mgr = atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctatc.c
831
err = amixer_mgr->get_amixer(amixer_mgr, &mix_dsc,
sound/pci/ctxfi/ctmixer.c
1211
struct amixer_mgr *amixer_mgr =
sound/pci/ctxfi/ctmixer.c
1212
(struct amixer_mgr *)mixer->atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctmixer.c
1220
amixer_mgr->put_amixer(amixer_mgr, amixer);
sound/pci/ctxfi/ctmixer.c
908
struct amixer_mgr *amixer_mgr;
sound/pci/ctxfi/ctmixer.c
930
amixer_mgr = (struct amixer_mgr *)mixer->atc->rsc_mgrs[AMIXER];
sound/pci/ctxfi/ctmixer.c
933
err = amixer_mgr->get_amixer(amixer_mgr, &am_desc, &amixer);
sound/pci/ctxfi/ctmixer.c
950
amixer_mgr->put_amixer(amixer_mgr, amixer);