Home
last modified time | relevance | path

Searched refs:dev_read_stringlist_search (Results 1 – 10 of 10) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c116 int index = dev_read_stringlist_search(dev, "reg-names", name); in dev_read_addr_name()
127 int index = dev_read_stringlist_search(dev, "reg-names", name); in dev_read_addr_size_name()
173 int dev_read_stringlist_search(struct udevice *dev, const char *property, in dev_read_stringlist_search() function
/third_party/uboot/u-boot-2020.01/drivers/mailbox/
Dmailbox-uclass.c93 index = dev_read_stringlist_search(dev, "mbox-names", name); in mbox_get_by_name()
/third_party/uboot/u-boot-2020.01/drivers/phy/
Dphy-uclass.c100 index = dev_read_stringlist_search(dev, "phy-names", phy_name); in generic_phy_get_by_name()
/third_party/uboot/u-boot-2020.01/include/dm/
Dread.h321 int dev_read_stringlist_search(struct udevice *dev, const char *property,
746 static inline int dev_read_stringlist_search(struct udevice *dev, in dev_read_stringlist_search() function
/third_party/uboot/u-boot-2020.01/drivers/reset/
Dreset-uclass.c143 index = dev_read_stringlist_search(dev, "reset-names", name); in reset_get_by_name()
/third_party/uboot/u-boot-2020.01/drivers/dma/
Ddma-uclass.c95 index = dev_read_stringlist_search(dev, "dma-names", name); in dma_get_by_name()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-stm32mp/
Dpwr_regulator.c143 rc = dev_read_stringlist_search(dev, "regulator-name", in stm32mp_pwr_regulator_probe()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-uclass.c60 state = dev_read_stringlist_search(dev, "pinctrl-names", statename); in pinctrl_select_state_full()
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Dpbias_regulator.c186 rc = dev_read_stringlist_search(dev, "regulator-name", in pbias_regulator_probe()
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-uclass.c338 index = dev_read_stringlist_search(dev, "clock-names", name); in clk_get_by_name()