Searched refs:daio_mgr (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctdaio.h42 struct daio_mgr;
54 struct daio_mgr *mgr;
98 struct daio_mgr { struct
107 int (*get_daio)(struct daio_mgr *mgr,
110 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio);
111 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio);
112 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
113 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
114 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
115 int (*commit_write)(struct daio_mgr *mg
[all...]
H A Dctdaio.c400 struct daio_mgr *mgr)
464 struct daio_mgr *mgr = dao->mgr;
476 struct daio_mgr *mgr)
535 static int get_daio_rsc(struct daio_mgr *mgr,
597 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio)
619 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio)
633 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio)
649 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr;
660 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry)
677 static int daio_imap_delete(struct daio_mgr *mg
705 struct daio_mgr *daio_mgr; local
755 daio_mgr_destroy(struct daio_mgr *daio_mgr) argument
[all...]
H A Dctatc.c994 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; local
997 daio_mgr->daio_enable(daio_mgr, atc->daios[type]);
999 daio_mgr->daio_disable(daio_mgr, atc->daios[type]);
1001 daio_mgr->commit_write(daio_mgr);
1103 struct daio_mgr *daio_mgr local
1327 struct daio_mgr *daio_mgr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ctxfi/
H A Dctdaio.h42 struct daio_mgr;
54 struct daio_mgr *mgr;
98 struct daio_mgr { struct
107 int (*get_daio)(struct daio_mgr *mgr,
110 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio);
111 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio);
112 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
113 int (*imap_add)(struct daio_mgr *mgr, struct imapper *entry);
114 int (*imap_delete)(struct daio_mgr *mgr, struct imapper *entry);
115 int (*commit_write)(struct daio_mgr *mg
[all...]
H A Dctdaio.c400 struct daio_mgr *mgr)
464 struct daio_mgr *mgr = dao->mgr;
476 struct daio_mgr *mgr)
535 static int get_daio_rsc(struct daio_mgr *mgr,
597 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio)
619 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio)
633 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio)
649 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr;
660 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry)
677 static int daio_imap_delete(struct daio_mgr *mg
705 struct daio_mgr *daio_mgr; local
755 daio_mgr_destroy(struct daio_mgr *daio_mgr) argument
[all...]
H A Dctatc.c994 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; local
997 daio_mgr->daio_enable(daio_mgr, atc->daios[type]);
999 daio_mgr->daio_disable(daio_mgr, atc->daios[type]);
1001 daio_mgr->commit_write(daio_mgr);
1103 struct daio_mgr *daio_mgr local
1327 struct daio_mgr *daio_mgr; local
[all...]

Completed in 74 milliseconds