Searched refs:dev_read_phandle_with_args (Results 1 - 25 of 68) sorted by relevance

123

/u-boot/drivers/cpu/
H A Dmtk_cpu.c53 ret = dev_read_phandle_with_args(dev, "mediatek,hwver", NULL, 0, 0,
/u-boot/drivers/net/phy/
H A Dethernet_id.c28 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0,
/u-boot/drivers/bootcount/
H A Drtc.c57 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) {
H A Di2c-eeprom.c60 if (dev_read_phandle_with_args(dev, "i2c-eeprom", NULL, 0, 0,
H A Dspi-flash.c92 if (dev_read_phandle_with_args(dev, "spi-flash", NULL, 0, 0, &phandle_args)) {
H A Dpmic_pfuze100.c129 if (dev_read_phandle_with_args(dev, "pmic", NULL, 0, 0, &phandle_args)) {
/u-boot/test/dm/
H A Dtest-fdt.c954 /* Test dev_read_phandle_with_args with cell name */
955 ret = dev_read_phandle_with_args(dev, "missing", cell, 0, 0, &args);
957 ret = dev_read_phandle_with_args(dev, prop, "#invalid", 0, 0, &args);
959 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 0, &args));
962 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 1, &args));
965 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 2, &args));
969 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 3, &args);
971 ut_assertok(dev_read_phandle_with_args(dev, prop, cell, 0, 4, &args));
974 ret = dev_read_phandle_with_args(dev, prop, cell, 0, 5, &args);
982 /* Test dev_read_phandle_with_args wit
[all...]
/u-boot/drivers/net/
H A Ddwmac_socfpga.c36 ret = dev_read_phandle_with_args(dev, "altr,sysmgr-syscon", NULL,
H A Deth-phy-uclass.c117 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0,
/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c99 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args);
/u-boot/drivers/reboot-mode/
H A Dreboot-mode-rtc.c80 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) {
/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c51 ret = dev_read_phandle_with_args(dev, "hwlocks", "#hwlock-cells", 1,
54 dev_dbg(dev, "%s: dev_read_phandle_with_args: err=%d\n",
/u-boot/drivers/misc/
H A Dvexpress_config.c99 err = dev_read_phandle_with_args(dev, "arm,vexpress,config-bridge",
H A Dnvmem.c109 ret = dev_read_phandle_with_args(dev, "nvmem-cells", NULL, 0, index,
H A Dirq-uclass.c148 ret = dev_read_phandle_with_args(dev, "interrupts-extended",
/u-boot/drivers/button/
H A Dbutton-adc.c66 ret = dev_read_phandle_with_args(dev->parent, "io-channels",
/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c45 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index,
48 debug("%s: dev_read_phandle_with_args failed: %d\n", __func__,
/u-boot/drivers/firmware/scmi/
H A Dsmt.c34 ret = dev_read_phandle_with_args(dev, "shmem", NULL, 0, 0, &args);
/u-boot/drivers/phy/
H A Dsti_usb_phy.c115 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0,
/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c46 ret = dev_read_phandle_with_args(dev, "power-domains",
50 debug("%s: dev_read_phandle_with_args failed: %d\n",
/u-boot/drivers/sysinfo/
H A Drcar3.c174 ret = dev_read_phandle_with_args(dev, "i2c-eeprom", NULL,
/u-boot/drivers/iommu/
H A Diommu-uclass.c86 ret = dev_read_phandle_with_args(dev, "iommus",
/u-boot/drivers/led/
H A Dled_pwm.c108 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args);
/u-boot/drivers/video/
H A Dihs_video_out.c293 res = dev_read_phandle_with_args(dev, "clk_gen", NULL, 0, 0,
309 res = dev_read_phandle_with_args(dev, "video_tx", NULL, 0, 0,
/u-boot/drivers/gpio/
H A Dmscc_sgpio.c183 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, i, &args);
186 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3,

Completed in 116 milliseconds

123