Home
last modified time | relevance | path

Searched refs:ofnode_write_prop (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h821 int ofnode_write_prop(ofnode node, const char *propname, int len,
/third_party/uboot/u-boot-2020.01/drivers/core/
Dofnode.c825 int ofnode_write_prop(ofnode node, const char *propname, int len, in ofnode_write_prop() function
881 return ofnode_write_prop(node, propname, strlen(value) + 1, value); in ofnode_write_string()
/third_party/uboot/u-boot-2020.01/test/dm/
Dtest-fdt.c691 ut_assertok(ofnode_write_prop(node, "reg", 8, in dm_test_fdt_livetree_writing()