Home
last modified time | relevance | path

Searched refs:dev_count_phandle_with_args (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-generic.c87 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in ohci_usb_probe()
113 reset_nb = dev_count_phandle_with_args(dev, "resets", "#reset-cells"); in ohci_usb_probe()
H A Dohci-da8xx.c96 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in ohci_da8xx_probe()
/rk3399_rockchip-uboot/include/dm/
H A Dread.h259 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name,
590 static inline int dev_count_phandle_with_args(struct udevice *dev, in dev_count_phandle_with_args() function
/rk3399_rockchip-uboot/drivers/power/domain/
H A Dpower-domain-uclass.c134 count = dev_count_phandle_with_args(dev, "power-domains", in dev_power_domain_ctrl()
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c114 count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in clk_get_bulk()
148 num_parents = dev_count_phandle_with_args(dev, "assigned-clock-parents", in clk_set_default_parents()
/rk3399_rockchip-uboot/drivers/reset/
H A Dreset-uclass.c90 count = dev_count_phandle_with_args(dev, "resets", "#reset-cells"); in reset_get_bulk()
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c125 int dev_count_phandle_with_args(struct udevice *dev, in dev_count_phandle_with_args() function
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c897 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in dwc3_setup_phy()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c967 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in dwc2_phy_setup()