Lines Matching defs:direction
662 * @direction: direction to transfer data (DMA_OUT/DMA_IN)
667 static void fas216_pio(FAS216_Info *info, fasdmadir_t direction)
673 if (direction == DMA_OUT)
749 fasdmadir_t direction;
776 direction = DMA_OUT;
778 direction = DMA_IN;
782 direction, dmatype);
796 fas216_pio(info, direction);
803 direction, info->SCpnt->transfersize);
1310 * Note: We do not allow the device to change the data direction!