Home
last modified time | relevance | path

Searched refs:ofnode_read_string_count (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/dm/
Dofnode.h442 int ofnode_read_string_count(ofnode node, const char *property);
Dread.h763 return ofnode_read_string_count(dev_ofnode(dev), propname); in dev_read_string_count()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-tegra/
Dxusb-padctl-common.c84 len = ofnode_read_string_count(node, "nvidia,lanes"); in tegra_xusb_padctl_group_parse_dt()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c187 return ofnode_read_string_count(dev_ofnode(dev), propname); in dev_read_string_count()
Dofnode.c343 int ofnode_read_string_count(ofnode node, const char *property) in ofnode_read_string_count() function