Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/remoteproc/
Dremoteproc_core.c52 typedef int (*rproc_handle_resource_t)(struct rproc *rproc, typedef
694 static rproc_handle_resource_t rproc_loading_handlers[RSC_LAST] = {
695 [RSC_CARVEOUT] = (rproc_handle_resource_t)rproc_handle_carveout,
696 [RSC_DEVMEM] = (rproc_handle_resource_t)rproc_handle_devmem,
697 [RSC_TRACE] = (rproc_handle_resource_t)rproc_handle_trace,
701 static rproc_handle_resource_t rproc_vdev_handler[RSC_LAST] = {
702 [RSC_VDEV] = (rproc_handle_resource_t)rproc_handle_vdev,
705 static rproc_handle_resource_t rproc_count_vrings_handler[RSC_LAST] = {
706 [RSC_VDEV] = (rproc_handle_resource_t)rproc_count_vrings,
711 rproc_handle_resource_t handlers[RSC_LAST]) in rproc_handle_resources()
[all …]