Searched refs:rproc_handle_resource_t (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_core.c49 typedef int (*rproc_handle_resource_t)(struct rproc *rproc, typedef
680 static rproc_handle_resource_t rproc_loading_handlers[RSC_LAST] = {
681 [RSC_CARVEOUT] = (rproc_handle_resource_t)rproc_handle_carveout,
682 [RSC_DEVMEM] = (rproc_handle_resource_t)rproc_handle_devmem,
683 [RSC_TRACE] = (rproc_handle_resource_t)rproc_handle_trace,
687 static rproc_handle_resource_t rproc_vdev_handler[RSC_LAST] = {
688 [RSC_VDEV] = (rproc_handle_resource_t)rproc_handle_vdev,
691 static rproc_handle_resource_t rproc_count_vrings_handler[RSC_LAST] = {
692 [RSC_VDEV] = (rproc_handle_resource_t)rproc_count_vrings,
697 rproc_handle_resource_t handlers[RSC_LAST]) rproc_handle_resources()
700 rproc_handle_resource_t handler; rproc_handle_resources()

Completed in 30 milliseconds