Searched refs:daio_mgr (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/pci/ctxfi/ |
D | ctdaio.h | 40 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 [all …]
|
D | ctdaio.c | 387 struct daio_mgr *mgr) in dao_rsc_init() 452 struct daio_mgr *mgr = dao->mgr; in dao_rsc_reinit() 464 struct daio_mgr *mgr) in dai_rsc_init() 523 static int get_daio_rsc(struct daio_mgr *mgr, in get_daio_rsc() 582 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio) in put_daio_rsc() 604 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_enb_daio() 618 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_dsb_daio() 634 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op() 645 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add() 662 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete() [all …]
|
D | ctatc.c | 1033 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()
|