Searched refs:fdt_create_with_flags (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_sw.c | 109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags() function 145 return fdt_create_with_flags(buf, bufsize, 0); in fdt_create()
|
H A D | libfdt.h | 1396 /* fdt_create_with_flags flags */ 1405 * fdt_create_with_flags - begin creation of a new fdt 1410 * fdt_create_with_flags() begins the process of creating a new fdt with 1420 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags); 1427 * fdt_create() is equivalent to fdt_create_with_flags() with flags=0.
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_sw.c | 109 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags() function 145 return fdt_create_with_flags(buf, bufsize, 0); in fdt_create()
|
H A D | libfdt.h | 1436 /* fdt_create_with_flags flags */ 1445 * fdt_create_with_flags - begin creation of a new fdt 1450 * fdt_create_with_flags() begins the process of creating a new fdt with 1460 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags); 1467 * fdt_create() is equivalent to fdt_create_with_flags() with flags=0.
|
Completed in 10 milliseconds