Lines Matching defs:rproc
520 struct rproc { struct
526 struct rproc_ops *ops; argument
530 enum rproc_dump_mechanism dump_conf; argument
531 struct mutex lock;
532 struct dentry *dbg_dir;
533 struct list_head traces;
534 int num_traces;
535 struct list_head carveouts;
536 struct list_head mappings;
537 u64 bootaddr;
561 * struct rproc_subdev - subdevice tied to a remoteproc argument
562 * @node: list node related to the rproc subdevs list argument
622 struct rproc *rproc; member