Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/core/
Dofnode.c872 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/
Dofnode.h836 int ofnode_write_string(ofnode node, const char *propname, const char *value);
/third_party/uboot/u-boot-2020.01/test/dm/
Dtest-fdt.c681 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()