|
static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
|
|
static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
|
|
return ops->mapping_error(dev, dma_addr);
|
|
return ops->mapping_error(dev, dma_addr);
|
|
#define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
|
#define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|