Home
last modified time | relevance | path

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

123

/u-boot/test/dm/
A Dtest-fdt.c955 ret = dev_read_phandle_with_args(dev, "missing", cell, 0, 0, &args); in dm_test_read_phandle()
957 ret = dev_read_phandle_with_args(dev, prop, "#invalid", 0, 0, &args); in dm_test_read_phandle()
959 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 0, &args)); in dm_test_read_phandle()
962 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 1, &args)); in dm_test_read_phandle()
965 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 2, &args)); in dm_test_read_phandle()
969 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 3, &args); in dm_test_read_phandle()
971 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 4, &args)); in dm_test_read_phandle()
974 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 5, &args); in dm_test_read_phandle()
983 ut_assertok(dev_read_phandle_with_args(dev, prop2, NULL, 1, 0, &args)); in dm_test_read_phandle()
987 ret = dev_read_phandle_with_args(dev, prop2, NULL, 1, 1, &args); in dm_test_read_phandle()
[all …]
/u-boot/drivers/cpu/
A Dmtk_cpu.c53 ret = dev_read_phandle_with_args(dev, "mediatek,hwver", NULL, 0, 0, in mtk_cpu_probe()
/u-boot/drivers/net/phy/
A Dethernet_id.c25 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in phy_connect_phy_id()
/u-boot/drivers/bootcount/
A Di2c-eeprom.c60 if (dev_read_phandle_with_args(dev, "i2c-eeprom", NULL, 0, 0, in bootcount_i2c_eeprom_probe()
A Drtc.c57 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
A Dspi-flash.c92 if (dev_read_phandle_with_args(dev, "spi-flash", NULL, 0, 0, &phandle_args)) { in bootcount_spi_flash_probe()
A Dpmic_pfuze100.c129 if (dev_read_phandle_with_args(dev, "pmic", NULL, 0, 0, &phandle_args)) { in bootcount_pmic_probe()
/u-boot/drivers/reboot-mode/
A Dreboot-mode-rtc.c80 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in reboot_mode_ofdata_to_platdata()
/u-boot/drivers/misc/
A Dvexpress_config.c99 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge", in vexpress_config_probe()
A Dnvmem.c109 ret = dev_read_phandle_with_args(dev, "nvmem-cells", NULL, 0, index, in nvmem_cell_get_by_index()
/u-boot/drivers/gpio/
A Dstm32_gpio.c273 ret = dev_read_phandle_with_args(dev, "gpio-ranges", in gpio_stm32_probe()
287 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in gpio_stm32_probe()
A Dmscc_sgpio.c183 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, i, &args); in mscc_sgpio_get_count()
186 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in mscc_sgpio_get_count()
/u-boot/drivers/video/
A Dihs_video_out.c293 res = dev_read_phandle_with_args(dev, "clk_gen", NULL, 0, 0, in ihs_video_out_probe()
309 res = dev_read_phandle_with_args(dev, "video_tx", NULL, 0, 0, in ihs_video_out_probe()
/u-boot/drivers/net/
A Ddwmac_socfpga.c36 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL, in dwmac_socfpga_of_to_plat()
A Deth-phy-uclass.c117 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in eth_phy_get_addr()
/u-boot/drivers/hwspinlock/
A Dhwspinlock-uclass.c51 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1, in hwspinlock_get_by_index()
/u-boot/drivers/phy/
A Dsti_usb_phy.c114 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
/u-boot/drivers/iommu/
A Diommu-uclass.c85 ret = dev_read_phandle_with_args(dev, "iommus", in dev_iommu_enable()
/u-boot/drivers/mailbox/
A Dmailbox-uclass.c45 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
/u-boot/drivers/power/regulator/
A Dpwm_regulator.c99 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in pwm_regulator_of_to_plat()
/u-boot/drivers/button/
A Dbutton-adc.c66 ret = dev_read_phandle_with_args(dev->parent, "io-channels", in button_adc_of_to_plat()
/u-boot/drivers/power/domain/
A Dpower-domain-uclass.c46 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
/u-boot/drivers/net/fm/
A Deth.c749 if (dev_read_phandle_with_args(dev, "pcsphy-handle", NULL, in fm_get_internal_mdio()
752 if (dev_read_phandle_with_args(dev, "tbi-handle", NULL, in fm_get_internal_mdio()
817 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL, in fm_eth_probe()
828 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL, in fm_eth_probe()
/u-boot/drivers/led/
A Dled_pwm.c109 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in led_pwm_of_to_plat()
/u-boot/drivers/sysinfo/
A Drcar3.c174 ret = dev_read_phandle_with_args(dev, "i2c-eeprom", NULL, in sysinfo_rcar_probe()

Completed in 58 milliseconds

123