Lines Matching defs:rproc_ops
373 struct rproc_ops { struct
374 int (*start)(struct rproc *rproc);
375 int (*stop)(struct rproc *rproc);
376 void (*kick)(struct rproc *rproc, int vqid);
377 void * (*da_to_va)(struct rproc *rproc, u64 da, int len);
378 int (*parse_fw)(struct rproc *rproc, const struct firmware *fw);
379 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc,
381 struct resource_table *(*find_loaded_rsc_table)(
383 int (*load)(struct rproc *rproc, const struct firmware *fw);
384 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw);
385 u32 (*get_boot_addr)(struct rproc *rproc, const struct firmware *fw);