Lines Matching defs:direction
516 ** Use direction (ie PCI_DMA_TODEVICE) to pick hint.
719 * @direction: The direction of the DMA transaction (to/from device).
725 enum dma_data_direction direction)
733 unsigned long hint = hint_lookup[(int)direction];
787 size_t size, enum dma_data_direction direction,
791 direction);
800 * @direction: The direction of the DMA transaction (to/from device).
804 enum dma_data_direction direction, unsigned long attrs)
903 * @direction: The direction of the DMA transaction (to/from device).
909 enum dma_data_direction direction, unsigned long attrs)
914 unsigned long hint = hint_lookup[(int)direction];
929 direction);
982 * @direction: The direction of the DMA transaction (to/from device).
988 enum dma_data_direction direction, unsigned long attrs)
1012 sg_dma_len(sglist), direction, 0);