Searched refs:fdt_next_property_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 568 * fdt_next_property_offset - step through a node's properties 572 * fdt_next_property_offset() finds the property immediately after the 586 int fdt_next_property_offset(const void *fdt, int offset); 613 property = fdt_next_property_offset(fdt, property))
|
H A D | fdt_ro.c | 348 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function 403 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 586 * fdt_next_property_offset - step through a node's properties 590 * fdt_next_property_offset() finds the property immediately after the 604 int fdt_next_property_offset(const void *fdt, int offset); 631 property = fdt_next_property_offset(fdt, property))
|
H A D | fdt_ro.c | 348 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function 403 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtget.c | 123 prop = fdt_next_property_offset(blob, prop); in list_properties()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fdtget.c | 123 prop = fdt_next_property_offset(blob, prop); in list_properties()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 121 cur = fdt_next_property_offset(blob, cur)) { in populate_properties()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 122 cur = fdt_next_property_offset(blob, cur)) { in populate_properties()
|
Completed in 12 milliseconds