Lines Matching defs:rproc
411 struct rproc { struct
417 const struct rproc_ops *ops; argument
419 const struct rproc_fw_ops *fw_ops; argument
420 atomic_t power;
421 unsigned int state;
422 struct mutex lock;
423 struct dentry *dbg_dir;
424 struct list_head traces;
425 int num_traces;
449 * struct rproc_vring - remoteproc vring state argument
455 * @notifyid: rproc-specific unique vring index argument
480 struct rproc *rproc; member