Home
last modified time | relevance | path

Searched refs:dev_read_phandle_with_args (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c176 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 Dmscc_sgpio.c179 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 Drtc.c56 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c292 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 Dpwm_backlight.c189 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 Dmdio-uclass.c52 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 Dpower-domain-uclass.c41 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
H A Dmtk-power-domain.c358 err = dev_read_phandle_with_args(dev, "infracfg", NULL, 0, 0, &args); in mtk_power_domain_probe()
/openbmc/u-boot/drivers/net/
H A Ddwmac_socfpga.c34 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL, in dwmac_socfpga_ofdata_to_platdata()
H A Dtsec.c808 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 Dbcm6348-eth.c434 if (dev_read_phandle_with_args(dev, "phy", NULL, 0, 0, &phy)) in bcm6348_eth_probe()
/openbmc/u-boot/include/dm/
H A Dread.h317 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 Dvexpress_config.c97 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge", in vexpress_config_probe()
/openbmc/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c40 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c45 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1, in hwspinlock_get_by_index()
/openbmc/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c96 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 Dsti_usb_phy.c112 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
H A Dphy-uclass.c46 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 Ddma-uclass.c56 ret = dev_read_phandle_with_args(dev, "dmas", "#dma-cells", 0, index, in dma_get_by_index()
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c44 ret = dev_read_phandle_with_args(dev, "resets", "#reset-cells", 0, in reset_get_by_index()
/openbmc/u-boot/drivers/core/
H A Dread.c160 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 Dclk-uclass.c70 ret = dev_read_phandle_with_args(dev, prop_name, "#clock-cells", 0, in clk_get_by_indexed_prop()
H A Dclk_stm32f.c682 err = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in stm32_clk_probe()
/openbmc/u-boot/drivers/ram/
H A Dstm32_sdram.c267 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 Dsunxi_mmc.c638 ret = dev_read_phandle_with_args(dev, "clocks", "#clock-cells", 0, in sunxi_mmc_probe()

12