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
120 context, which will look for virtio devices supported by the rproc's
122 If found, those virtio devices will be created and added, so as a result
123 of registering this remote processor, additional virtio drivers might get
163 handlers. If rpmsg/virtio functionality is also desired, then the ->kick handler
208 supported virtio devices (and their configurations).
265 * @RSC_VDEV: declare support for a virtio device, and serve as its
266 * virtio header.
291 The firmware should provide remoteproc information about virtio devices
293 should specify the virtio device id (as in virtio_ids.h), virtio features,
294 virtio config space, vrings information, etc.
297 will look for its resource table and will register the virtio devices
298 it supports. A firmware may support any number of virtio devices, and
300 rpmsg virtio devices this way, if desired).
303 allocation of virtio devices. Dynamic allocations will also be made possible