Lines Matching defs:rproc
516 struct rproc { struct
522 struct rproc_ops *ops; argument
526 enum rproc_dump_mechanism dump_conf; argument
527 struct mutex lock;
528 struct dentry *dbg_dir;
529 struct list_head traces;
530 int num_traces;
531 struct list_head carveouts;
532 struct list_head mappings;
533 u64 bootaddr;
557 * struct rproc_subdev - subdevice tied to a remoteproc argument
558 * @node: list node related to the rproc subdevs list argument
618 struct rproc *rproc; member