| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | eth-phy-uclass.c | 102 if (dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in eth_phy_get_addr()
|
| H A D | dwc_eth_qos.c | 1872 ret = dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, in eqos_probe_resources_stm32()
|
| H A D | gmac_rockchip.c | 139 ret = dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, &args); in gmac_rockchip_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | smt.c | 30 ret = dev_read_phandle_with_args(dev, "shmem", NULL, 0, 0, &args); in scmi_dt_get_smt_buffer()
|
| /rk3399_rockchip-uboot/drivers/mailbox/ |
| H A D | mailbox-uclass.c | 43 ret = dev_read_phandle_with_args(dev, "mboxes", "#mbox-cells", 0, index, in mbox_get_by_index()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | sti_usb_phy.c | 113 ret = dev_read_phandle_with_args(dev, "st,syscfg", NULL, 0, 0, in sti_usb_phy_probe()
|
| H A D | phy-uclass.c | 133 ret = dev_read_phandle_with_args(dev, "phys", "#phy-cells", 0, index, in generic_phy_get_by_index()
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | pwm_regulator.c | 100 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, &args); in pwm_regulator_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 239 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, 581 static inline int dev_read_phandle_with_args(struct udevice *dev, in dev_read_phandle_with_args() function
|
| /rk3399_rockchip-uboot/drivers/power/domain/ |
| H A D | power-domain-uclass.c | 45 ret = dev_read_phandle_with_args(dev, "power-domains", in power_domain_get_by_index()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | pwm_backlight.c | 132 ret = dev_read_phandle_with_args(dev, "pwms", "#pwm-cells", 0, 0, in pwm_backlight_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/reset/ |
| H A D | reset-uclass.c | 47 ret = dev_read_phandle_with_args(dev, "resets", "#reset-cells", 0, in reset_get_by_index()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 115 int dev_read_phandle_with_args(struct udevice *dev, const char *list_name, in dev_read_phandle_with_args() function
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sunxi_mmc.c | 587 ret = dev_read_phandle_with_args(dev, "clocks", "#clock-cells", 0, in sunxi_mmc_probe() 593 ret = dev_read_phandle_with_args(dev, "clocks", "#clock-cells", 0, in sunxi_mmc_probe()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-uclass.c | 190 ret = dev_read_phandle_with_args(dev, "gpio-ranges", NULL, 3, in pinctrl_gpio_get_pinctrl_and_offset()
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | clk-uclass.c | 72 ret = dev_read_phandle_with_args(dev, prop_name, "#clock-cells", 0, in clk_get_by_indexed_prop()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 873 ret = dev_read_phandle_with_args(dev, list_name, "#gpio-cells", 0, in gpio_request_by_name()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 4730 ret = dev_read_phandle_with_args(vp_dev, "assigned-clock-parents", "#clock-cells", 0, in is_extend_pll() 5171 ret = dev_read_phandle_with_args(cstate->dev, "assigned-clock-parents", in rockchip_vop2_init()
|