Home
last modified time | relevance | path

Searched refs:dma_check (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/sound/sh/
Daica.h80 int dma_check; member
Daica.c282 if (unlikely(dreamcastcard->dma_check == 0)) { in run_spu_dma()
328 if (unlikely(dreamcastcard->dma_check == 0)) in aica_period_elapsed()
329 dreamcastcard->dma_check = 1; in aica_period_elapsed()
376 dreamcastcard->dma_check = 0; in snd_aicapcm_pcm_open()
/linux-4.1.27/drivers/ide/
Dide-dma.c538 (dma_ops->dma_check && dma_ops->dma_check(drive, cmd))) in ide_dma_prepare()
Dtrm290.c324 .dma_check = trm290_dma_check,
Dalim15x3.c509 .dma_check = ali_dma_check,
/linux-4.1.27/include/linux/
Dide.h647 int (*dma_check)(struct ide_drive_s *, struct ide_cmd *); member