Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci-generic.c85 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in ohci_usb_probe()
111 reset_nb = dev_count_phandle_with_args(dev, "resets", "#reset-cells"); in ohci_usb_probe()
/openbmc/u-boot/include/dm/
H A Dread.h337 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name,
663 static inline int dev_count_phandle_with_args(struct udevice *dev, in dev_count_phandle_with_args() function
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c112 count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in clk_get_bulk()
146 num_parents = dev_count_phandle_with_args(dev, "assigned-clock-parents", in clk_set_default_parents()
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c87 count = dev_count_phandle_with_args(dev, "resets", "#reset-cells"); in reset_get_bulk()
/openbmc/u-boot/drivers/core/
H A Dread.c169 int dev_count_phandle_with_args(struct udevice *dev, const char *list_name, in dev_count_phandle_with_args() function
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c801 count = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in dwc3_setup_phy()
/openbmc/u-boot/drivers/net/
H A Ddesignware.c686 clock_nb = dev_count_phandle_with_args(dev, "clocks", "#clock-cells"); in designware_eth_probe()