Searched refs:dev_count_phandle_with_args (Results 1 – 8 of 8) sorted by relevance
| /drivers/usb/host/ |
| A D | ohci-da8xx.c | 97 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in ohci_da8xx_probe()
|
| /drivers/iommu/ |
| A D | iommu-uclass.c | 82 count = dev_count_phandle_with_args(dev, "iommus", in dev_iommu_enable()
|
| /drivers/power/domain/ |
| A D | power-domain-uclass.c | 183 count = dev_count_phandle_with_args(dev, "power-domains", in dev_power_domain_ctrl()
|
| /drivers/clk/ |
| A D | clk-uclass.c | 165 count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0); in clk_get_bulk() 217 num_parents = dev_count_phandle_with_args(dev, "assigned-clock-parents", in clk_set_default_parents()
|
| /drivers/phy/ |
| A D | phy-uclass.c | 423 count = dev_count_phandle_with_args(phydev, "phys", "#phy-cells", 0); in generic_phy_get_bulk()
|
| /drivers/core/ |
| A D | read.c | 287 int dev_count_phandle_with_args(const struct udevice *dev, in dev_count_phandle_with_args() function
|
| /drivers/net/ |
| A D | designware.c | 863 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in designware_eth_probe()
|
| /drivers/gpio/ |
| A D | gpio-uclass.c | 1291 ret = dev_count_phandle_with_args(dev, list_name, "#gpio-cells", in gpio_get_list_count()
|
Completed in 29 milliseconds