Searched refs:rproc_get_ops (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/remoteproc/
H A Drproc-uclass.c174 ops = rproc_get_ops(dev);
204 ops = rproc_get_ops(dev);
227 const struct dm_rproc_ops *ops = rproc_get_ops(dev);
250 ops = rproc_get_ops(dev);
278 ops = rproc_get_ops(dev);
393 ops = rproc_get_ops(dev);
453 ops = rproc_get_ops(dev);
H A Drproc-elf-loader.c177 ops = rproc_get_ops(dev);
209 const struct dm_rproc_ops *ops = rproc_get_ops(dev);
387 ops = rproc_get_ops(dev);
496 ops = rproc_get_ops(dev);
/u-boot/cmd/
H A Dremoteproc.c32 const struct dm_rproc_ops *ops = rproc_get_ops(dev);
/u-boot/include/
H A Dremoteproc.h510 #define rproc_get_ops(dev) ((struct dm_rproc_ops *)(dev)->driver->ops) macro

Completed in 49 milliseconds