Lines Matching refs:virtio
20 duplicated. In addition, this framework also adds rpmsg virtio devices
24 (for more information about the virtio-based rpmsg bus and its drivers,
26 Registration of other types of virtio devices is now also possible. Firmwares
27 just need to publish what kind of virtio devices do they support, and then
29 existing virtio drivers with remote processor backends at a minimal development
158 context, which will look for virtio devices supported by the rproc's
161 If found, those virtio devices will be created and added, so as a result
162 of registering this remote processor, additional virtio drivers might get
211 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler
257 supported virtio devices (and their configurations).
314 * @RSC_VDEV: declare support for a virtio device, and serve as its
315 * virtio header.
345 The firmware should provide remoteproc information about virtio devices
347 should specify the virtio device id (as in virtio_ids.h), virtio features,
348 virtio config space, vrings information, etc.
351 will look for its resource table and will register the virtio devices
352 it supports. A firmware may support any number of virtio devices, and
354 rpmsg virtio devices this way, if desired).
357 allocation of virtio devices. Dynamic allocations will also be made possible