nuttx/drivers/virtio
wangyongrong decfc9ad65 virtio-pci-modern: replace pci_read/write_mmio_xxx with pci_read/write_io_xxx
Use IO api to access the io region

Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
2024-09-15 02:22:16 +08:00
..
CMakeLists.txt vitrio-pci.c: add virtio-pci transport support for Nuttx 2024-09-15 02:22:16 +08:00
Kconfig vitrio-pci.c: add virtio-pci transport support for Nuttx 2024-09-15 02:22:16 +08:00
Make.defs vitrio-pci.c: add virtio-pci transport support for Nuttx 2024-09-15 02:22:16 +08:00
virtio-blk.c virtio-blk: support called read/write in interrupt 2024-09-10 11:35:35 +08:00
virtio-blk.h
virtio-gpu.c
virtio-gpu.h
virtio-input.c drivers/input: enable touch/kbd/mouse for virtio input 2024-08-19 20:08:50 +08:00
virtio-input.h
virtio-mmio.c
virtio-net.c wifisim: Support the setting of the number of simulated WiFi interfaces. 2024-08-21 13:25:53 +08:00
virtio-net.h
virtio-pci.c virtio-pci-modern: replace pci_read/write_mmio_xxx with pci_read/write_io_xxx 2024-09-15 02:22:16 +08:00
virtio-rng.c
virtio-rng.h
virtio-rpmb.c
virtio-rpmb.h
virtio-serial.c virtio/serial: initial CONSOLE support 2024-07-26 12:01:29 +08:00
virtio-serial.h
virtio-snd.c nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
virtio-snd.h
virtio.c