函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\dma-contiguous.h Create Date:2022-07-27 06:51:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:dev_get_cma_area

函数原型:static inline struct cma *dev_get_cma_area(struct device *dev)

返回类型:struct cma

参数:

类型参数名称
struct device *dev
122  返回:NULL
调用者
名称描述
dma_alloc_from_contiguousdma_alloc_from_contiguous() - allocate pages from contiguous area*@dev: Pointer to device for which the allocation is performed.*@count: Requested number of pages.*@align: Requested alignment of pages (in PAGE_SIZE order).
dma_release_from_contiguousdma_release_from_contiguous() - release allocated pages*@dev: Pointer to device for which the pages were allocated
dma_free_contiguousdma_free_contiguous() - release allocated pages*@dev: Pointer to device for which the pages were allocated