Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c30 static int for_each_remoteproc_device(int (*fn) (struct udevice *dev, in for_each_remoteproc_device() function
94 ret = for_each_remoteproc_device(_rproc_name_is_unique, in rproc_name_is_unique()
258 int ret = for_each_remoteproc_device(_rproc_dev_is_probed, NULL, NULL); in rproc_is_initialized()
271 ret = for_each_remoteproc_device(_rproc_probe_dev, NULL, NULL); in rproc_init()