Home
last modified time | relevance | path

Searched defs:rproc_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dremoteproc.h385 struct rproc_ops { struct
386 int (*prepare)(struct rproc *rproc);
387 int (*unprepare)(struct rproc *rproc);
388 int (*start)(struct rproc *rproc);
389 int (*stop)(struct rproc *rproc);
390 int (*attach)(struct rproc *rproc);
391 int (*detach)(struct rproc *rproc);
392 void (*kick)(struct rproc *rproc, int vqid);
399 struct resource_table *(*get_loaded_rsc_table)(
404 unsigned long (*panic)(struct rproc *rproc);
[all …]
/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c332 enum rproc_ops { enum