Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dremoteproc.h117 RSC_VDEV = 3, enumerator
/linux-4.4.14/Documentation/
Dremoteproc.txt265 * @RSC_VDEV: declare support for a virtio device, and serve as its
278 RSC_VDEV = 3,
292 that it supports, and their configurations: a RSC_VDEV resource entry
302 Of course, RSC_VDEV resource entries are only good enough for static
/linux-4.4.14/drivers/remoteproc/
Dremoteproc_core.c698 [RSC_VDEV] = NULL, /* VDEVs were handled upon registrarion */
702 [RSC_VDEV] = (rproc_handle_resource_t)rproc_handle_vdev,
706 [RSC_VDEV] = (rproc_handle_resource_t)rproc_count_vrings,