Searched refs:FDT_ERR_BADNCELLS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_addresses.c | 25 return -FDT_ERR_BADNCELLS; in fdt_cells() 29 return -FDT_ERR_BADNCELLS; in fdt_cells() 40 return -FDT_ERR_BADNCELLS; in fdt_address_cells() 83 return -FDT_ERR_BADNCELLS; in fdt_appendprop_addrrange() 96 return -FDT_ERR_BADNCELLS; in fdt_appendprop_addrrange()
|
H A D | fdt_strerror.c | 37 FDT_ERRTABENT(FDT_ERR_BADNCELLS),
|
H A D | libfdt.h | 82 #define FDT_ERR_BADNCELLS 14 macro 83 /* FDT_ERR_BADNCELLS: Device tree has a #address-cells, #size-cells 1169 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid 1190 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid 1928 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_addresses.c | 25 return -FDT_ERR_BADNCELLS; in fdt_cells() 29 return -FDT_ERR_BADNCELLS; in fdt_cells() 40 return -FDT_ERR_BADNCELLS; in fdt_address_cells() 83 return -FDT_ERR_BADNCELLS; in fdt_appendprop_addrrange() 96 return -FDT_ERR_BADNCELLS; in fdt_appendprop_addrrange()
|
H A D | fdt_strerror.c | 37 FDT_ERRTABENT(FDT_ERR_BADNCELLS),
|
H A D | libfdt.h | 83 #define FDT_ERR_BADNCELLS 14 macro 84 /* FDT_ERR_BADNCELLS: Device tree has a #address-cells, #size-cells 1202 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid 1223 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid 1981 * -FDT_ERR_BADNCELLS, if the node has a badly formatted or invalid
|
Completed in 6 milliseconds