Lines Matching defs:rproc
533 struct rproc { struct
539 struct rproc_ops *ops; argument
543 enum rproc_dump_mechanism dump_conf; argument
544 struct mutex lock;
545 struct dentry *dbg_dir;
546 struct list_head traces;
547 int num_traces;
548 struct list_head carveouts;
549 struct list_head mappings;
550 u64 bootaddr;
574 * struct rproc_subdev - subdevice tied to a remoteproc argument
575 * @node: list node related to the rproc subdevs list argument
635 struct rproc *rproc; member