Home
last modified time | relevance | path

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

12

/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dstm32_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()
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()
/third_party/uboot/u-boot-2020.01/drivers/bootcount/
Drtc.c56 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
/third_party/uboot/u-boot-2020.01/drivers/video/
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()
Dpwm_backlight.c201 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, in pwm_backlight_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/net/
Ddwmac_socfpga.c34 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL, in dwmac_socfpga_ofdata_to_platdata()
Dtsec.c803 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in tsec_probe()
823 ret = dev_read_phandle_with_args(dev, "tbi-handle", NULL, 0, 0, in tsec_probe()
Dbcm6348-eth.c434 if (dev_read_phandle_with_args(dev, "phy", NULL, 0, 0, &phy)) in bcm6348_eth_probe()
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dvexpress_config.c97 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge", in vexpress_config_probe()
/third_party/uboot/u-boot-2020.01/drivers/power/domain/
Dpower-domain-uclass.c42 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
Dmtk-power-domain.c358 err = dev_read_phandle_with_args(dev, "infracfg", NULL, 0, 0, &args); in mtk_power_domain_probe()
/third_party/uboot/u-boot-2020.01/drivers/hwspinlock/
Dhwspinlock-uclass.c45 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1, in hwspinlock_get_by_index()
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Dpwm_regulator.c96 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in pwm_regulator_ofdata_to_platdata()
/third_party/uboot/u-boot-2020.01/drivers/mailbox/
Dmailbox-uclass.c41 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
/third_party/uboot/u-boot-2020.01/drivers/phy/
Dsti_usb_phy.c112 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
Dphy-uclass.c46 ret = dev_read_phandle_with_args(dev, "phys", "#phy-cells", 0, index, in generic_phy_get_by_index()
/third_party/uboot/u-boot-2020.01/include/dm/
Dread.h385 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name,
766 static inline int dev_read_phandle_with_args(struct udevice *dev, in dev_read_phandle_with_args() function
/third_party/uboot/u-boot-2020.01/net/
Dmdio-uclass.c139 if (!dev_read_phandle_with_args(ethdev, phy_handle_str[i], NULL, in dm_eth_connect_phy_handle()
/third_party/uboot/u-boot-2020.01/drivers/reset/
Dreset-uclass.c80 ret = dev_read_phandle_with_args(dev, "resets", "#reset-cells", 0, in reset_get_by_index()
/third_party/uboot/u-boot-2020.01/drivers/dma/
Ddma-uclass.c57 ret = dev_read_phandle_with_args(dev, "dmas", "#dma-cells", 0, index, in dma_get_by_index()
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-uclass.c111 ret = dev_read_phandle_with_args(dev, prop_name, "#clock-cells", 0, in clk_get_by_indexed_prop()
129 ret = dev_read_phandle_with_args(dev, "clocks", "#clock-cells", 0, in clk_get_by_index()
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-uclass.c180 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in pinctrl_gpio_get_pinctrl_and_offset()
Dpinctrl-stmfx.c149 if (!dev_read_phandle_with_args(dev, "gpio-ranges", in stmfx_gpio_probe()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dread.c190 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() function
/third_party/uboot/u-boot-2020.01/drivers/ram/
Dstm32_sdram.c267 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in stm32_fmc_ofdata_to_platdata()

12