Lines Matching refs:virtio
17 duplicated. In addition, this framework also adds rpmsg virtio devices
21 (for more information about the virtio-based rpmsg bus and its drivers,
23 Registration of other types of virtio devices is now also possible. Firmwares
24 just need to publish what kind of virtio devices do they support, and then
26 existing virtio drivers with remote processor backends at a minimal development
114 context, which will look for virtio devices supported by the rproc's
116 If found, those virtio devices will be created and added, so as a result
117 of registering this remote processor, additional virtio drivers might get
157 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler
202 supported virtio devices (and their configurations).
259 * @RSC_VDEV: declare support for a virtio device, and serve as its
260 * virtio header.
285 The firmware should provide remoteproc information about virtio devices
287 should specify the virtio device id (as in virtio_ids.h), virtio features,
288 virtio config space, vrings information, etc.
291 will look for its resource table and will register the virtio devices
292 it supports. A firmware may support any number of virtio devices, and
294 rpmsg virtio devices this way, if desired).
297 allocation of virtio devices. Dynamic allocations will also be made possible