Home
last modified time | relevance | path

Searched refs:daio_mgr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/pci/ctxfi/
H A Dctdaio.c365 struct daio_mgr *mgr) in dao_rsc_init()
442 struct daio_mgr *mgr) in dai_rsc_init()
668 struct daio_mgr *daio_mgr; in daio_mgr_create() local
672 daio_mgr = kzalloc(sizeof(*daio_mgr), GFP_KERNEL); in daio_mgr_create()
673 if (!daio_mgr) in daio_mgr_create()
690 daio_mgr->init_imap = entry; in daio_mgr_create()
700 daio_mgr->card = hw->card; in daio_mgr_create()
708 *rdaio_mgr = daio_mgr; in daio_mgr_create()
715 kfree(daio_mgr); in daio_mgr_create()
721 struct daio_mgr *daio_mgr = ptr; in daio_mgr_destroy() local
[all …]
H A Dctdaio.h40 struct daio_mgr;
52 struct daio_mgr *mgr;
96 struct daio_mgr { struct
106 int (*get_daio)(struct daio_mgr *mgr, argument
109 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio); argument
110 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio); argument
111 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio); argument
112 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry); argument
113 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry); argument
114 int (*commit_write)(struct daio_mgr *mgr); argument
H A Dctatc.c1030 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local
1033 daio_mgr->daio_enable(daio_mgr, atc->daios[type]); in atc_daio_unmute()
1035 daio_mgr->daio_disable(daio_mgr, atc->daios[type]); in atc_daio_unmute()
1037 daio_mgr->commit_write(daio_mgr); in atc_daio_unmute()
1144 struct daio_mgr *daio_mgr = NULL; in atc_release_resources() local
1165 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_release_resources()
1173 daio_mgr->put_daio(daio_mgr, daio); in atc_release_resources()
1365 struct daio_mgr *daio_mgr; in atc_get_resources() local
1393 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_get_resources()
1398 err = daio_mgr->get_daio(daio_mgr, &da_desc, in atc_get_resources()