Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\dma-mapping.h Create Date:2022-07-28 05:51:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dma_addressing_limited - return if the device is addressing limited*@dev: device to check* Return %true if the devices DMA mask is too small to address all memory in* the system, else %false. Lack of addressing bits is the prime reason for

Proto:static inline bool dma_addressing_limited(struct device *dev)

Type:bool

Parameter:

TypeParameterName
struct device *dev
697  Return min_not_zero - return the minimum that is _not_ zero, unless both are zero*@x: value1*@y: value2(dma_get_mask(dev), upstream dma constraint ) < dma_get_required_mask(dev)
Caller
NameDescribe
dma_direct_max_mapping_size