/u-boot-v2022.01-rc1/drivers/iommu/ |
A D | iommu-uclass.c | 21 ret = dev_read_phandle_with_args(dev, "iommus", in dev_iommu_enable()
|
/u-boot-v2022.01-rc1/test/dm/ |
A D | test-fdt.c | 961 ret = dev_read_phandle_with_args(dev, "missing", cell, 0, 0, &args); in dm_test_read_phandle() 963 ret = dev_read_phandle_with_args(dev, prop, "#invalid", 0, 0, &args); in dm_test_read_phandle() 965 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 0, &args)); in dm_test_read_phandle() 968 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 1, &args)); in dm_test_read_phandle() 971 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 2, &args)); in dm_test_read_phandle() 975 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 3, &args); in dm_test_read_phandle() 977 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 4, &args)); in dm_test_read_phandle() 980 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 5, &args); in dm_test_read_phandle() 989 ut_assertok(dev_read_phandle_with_args(dev, prop2, NULL, 1, 0, &args)); in dm_test_read_phandle() 993 ret = dev_read_phandle_with_args(dev, prop2, NULL, 1, 1, &args); in dm_test_read_phandle() [all …]
|
/u-boot-v2022.01-rc1/drivers/bootcount/ |
A D | i2c-eeprom.c | 60 if (dev_read_phandle_with_args(dev, "i2c-eeprom", NULL, 0, 0, in bootcount_i2c_eeprom_probe()
|
A D | rtc.c | 57 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
|
A D | spi-flash.c | 92 if (dev_read_phandle_with_args(dev, "spi-flash", NULL, 0, 0, &phandle_args)) { in bootcount_spi_flash_probe()
|
/u-boot-v2022.01-rc1/drivers/reboot-mode/ |
A D | reboot-mode-rtc.c | 80 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in reboot_mode_ofdata_to_platdata()
|
/u-boot-v2022.01-rc1/drivers/misc/ |
A D | vexpress_config.c | 99 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge", in vexpress_config_probe()
|
A D | irq-uclass.c | 148 ret = dev_read_phandle_with_args(dev, "interrupts-extended", in irq_get_by_index()
|
/u-boot-v2022.01-rc1/drivers/firmware/scmi/ |
A D | smt.c | 34 ret = dev_read_phandle_with_args(dev, "shmem", NULL, 0, 0, &args); in scmi_dt_get_smt_buffer()
|
/u-boot-v2022.01-rc1/drivers/video/ |
A D | ihs_video_out.c | 293 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-v2022.01-rc1/drivers/button/ |
A D | button-adc.c | 66 ret = dev_read_phandle_with_args(dev->parent, "io-channels", in button_adc_of_to_plat()
|
/u-boot-v2022.01-rc1/drivers/net/ |
A D | dwmac_socfpga.c | 36 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL, in dwmac_socfpga_of_to_plat()
|
A D | eth-phy-uclass.c | 117 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in eth_phy_get_addr()
|
/u-boot-v2022.01-rc1/drivers/hwspinlock/ |
A D | hwspinlock-uclass.c | 51 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1, in hwspinlock_get_by_index()
|
/u-boot-v2022.01-rc1/drivers/gpio/ |
A D | stm32_gpio.c | 300 ret = dev_read_phandle_with_args(dev, "gpio-ranges", in gpio_stm32_probe() 317 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in gpio_stm32_probe()
|
A D | mscc_sgpio.c | 183 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-v2022.01-rc1/drivers/power/domain/ |
A D | power-domain-uclass.c | 46 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
|
/u-boot-v2022.01-rc1/drivers/power/regulator/ |
A D | pwm_regulator.c | 99 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in pwm_regulator_of_to_plat()
|
/u-boot-v2022.01-rc1/drivers/phy/ |
A D | sti_usb_phy.c | 114 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
|
/u-boot-v2022.01-rc1/drivers/mailbox/ |
A D | mailbox-uclass.c | 45 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
|
/u-boot-v2022.01-rc1/drivers/sysinfo/ |
A D | rcar3.c | 159 ret = dev_read_phandle_with_args(dev, "i2c-eeprom", NULL, in sysinfo_rcar_probe()
|
/u-boot-v2022.01-rc1/net/ |
A D | mdio-uclass.c | 152 if (!dev_read_phandle_with_args(ethdev, phy_handle_str[i], NULL, in dm_eth_connect_phy_handle()
|
/u-boot-v2022.01-rc1/drivers/net/fm/ |
A D | eth.c | 997 if (dev_read_phandle_with_args(dev, "pcsphy-handle", NULL, in fm_get_internal_mdio() 1000 if (dev_read_phandle_with_args(dev, "tbi-handle", NULL, in fm_get_internal_mdio() 1065 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL, in fm_eth_probe() 1076 if (dev_read_phandle_with_args(dev, "fsl,fman-ports", NULL, in fm_eth_probe()
|
/u-boot-v2022.01-rc1/include/dm/ |
A D | read.h | 412 int dev_read_phandle_with_args(const struct udevice *dev, const char *list_name, 909 static inline int dev_read_phandle_with_args(const struct udevice *dev, in dev_read_phandle_with_args() function
|
/u-boot-v2022.01-rc1/drivers/dma/ |
A D | dma-uclass.c | 62 ret = dev_read_phandle_with_args(dev, "dmas", "#dma-cells", 0, index, in dma_get_by_index()
|