Function report |
Source Code:kernel\dma\coherent.c |
Create Date:2022-07-28 10:33:52 |
Last Modify:2020-03-17 14:54:14 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dma_alloc_from_global_coherent
Proto:void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size, dma_addr_t *dma_handle)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
ssize_t | size | |
dma_addr_t * | dma_handle |
186 | If Not dma_coherent_default_memory Then Return NULL |
189 | Return __dma_alloc_from_coherent(dev, dma_coherent_default_memory, size, dma_handle) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |