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.
341 The firmware should provide remoteproc information about virtio devices
343 should specify the virtio device id (as in virtio_ids.h), virtio features,
344 virtio config space, vrings information, etc.
347 will look for its resource table and will register the virtio devices
348 it supports. A firmware may support any number of virtio devices, and
350 rpmsg virtio devices this way, if desired).
353 allocation of virtio devices. Dynamic allocations will also be made possible