Searched refs:daio_mgr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctdaio.h | 44 struct daio_mgr; 56 struct daio_mgr *mgr; 100 struct daio_mgr { struct 110 int (*get_daio)(struct daio_mgr *mgr, argument 113 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio); argument 114 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio); argument 115 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio); argument 116 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry); argument 117 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry); argument 118 int (*commit_write)(struct daio_mgr *mgr); argument [all …]
|
D | ctdaio.c | 391 struct daio_mgr *mgr) in dao_rsc_init() 456 struct daio_mgr *mgr = dao->mgr; in dao_rsc_reinit() 468 struct daio_mgr *mgr) in dai_rsc_init() 527 static int get_daio_rsc(struct daio_mgr *mgr, in get_daio_rsc() 586 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio) in put_daio_rsc() 608 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_enb_daio() 622 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_dsb_daio() 638 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op() 649 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add() 666 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete() [all …]
|
D | ctatc.c | 1034 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local 1037 daio_mgr->daio_enable(daio_mgr, atc->daios[type]); in atc_daio_unmute() 1039 daio_mgr->daio_disable(daio_mgr, atc->daios[type]); in atc_daio_unmute() 1041 daio_mgr->commit_write(daio_mgr); in atc_daio_unmute() 1148 struct daio_mgr *daio_mgr = NULL; in atc_release_resources() local 1169 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_release_resources() 1177 daio_mgr->put_daio(daio_mgr, daio); in atc_release_resources() 1369 struct daio_mgr *daio_mgr; in atc_get_resources() local 1397 daio_mgr = (struct daio_mgr *)atc->rsc_mgrs[DAIO]; in atc_get_resources() 1402 err = daio_mgr->get_daio(daio_mgr, &da_desc, in atc_get_resources()
|