Searched defs:daio_mgr (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/sound/pci/ctxfi/ |
| D | ctdaio.h | 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
|
| D | ctdaio.c | 690 struct daio_mgr *daio_mgr; in daio_mgr_create() local 741 int daio_mgr_destroy(struct daio_mgr *daio_mgr) in daio_mgr_destroy()
|
| D | ctatc.c | 1033 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local 1147 struct daio_mgr *daio_mgr = NULL; in atc_release_resources() local 1368 struct daio_mgr *daio_mgr; in atc_get_resources() local
|
| /kernel/linux/linux-5.10/sound/pci/ctxfi/ |
| D | ctdaio.h | 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
|
| D | ctdaio.c | 690 struct daio_mgr *daio_mgr; in daio_mgr_create() local 741 int daio_mgr_destroy(struct daio_mgr *daio_mgr) in daio_mgr_destroy()
|
| D | ctatc.c | 1033 struct daio_mgr *daio_mgr = atc->rsc_mgrs[DAIO]; in atc_daio_unmute() local 1147 struct daio_mgr *daio_mgr = NULL; in atc_release_resources() local 1368 struct daio_mgr *daio_mgr; in atc_get_resources() local
|