/openbmc/u-boot/drivers/gpio/ |
H A D | stm32f7_gpio.c | 176 ret = dev_read_phandle_with_args(dev, "gpio-ranges", in gpio_stm32_probe() 190 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in gpio_stm32_probe()
|
H A D | mscc_sgpio.c | 179 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, i, &args); in mscc_sgpio_get_count() 182 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in mscc_sgpio_get_count()
|
/openbmc/u-boot/drivers/bootcount/ |
H A D | rtc.c | 56 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
|
/openbmc/u-boot/drivers/video/ |
H A D | ihs_video_out.c | 292 res = dev_read_phandle_with_args(dev, "clk_gen", NULL, 0, 0, in ihs_video_out_probe() 308 res = dev_read_phandle_with_args(dev, "video_tx", NULL, 0, 0, in ihs_video_out_probe()
|
H A D | pwm_backlight.c | 189 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, in pwm_backlight_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/net/mdio/ |
H A D | mdio-uclass.c | 52 ret = dev_read_phandle_with_args(eth, "phy", NULL, 0, 0, &phy_args); in mdio_device_get_from_eth()
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | power-domain-uclass.c | 41 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
|
H A D | mtk-power-domain.c | 358 err = dev_read_phandle_with_args(dev, "infracfg", NULL, 0, 0, &args); in mtk_power_domain_probe()
|
/openbmc/u-boot/drivers/net/ |
H A D | dwmac_socfpga.c | 34 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL, in dwmac_socfpga_ofdata_to_platdata()
|
H A D | tsec.c | 808 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in tsec_probe() 828 if (dev_read_phandle_with_args(dev, "tbi-handle", NULL, 0, 0, in tsec_probe()
|
H A D | bcm6348-eth.c | 434 if (dev_read_phandle_with_args(dev, "phy", NULL, 0, 0, &phy)) in bcm6348_eth_probe()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 317 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, 654 static inline int dev_read_phandle_with_args(struct udevice *dev, in dev_read_phandle_with_args() function
|
/openbmc/u-boot/drivers/misc/ |
H A D | vexpress_config.c | 97 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge", in vexpress_config_probe()
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | mailbox-uclass.c | 40 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | hwspinlock-uclass.c | 45 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1, in hwspinlock_get_by_index()
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | pwm_regulator.c | 96 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in pwm_regulator_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/phy/ |
H A D | sti_usb_phy.c | 112 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
|
H A D | phy-uclass.c | 46 ret = dev_read_phandle_with_args(dev, "phys", "#phy-cells", 0, index, in generic_phy_get_by_index()
|
/openbmc/u-boot/drivers/dma/ |
H A D | dma-uclass.c | 56 ret = dev_read_phandle_with_args(dev, "dmas", "#dma-cells", 0, index, in dma_get_by_index()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-uclass.c | 44 ret = dev_read_phandle_with_args(dev, "resets", "#reset-cells", 0, in reset_get_by_index()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 160 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() function
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk-uclass.c | 70 ret = dev_read_phandle_with_args(dev, prop_name, "#clock-cells", 0, in clk_get_by_indexed_prop()
|
H A D | clk_stm32f.c | 682 err = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in stm32_clk_probe()
|
/openbmc/u-boot/drivers/ram/ |
H A D | stm32_sdram.c | 267 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in stm32_fmc_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sunxi_mmc.c | 638 ret = dev_read_phandle_with_args(dev, "clocks", "#clock-cells", 0, in sunxi_mmc_probe()
|