Searched refs:dev_read_stringlist_search (Results 1 – 10 of 10) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | read.c | 116 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/ |
D | mailbox-uclass.c | 93 index = dev_read_stringlist_search(dev, "mbox-names", name); in mbox_get_by_name()
|
/third_party/uboot/u-boot-2020.01/drivers/phy/ |
D | phy-uclass.c | 100 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/ |
D | read.h | 321 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/ |
D | reset-uclass.c | 143 index = dev_read_stringlist_search(dev, "reset-names", name); in reset_get_by_name()
|
/third_party/uboot/u-boot-2020.01/drivers/dma/ |
D | dma-uclass.c | 95 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/ |
D | pwr_regulator.c | 143 rc = dev_read_stringlist_search(dev, "regulator-name", in stm32mp_pwr_regulator_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/ |
D | pinctrl-uclass.c | 60 state = dev_read_stringlist_search(dev, "pinctrl-names", statename); in pinctrl_select_state_full()
|
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/ |
D | pbias_regulator.c | 186 rc = dev_read_stringlist_search(dev, "regulator-name", in pbias_regulator_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/clk/ |
D | clk-uclass.c | 338 index = dev_read_stringlist_search(dev, "clock-names", name); in clk_get_by_name()
|