Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c164 ops = rproc_get_ops(dev); in rproc_pre_probe()
194 ops = rproc_get_ops(dev); in rproc_post_probe()
310 ops = rproc_get_ops(dev); in rproc_load()
370 ops = rproc_get_ops(dev); in _rproc_ops_wrapper()
/openbmc/u-boot/include/
H A Dremoteproc.h78 #define rproc_get_ops(dev) ((struct dm_rproc_ops *)(dev)->driver->ops) macro
/openbmc/u-boot/cmd/
H A Dremoteproc.c33 const struct dm_rproc_ops *ops = rproc_get_ops(dev); in print_remoteproc_list()