Searched refs:dev_count_phandle_with_args (Results 1 - 10 of 10) sorted by relevance

/u-boot/drivers/usb/host/
H A Dohci-da8xx.c98 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells",
/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c135 count = dev_count_phandle_with_args(dev, "power-domains",
/u-boot/drivers/iommu/
H A Diommu-uclass.c83 count = dev_count_phandle_with_args(dev, "iommus",
/u-boot/test/dm/
H A Dtest-fdt.c947 /* Test dev_count_phandle_with_args with cell name */
948 ret = dev_count_phandle_with_args(dev, "missing", cell, 0);
950 ret = dev_count_phandle_with_args(dev, prop, "#invalid", 0);
952 ut_asserteq(5, dev_count_phandle_with_args(dev, prop, cell, 0));
977 /* Test dev_count_phandle_with_args with cell count */
978 ret = dev_count_phandle_with_args(dev, "missing", NULL, 2);
980 ut_asserteq(3, dev_count_phandle_with_args(dev, prop2, NULL, 1));
/u-boot/include/dm/
H A Dread.h518 * dev_count_phandle_with_args() - Return phandle number in a list
532 int dev_count_phandle_with_args(const struct udevice *dev,
1110 static inline int dev_count_phandle_with_args(const struct udevice *dev, function
/u-boot/drivers/clk/
H A Dclk-uclass.c162 count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);
214 num_parents = dev_count_phandle_with_args(dev, "assigned-clock-parents",
/u-boot/drivers/core/
H A Dread.c288 int dev_count_phandle_with_args(const struct udevice *dev, function
/u-boot/drivers/phy/
H A Dphy-uclass.c424 count = dev_count_phandle_with_args(phydev, "phys", "#phy-cells", 0);
/u-boot/drivers/net/
H A Ddesignware.c706 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells",
/u-boot/drivers/gpio/
H A Dgpio-uclass.c1309 ret = dev_count_phandle_with_args(dev, list_name, "#gpio-cells",

Completed in 89 milliseconds