Searched refs:daio_mgr (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 378 struct daio_mgr *mgr) in dao_rsc_init() 446 struct daio_mgr *mgr = dao->mgr; in dai_rsc_init() 459 struct daio_mgr *mgr) in dai_rsc_init() 523 static int get_daio_rsc(struct daio_mgr *mgr, in get_daio_rsc() 581 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_enb_daio() 601 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_dsb_daio() 615 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_map_op() 631 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_imap_add() 642 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete() 653 static int daio_imap_delete(struct daio_mgr *mg in daio_mgr_commit_write() 659 struct daio_mgr *daio_mgr; daio_mgr_create() local 712 struct daio_mgr *daio_mgr = ptr; daio_mgr_destroy() local [all...] |
| H A D | ctdaio.h | 41 struct daio_mgr; 54 struct daio_mgr *mgr; 99 struct daio_mgr { struct 109 int (*get_daio)(struct daio_mgr *mgr, argument 112 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio); argument 113 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio); argument 114 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio); argument 115 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry); argument 116 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry); argument 117 int (*commit_write)(struct daio_mgr *mgr); argument
|
| H A D | ctatc.c | 1053 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local 1056 daio_mgr->daio_enable(daio_mgr, atc->daios[type]); in atc_daio_unmute() 1058 daio_mgr->daio_disable(daio_mgr, atc->daios[type]); in atc_daio_unmute() 1060 daio_mgr->commit_write(daio_mgr); in atc_daio_unmute() 1171 struct daio_mgr *daio_mgr in atc_release_resources() local 1399 struct daio_mgr *daio_mgr; atc_get_resources() local [all...] |