Searched refs:ofnode_count_phandle_with_args (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-generic.c | 85 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 D | ofnode.h | 487 int ofnode_count_phandle_with_args(ofnode node, const char *list_name,
|
H A D | read.h | 666 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 172 return ofnode_count_phandle_with_args(dev_ofnode(dev), list_name, in dev_count_phandle_with_args()
|
H A D | ofnode.c | 389 int ofnode_count_phandle_with_args(ofnode node, const char *list_name, in ofnode_count_phandle_with_args() function
|