Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/libfdt/
A Dfdt_wip.c18 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 Dfdt_ro.c655 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 Dlibfdt.h948 const void *propval, int proplen);
/u-boot/test/dm/
A Dofnode.c41 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 Dof_access.h250 const void *propval,
A Dofnode.h939 const void *propval, int proplen);
/u-boot/drivers/core/
A Dof_access.c416 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 Dofnode.c963 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