Searched refs:ofnode_write_prop (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | ofnode.h | 821 int ofnode_write_prop(ofnode node, const char *propname, int len,
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | ofnode.c | 825 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/ |
D | test-fdt.c | 691 ut_assertok(ofnode_write_prop(node, "reg", 8, in dm_test_fdt_livetree_writing()
|