Searched refs:propval (Results 1 – 8 of 8) sorted by relevance
/u-boot/scripts/dtc/libfdt/ |
A D | fdt_wip.c | 18 void *propval; in fdt_setprop_inplace_namelen_partial() local 21 propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, in fdt_setprop_inplace_namelen_partial() 23 if (!propval) in fdt_setprop_inplace_namelen_partial() 29 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial() 36 const void *propval; in fdt_setprop_inplace() local 39 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace() 40 if (!propval) in fdt_setprop_inplace()
|
A D | fdt_ro.c | 655 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument 673 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value()
|
A D | libfdt.h | 948 const void *propval, int proplen);
|
/u-boot/test/dm/ |
A D | ofnode.c | 41 const char propval[] = "denx,u-boot-fdt-test"; in dm_test_ofnode_by_prop_value() local 46 node = ofnode_by_prop_value(node, propname, propval, sizeof(propval)); in dm_test_ofnode_by_prop_value() 49 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value() 53 node = ofnode_by_prop_value(node, propname, propval, in dm_test_ofnode_by_prop_value() 54 sizeof(propval)); in dm_test_ofnode_by_prop_value() 58 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value()
|
/u-boot/include/dm/ |
A D | of_access.h | 250 const void *propval,
|
A D | ofnode.h | 939 const void *propval, int proplen);
|
/u-boot/drivers/core/ |
A D | of_access.c | 416 const char *propname, const void *propval, in of_device_has_prop_value() argument 423 return !memcmp(prop->value, propval, proplen); in of_device_has_prop_value() 428 const void *propval, int proplen) in of_find_node_by_prop_value() argument 433 if (of_device_has_prop_value(np, propname, propval, proplen) && in of_find_node_by_prop_value()
|
A D | ofnode.c | 963 const void *propval, int proplen) in ofnode_by_prop_value() argument 968 propval, proplen)); in ofnode_by_prop_value() 972 propname, propval, proplen)); in ofnode_by_prop_value()
|
Completed in 16 milliseconds