Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\fdt_ro.c Create Date:2022-07-28 06:18:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt_get_property_by_offset_

Proto:static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, int offset, int *lenp)

Type:struct fdt_property

Parameter:

TypeParameterName
const void *fdt
intoffset
int *lenp
348  If (err = fdt_check_prop_offset_(fdt, offset)) < 0 Then
349  If lenp Then lenp = err
351  Return NULL
354  prop = fdt_offset_ptr_(fdt, offset)
356  If lenp Then lenp = Alignment helpers:* These helpers access words from a device tree blob. They're* built to work even with unaligned pointers on platforms (ike* ARM) that don't like unaligned loads and stores
359  Return prop