Home | History | Annotate | Download | only in remoteproc

Lines Matching refs:fn

22  * @fn: check function to call per match, if this function returns fail,
30 static int for_each_remoteproc_device(int (*fn) (struct udevice *dev,
45 ret = fn(dev, uc_pdata, data);
337 int (*fn)(struct udevice *dev);
358 fn = ops->start;
363 fn = ops->stop;
367 fn = ops->reset;
371 fn = ops->is_running;
375 fn = ops->ping;
384 if (fn)
385 return fn(dev);