HomeSort by relevance Sort by last modified time
    Searched full:dma_map_single (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/asm-arm/
dma-mapping.h 130 * dma_map_single - map a single buffer for streaming DMA
145 dma_map_single(struct device *dev, void *cpu_addr, size_t size, function
154 extern dma_addr_t dma_map_single(struct device *,void *, size_t, enum dma_data_direction);
177 return dma_map_single(dev, page_address(page) + offset, size, (int)dir);
188 * must match what was provided in the previous dma_map_single() call.
213 * must match what was provided in the previous dma_map_single() call.
235 * above dma_map_single interface. Here the scatter gather list
245 * Device ownership issues as mentioned above for dma_map_single are
305 * If you perform a dma_map_single() but wish to interrogate the
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 21 dma_map_single(struct device *dev, void *ptr, size_t size, function

Completed in 79 milliseconds