Searched refs:daio (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/pci/ctxfi/ |
D | ctdaio.c | 152 daio_device_index(dao->daio.type, dao->hw), dao->ctrl_blk); in dao_commit_write() 159 struct daio *daio = &dao->daio; in dao_set_left_input() local 162 entry = kzalloc((sizeof(*entry) * daio->rscl.msr), GFP_KERNEL); in dao_set_left_input() 169 daio->rscl.ops->master(&daio->rscl); in dao_set_left_input() 170 for (i = 0; i < daio->rscl.msr; i++, entry++) { in dao_set_left_input() 172 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl); in dao_set_left_input() 177 daio->rscl.ops->next_conj(&daio->rscl); in dao_set_left_input() 180 daio->rscl.ops->master(&daio->rscl); in dao_set_left_input() 188 struct daio *daio = &dao->daio; in dao_set_right_input() local 191 entry = kzalloc((sizeof(*entry) * daio->rscr.msr), GFP_KERNEL); in dao_set_right_input() [all …]
|
D | ctdaio.h | 42 struct daio { struct 49 struct daio daio; argument 58 struct daio daio; member 107 const struct daio_desc *desc, struct daio **rdaio); 109 int (*put_daio)(struct daio_mgr *mgr, struct daio *daio); 110 int (*daio_enable)(struct daio_mgr *mgr, struct daio *daio); 111 int (*daio_disable)(struct daio_mgr *mgr, struct daio *daio);
|
D | ctatc.c | 860 struct dao *dao = container_of(atc->daios[SPDIFOO], struct dao, daio); in spdif_passthru_playback_setup() 928 dao = container_of(atc->daios[SPDIFOO], struct dao, daio); in spdif_passthru_playback_prepare() 1048 struct dao *dao = container_of(atc->daios[type], struct dao, daio); in atc_dao_get_status() 1055 struct dao *dao = container_of(atc->daios[type], struct dao, daio); in atc_dao_set_status() 1122 dao = container_of(atc->daios[SPDIFOO], struct dao, daio); in atc_spdif_out_passthru() 1149 struct daio *daio = NULL; in atc_release_resources() local 1170 daio = atc->daios[i]; in atc_release_resources() 1171 if (daio->type < LINEIM) { in atc_release_resources() 1172 dao = container_of(daio, struct dao, daio); in atc_release_resources() 1176 daio_mgr->put_daio(daio_mgr, daio); in atc_release_resources() [all …]
|