Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dremoteproc.h117 RSC_VDEV = 3, enumerator
/linux-4.1.27/Documentation/
Dremoteproc.txt259 * @RSC_VDEV: declare support for a virtio device, and serve as its
272 RSC_VDEV = 3,
286 that it supports, and their configurations: a RSC_VDEV resource entry
296 Of course, RSC_VDEV resource entries are only good enough for static
/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c684 [RSC_VDEV] = NULL, /* VDEVs were handled upon registrarion */
688 [RSC_VDEV] = (rproc_handle_resource_t)rproc_handle_vdev,
692 [RSC_VDEV] = (rproc_handle_resource_t)rproc_count_vrings,