1. NAME▲
dmam_declare_coherent_memory - Managed dma_declare_coherent_memory
2. SYNOPSIS ▲
int dmam_declare_coherent_memory(struct device * dev , dma_addr_t bus_addr , dma_addr_t device_addr , size_t size , int flags );
3. ARGUMENTS ▲
dev
Device to declare coherent memory for
bus_addr
Bus address of coherent memory to be declared
device_addr
Device address of coherent memory to be declared
size
Size of coherent memory to be declared
flags
Flags
4. DESCRIPTION ▲
Managed dma_declare_coherent_memory.
5. RETURNS ▲
0 on success, -errno on failure.
6. COPYRIGHT ▲