Home
last modified time | relevance | path

Searched defs:rproc_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/
Dremoteproc.h373 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);
[all …]