Function report |
Source Code:include\linux\dma-mapping.h |
Create Date:2022-07-28 05:51:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Similar to the above, except it deals with the case where the device* does not have dev->dma_mask appropriately setup.
Proto:static inline int dma_coerce_mask_and_coherent(struct device *dev, u64 mask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
u64 | mask |
683 | dma mask (if dma'able device) = Like dma_mask, but for alloc_coherent mappings as not all hardware supports 64 bit addresses for consistent allocations such descriptors. |
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 |