Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dohci-generic.c88 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in ohci_usb_probe()
115 reset_nb = dev_count_phandle_with_args(dev, "resets", "#reset-cells", in ohci_usb_probe()
A Dohci-da8xx.c98 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in ohci_da8xx_probe()
/u-boot/drivers/power/domain/
A Dpower-domain-uclass.c119 count = dev_count_phandle_with_args(dev, "power-domains", in dev_power_domain_ctrl()
/u-boot/test/dm/
A Dtest-fdt.c1021 ret = dev_count_phandle_with_args(dev, "missing", cell, 0); in dm_test_read_phandle()
1023 ret = dev_count_phandle_with_args(dev, prop, "#invalid", 0); in dm_test_read_phandle()
1025 ut_asserteq(5, dev_count_phandle_with_args(dev, prop, cell, 0)); in dm_test_read_phandle()
1051 ret = dev_count_phandle_with_args(dev, "missing", NULL, 2); in dm_test_read_phandle()
1053 ut_asserteq(3, dev_count_phandle_with_args(dev, prop2, NULL, 1)); in dm_test_read_phandle()
/u-boot/include/dm/
A Dread.h420 int dev_count_phandle_with_args(const struct udevice *dev,
900 static inline int dev_count_phandle_with_args(const struct udevice *dev, in dev_count_phandle_with_args() function
/u-boot/drivers/phy/
A Dphy-uclass.c228 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells", 0); in generic_phy_get_bulk()
/u-boot/drivers/clk/
A Dclk-uclass.c165 count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0); in clk_get_bulk()
216 num_parents = dev_count_phandle_with_args(dev, "assigned-clock-parents", in clk_set_default_parents()
/u-boot/drivers/core/
A Dread.c217 int dev_count_phandle_with_args(const struct udevice *dev, in dev_count_phandle_with_args() function
/u-boot/drivers/net/
A Ddesignware.c691 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in designware_eth_probe()

Completed in 17 milliseconds