Searched refs:ofnode_write_string (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | ofnode.c | 872 int ofnode_write_string(ofnode node, const char *propname, const char *value) in ofnode_write_string() function 892 return ofnode_write_string(node, "status", "okay"); in ofnode_set_enabled() 894 return ofnode_write_string(node, "status", "disabled"); in ofnode_set_enabled()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | ofnode.h | 836 int ofnode_write_string(ofnode node, const char *propname, const char *value);
|
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | test-fdt.c | 681 ofnode_write_string(node, "compatible", "gdsys,super-usb"); in dm_test_fdt_livetree_writing() 683 ofnode_write_string(node, "compatible", "sandbox,usb"); in dm_test_fdt_livetree_writing()
|