Searched refs:dev_count_phandle_with_args (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-generic.c | 87 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 D | ohci-da8xx.c | 96 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in ohci_da8xx_probe()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 259 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 D | power-domain-uclass.c | 134 count = dev_count_phandle_with_args(dev, "power-domains", in dev_power_domain_ctrl()
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | clk-uclass.c | 114 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 D | reset-uclass.c | 90 count = dev_count_phandle_with_args(dev, "resets", "#reset-cells"); in reset_get_bulk()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | read.c | 125 int dev_count_phandle_with_args(struct udevice *dev, in dev_count_phandle_with_args() function
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | core.c | 897 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in dwc3_setup_phy()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 967 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in dwc2_phy_setup()
|