Lines Matching defs:rproc
549 struct rproc { struct
555 struct rproc_ops *ops; argument
559 enum rproc_dump_mechanism dump_conf; argument
560 struct mutex lock;
561 struct dentry *dbg_dir;
562 struct list_head traces;
563 int num_traces;
564 struct list_head carveouts;
565 struct list_head mappings;
566 u64 bootaddr;
567 struct list_head rvdevs;
568 struct list_head subdevs;
592 * struct rproc_subdev - subdevice tied to a remoteproc argument
593 * @node: list node related to the rproc subdevs list argument
651 struct rproc *rproc; member