rCore-Tutorial-v3/ch6/virtio_drivers/sidebar-items.js
2022-05-03 12:09:53 +00:00

1 line
1020 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"enum":[["DeviceType","Types of virtio devices."],["Error","The error type of VirtIO drivers."],["InputConfigSelect","Select value used for [`VirtIOInput::query_config_select()`]."],["RespStatus","Status of a VirtIOBlk request."]],"struct":[["BlkResp","Response of a VirtIOBlk request."],["InputEvent","Both queues use the same `virtio_input_event` struct. `type`, `code` and `value` are filled according to the Linux input layer (evdev) interface."],["VirtIOBlk","The virtio block device is a simple virtual block device (ie. disk)."],["VirtIOConsole","Virtio console. Only one single port is allowed since ``alloc is disabled. Emergency and cols/rows unimplemented."],["VirtIOGpu","A virtio based graphics adapter."],["VirtIOHeader","MMIO Device Legacy Register Interface."],["VirtIOInput","Virtual human interface devices such as keyboards, mice and tablets."],["VirtIONet","The virtio network device is a virtual ethernet card."]],"type":[["Result","The type returned by driver methods."]]});