Home
last modified time | relevance | path

Searched refs:fdt_setprop_inplace_u32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dlibfdt.h1262 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1268 * fdt_setprop_inplace_u32() replaces the value of a given property
1289 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() function
1334 * This is an alternative name for fdt_setprop_inplace_u32()
1339 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val); in fdt_setprop_inplace_cell()
H A Dfdt_overlay.c138 return fdt_setprop_inplace_u32(fdt, node, name, adj_val); in overlay_phandle_add_offset()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dlibfdt.h1297 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1303 * fdt_setprop_inplace_u32() replaces the value of a given property
1324 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() function
1373 * This is an alternative name for fdt_setprop_inplace_u32()
1379 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val); in fdt_setprop_inplace_cell()
H A Dfdt_overlay.c123 return fdt_setprop_inplace_u32(fdt, node, name, adj_val); in overlay_phandle_add_offset()

Completed in 7 milliseconds