Lines Matching defs:rproc
409 struct rproc { struct
415 const struct rproc_ops *ops; argument
417 const struct rproc_fw_ops *fw_ops; argument
418 atomic_t power;
419 unsigned int state;
420 struct mutex lock;
421 struct dentry *dbg_dir;
422 struct list_head traces;
423 int num_traces;
447 * struct rproc_vring - remoteproc vring state argument
453 * @notifyid: rproc-specific unique vring index argument
478 struct rproc *rproc; member