Searched defs:rproc_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | remoteproc.h | 385 struct rproc_ops { struct 386 int (*prepare)(struct rproc *rproc); 387 int (*unprepare)(struct rproc *rproc); 388 int (*start)(struct rproc *rproc); 389 int (*stop)(struct rproc *rproc); 390 int (*attach)(struct rproc *rproc); 391 int (*detach)(struct rproc *rproc); 392 void (*kick)(struct rproc *rproc, int vqid); 393 void * (*da_to_va)(struct rproc *rproc, u64 da, size_t len, bool *is_iomem); 394 int (*parse_fw)(struct rproc *rproc, const struct firmware *fw); [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | remoteproc.h | 379 struct rproc_ops { struct 380 int (*prepare)(struct rproc *rproc); 381 int (*unprepare)(struct rproc *rproc); 382 int (*start)(struct rproc *rproc); 383 int (*stop)(struct rproc *rproc); 384 int (*attach)(struct rproc *rproc); 385 void (*kick)(struct rproc *rproc, int vqid); 386 void * (*da_to_va)(struct rproc *rproc, u64 da, size_t len); 387 int (*parse_fw)(struct rproc *rproc, const struct firmware *fw); 388 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc, [all …]
|