Searched refs:dev_read_stringlist_search (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/core/ |
A D | read.c | 165 int index = dev_read_stringlist_search(dev, "reg-names", name); in dev_read_addr_name() 176 int index = dev_read_stringlist_search(dev, "reg-names", name); in dev_read_addr_size_name() 225 int dev_read_stringlist_search(const struct udevice *dev, const char *property, in dev_read_stringlist_search() function
|
/u-boot/drivers/mailbox/ |
A D | mailbox-uclass.c | 97 index = dev_read_stringlist_search(dev, "mbox-names", name); in mbox_get_by_name()
|
/u-boot/drivers/misc/ |
A D | nvmem.c | 137 index = dev_read_stringlist_search(dev, "nvmem-cell-names", name); in nvmem_cell_get_by_name()
|
/u-boot/drivers/power/domain/ |
A D | power-domain-uclass.c | 88 index = dev_read_stringlist_search(dev, "power-domain-names", name); in power_domain_get_by_name()
|
/u-boot/arch/arm/mach-stm32mp/ |
A D | pwr_regulator.c | 148 rc = dev_read_stringlist_search(dev, "regulator-name", in stm32mp_pwr_regulator_probe()
|
/u-boot/drivers/dma/ |
A D | dma-uclass.c | 101 index = dev_read_stringlist_search(dev, "dma-names", name); in dma_get_by_name()
|
/u-boot/drivers/mux/ |
A D | mux-uclass.c | 217 index = dev_read_stringlist_search(dev, "mux-control-names", name); in mux_control_get()
|
/u-boot/include/dm/ |
A D | read.h | 389 int dev_read_stringlist_search(const struct udevice *dev, const char *propname, 1016 static inline int dev_read_stringlist_search(const struct udevice *dev, in dev_read_stringlist_search() function
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-uclass.c | 64 state = dev_read_stringlist_search(dev, "pinctrl-names", statename); in pinctrl_select_state_full()
|
/u-boot/drivers/power/regulator/ |
A D | pbias_regulator.c | 191 rc = dev_read_stringlist_search(dev, "regulator-name", in pbias_regulator_probe()
|
/u-boot/drivers/reset/ |
A D | reset-uclass.c | 157 index = dev_read_stringlist_search(dev, "reset-names", name); in reset_get_by_name()
|
/u-boot/drivers/phy/ |
A D | phy-uclass.c | 214 index = dev_read_stringlist_search(dev, "phy-names", phy_name); in generic_phy_get_by_name()
|
/u-boot/drivers/gpio/ |
A D | gpio-uclass.c | 1181 ret = dev_read_stringlist_search(dev, "gpio-line-names", line_name); in gpio_request_by_line_name()
|
Completed in 56 milliseconds