Searched refs:dev_count_phandle_with_args (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | ohci-generic.c | 88 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 D | ohci-da8xx.c | 98 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in ohci_da8xx_probe()
|
/u-boot/drivers/power/domain/ |
A D | power-domain-uclass.c | 119 count = dev_count_phandle_with_args(dev, "power-domains", in dev_power_domain_ctrl()
|
/u-boot/test/dm/ |
A D | test-fdt.c | 1021 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 D | read.h | 420 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 D | phy-uclass.c | 228 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells", 0); in generic_phy_get_bulk()
|
/u-boot/drivers/clk/ |
A D | clk-uclass.c | 165 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 D | read.c | 217 int dev_count_phandle_with_args(const struct udevice *dev, in dev_count_phandle_with_args() function
|
/u-boot/drivers/net/ |
A D | designware.c | 691 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", in designware_eth_probe()
|
Completed in 17 milliseconds