Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/ctxfi/
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
114 int (*commit_write)(struct daio_mgr *mgr); argument
118 int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr);
[all …]
A Dctdaio.c387 struct daio_mgr *mgr) in dao_rsc_init()
464 struct daio_mgr *mgr) in dai_rsc_init()
690 struct daio_mgr *daio_mgr; in daio_mgr_create() local
694 daio_mgr = kzalloc(sizeof(*daio_mgr), GFP_KERNEL); in daio_mgr_create()
695 if (!daio_mgr) in daio_mgr_create()
712 daio_mgr->init_imap = entry; in daio_mgr_create()
722 daio_mgr->card = hw->card; in daio_mgr_create()
730 *rdaio_mgr = daio_mgr; in daio_mgr_create()
737 kfree(daio_mgr); in daio_mgr_create()
741 int daio_mgr_destroy(struct daio_mgr *daio_mgr) in daio_mgr_destroy() argument
[all …]
A Dctatc.c1033 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local
1036 daio_mgr->daio_enable(daio_mgr, atc->daios[type]); in atc_daio_unmute()
1038 daio_mgr->daio_disable(daio_mgr, atc->daios[type]); in atc_daio_unmute()
1040 daio_mgr->commit_write(daio_mgr); in atc_daio_unmute()
1147 struct daio_mgr *daio_mgr = NULL; in atc_release_resources() local
1168 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_release_resources()
1176 daio_mgr->put_daio(daio_mgr, daio); in atc_release_resources()
1368 struct daio_mgr *daio_mgr; in atc_get_resources() local
1396 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_get_resources()
1401 err = daio_mgr->get_daio(daio_mgr, &da_desc, in atc_get_resources()

Completed in 8 milliseconds