Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dctdaio.c387 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 …]
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()