Searched refs:get_prop_check_min_len (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 638 static const void *get_prop_check_min_len(const void *blob, int node, in get_prop_check_min_len() function 662 cell = get_prop_check_min_len(blob, node, prop_name, in fdtdec_get_int_array() 697 cell = get_prop_check_min_len(blob, node, prop_name, in fdtdec_locate_array() 853 cell = get_prop_check_min_len(blob, node, prop_name, count, &err); in fdtdec_get_byte_array() 865 cell = get_prop_check_min_len(blob, node, prop_name, count, &err); in fdtdec_locate_byte_array()
|