Lines Matching defs:rproc
414 struct rproc { struct
420 const struct rproc_ops *ops; argument
422 const struct rproc_fw_ops *fw_ops; argument
423 atomic_t power;
424 unsigned int state;
425 struct mutex lock;
426 struct dentry *dbg_dir;
427 struct list_head traces;
451 * struct rproc_vring - remoteproc vring state argument
457 * @notifyid: rproc-specific unique vring index argument
482 struct rproc *rproc; member