Searched refs:fdt_stringlist_search (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/drivers/video/meson/ |
H A D | simplefb_common.c | 20 ret = fdt_stringlist_search(blob, offset, "amlogic,pipeline", in meson_simplefb_fdt_match()
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | simplefb_common.c | 20 ret = fdt_stringlist_search(blob, offset, "allwinner,pipeline", in sunxi_simplefb_fdt_match()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | irq.c | 164 ret = fdt_stringlist_search(blob, node, "intel,pirq-config", "pci"); in create_pirq_routing_table() 168 ret = fdt_stringlist_search(blob, node, "intel,pirq-config", in create_pirq_routing_table()
|
/openbmc/u-boot/drivers/core/ |
H A D | fdtaddr.c | 118 index = fdt_stringlist_search(gd->fdt_blob, dev_of_offset(dev), in devfdt_get_addr_name()
|
H A D | ofnode.c | 301 ret = fdt_stringlist_search(gd->fdt_blob, in ofnode_stringlist_search()
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 255 index = fdt_stringlist_search(gd->fdt_blob, offset, "reg-names", name); in parse_address()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1017 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
|
H A D | fdt_ro.c | 662 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() function
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1146 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
|
H A D | fdt_ro.c | 748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() function
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 571 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() function
|
/openbmc/u-boot/drivers/i2c/ |
H A D | mxc_i2c.c | 832 ret = fdt_stringlist_search(fdt, node, "pinctrl-names", "gpio");
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 992 index = fdt_stringlist_search(fdt, node, prop_names, name); in fdt_get_named_resource()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 1814 index = fdt_stringlist_search(fdt, node, "pinctrl-names", mode);
|