Function report |
Source Code:include\linux\dma-mapping.h |
Create Date:2022-07-28 05:51:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dma_sync_single_for_device
Proto:static inline void dma_sync_single_for_device(struct device *dev, dma_addr_t addr, size_t size, enum dma_data_direction dir)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
dma_addr_t | addr | |
size_t | size | |
enum dma_data_direction | dir |
394 | ops = get_dma_ops(dev) |
396 | BUG_ON(!valid_dma_direction(dir)) |
397 | If dma_is_direct(ops) Then dma_direct_sync_single_for_device(dev, addr, size, dir) |
399 | Else if sync_single_for_device Then sync_single_for_device(dev, addr, size, dir) |
401 | debug_dma_sync_single_for_device(dev, addr, size, dir) |
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 |