Lines Matching defs:rproc
116276 struct rproc { struct
116282 struct rproc_ops *ops; argument
116286 enum rproc_dump_mechanism dump_conf; argument
116287 struct mutex lock;
116288 struct dentry *dbg_dir;
116289 struct list_head traces;
116290 int num_traces;
116291 struct list_head carveouts;
116292 struct list_head mappings;
116293 u64 bootaddr;
116294 struct list_head rvdevs;
116295 struct list_head subdevs;
116296 struct idr notifyids;
116297 int index;
116298 struct work_struct crash_handler;
116322 struct rproc_ops { argument
116323 int (*prepare)(struct rproc *); argument
116385 struct rproc *rproc; member
116392 struct rproc *rproc; member
116410 struct rproc *rproc; member