Home
last modified time | relevance | path

Searched refs:propval (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dofnode.c23 const char propval[] = "denx,u-boot-fdt-test"; in dm_test_ofnode_by_prop_value() local
28 node = ofnode_by_prop_value(node, propname, propval, sizeof(propval)); in dm_test_ofnode_by_prop_value()
31 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value()
35 node = ofnode_by_prop_value(node, propname, propval, in dm_test_ofnode_by_prop_value()
36 sizeof(propval)); in dm_test_ofnode_by_prop_value()
40 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_wip.c63 void *propval; in fdt_setprop_inplace_namelen_partial() local
66 propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, in fdt_setprop_inplace_namelen_partial()
68 if (!propval) in fdt_setprop_inplace_namelen_partial()
74 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial()
81 const void *propval; in fdt_setprop_inplace() local
84 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
85 if (!propval) in fdt_setprop_inplace()
H A Dfdt_ro.c570 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument
588 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value()
H A Dlibfdt.h887 const void *propval, int proplen);
/openbmc/u-boot/drivers/core/
H A Dof_access.c380 const char *propname, const void *propval, in of_device_has_prop_value() argument
387 return !memcmp(prop->value, propval, proplen); in of_device_has_prop_value()
392 const void *propval, int proplen) in of_find_node_by_prop_value() argument
397 if (of_device_has_prop_value(np, propname, propval, proplen) && in of_find_node_by_prop_value()
H A Dofnode.c791 const void *propval, int proplen) in ofnode_by_prop_value() argument
796 propval, proplen)); in ofnode_by_prop_value()
800 propname, propval, proplen)); in ofnode_by_prop_value()
/openbmc/u-boot/include/dm/
H A Dof_access.h210 const void *propval,
H A Dofnode.h727 const void *propval, int proplen);
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c479 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument
497 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value()