Home
last modified time | relevance | path

Searched refs:ofnode_count_phandle_with_args (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-generic.c85 clock_nb = ofnode_count_phandle_with_args(dev_ofnode(dev), "clocks", in ehci_usb_probe()
115 reset_nb = ofnode_count_phandle_with_args(dev_ofnode(dev), "resets", in ehci_usb_probe()
/openbmc/u-boot/include/dm/
H A Dofnode.h487 int ofnode_count_phandle_with_args(ofnode node, const char *list_name,
H A Dread.h666 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
/openbmc/u-boot/drivers/core/
H A Dread.c172 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
H A Dofnode.c389 int ofnode_count_phandle_with_args(ofnode node, const char *list_name, in ofnode_count_phandle_with_args() function