Home
last modified time | relevance | path

Searched refs:handle_rsc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/remoteproc/
Dremoteproc_internal.h188 if (rproc->ops->handle_rsc) in rproc_handle_rsc()
189 return rproc->ops->handle_rsc(rproc, rsc_type, rsc, offset, in rproc_handle_rsc()
/linux-6.12.1/include/linux/
Dremoteproc.h395 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc, member