Symbol: sum_mgr
sound/pci/ctxfi/ctamixer.c
362
struct sum_mgr *mgr)
sound/pci/ctxfi/ctamixer.c
382
static int get_sum_rsc(struct sum_mgr *mgr,
sound/pci/ctxfi/ctamixer.c
431
static int put_sum_rsc(struct sum_mgr *mgr, struct sum *sum)
sound/pci/ctxfi/ctamixer.c
448
struct sum_mgr *sum_mgr;
sound/pci/ctxfi/ctamixer.c
451
sum_mgr = kzalloc_obj(*sum_mgr);
sound/pci/ctxfi/ctamixer.c
452
if (!sum_mgr)
sound/pci/ctxfi/ctamixer.c
455
err = rsc_mgr_init(&sum_mgr->mgr, SUM, SUM_RESOURCE_NUM, hw);
sound/pci/ctxfi/ctamixer.c
459
spin_lock_init(&sum_mgr->mgr_lock);
sound/pci/ctxfi/ctamixer.c
461
sum_mgr->get_sum = get_sum_rsc;
sound/pci/ctxfi/ctamixer.c
462
sum_mgr->put_sum = put_sum_rsc;
sound/pci/ctxfi/ctamixer.c
463
sum_mgr->card = hw->card;
sound/pci/ctxfi/ctamixer.c
465
*rsum_mgr = sum_mgr;
sound/pci/ctxfi/ctamixer.c
470
kfree(sum_mgr);
sound/pci/ctxfi/ctamixer.c
476
struct sum_mgr *sum_mgr = ptr;
sound/pci/ctxfi/ctamixer.c
477
rsc_mgr_uninit(&sum_mgr->mgr);
sound/pci/ctxfi/ctamixer.c
478
kfree(sum_mgr);
sound/pci/ctxfi/ctamixer.h
39
int (*get_sum)(struct sum_mgr *mgr,
sound/pci/ctxfi/ctamixer.h
42
int (*put_sum)(struct sum_mgr *mgr, struct sum *sum);
sound/pci/ctxfi/ctatc.c
1174
struct sum_mgr *sum_mgr = NULL;
sound/pci/ctxfi/ctatc.c
1209
sum_mgr = atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctatc.c
1212
sum_mgr->put_sum(sum_mgr, atc->pcm[i]);
sound/pci/ctxfi/ctatc.c
1405
struct sum_mgr *sum_mgr;
sound/pci/ctxfi/ctatc.c
1473
sum_mgr = atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctatc.c
1476
err = sum_mgr->get_sum(sum_mgr, &sum_dsc,
sound/pci/ctxfi/ctatc.c
328
struct sum_mgr *sum_mgr = atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctatc.c
362
sum_mgr->put_sum(sum_mgr, apcm->mono);
sound/pci/ctxfi/ctatc.c
510
struct sum_mgr *sum_mgr = atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctatc.c
603
err = sum_mgr->get_sum(sum_mgr, &sum_dsc, (struct sum **)&apcm->mono);
sound/pci/ctxfi/ctmixer.c
1210
struct sum_mgr *sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctmixer.c
1227
sum_mgr->put_sum(sum_mgr, (struct sum *)mixer->sums[i]);
sound/pci/ctxfi/ctmixer.c
905
struct sum_mgr *sum_mgr;
sound/pci/ctxfi/ctmixer.c
915
sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM];
sound/pci/ctxfi/ctmixer.c
918
err = sum_mgr->get_sum(sum_mgr, &sum_desc, &sum);
sound/pci/ctxfi/ctmixer.c
957
sum_mgr->put_sum(sum_mgr, (struct sum *)mixer->sums[i]);