Home
last modified time | relevance | path

Searched refs:virtio_video_query_control (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dprotocol.rs387 pub struct virtio_video_query_control { struct
392 unsafe impl DataInit for virtio_video_query_control {} implementation
Dcommand.rs269 let body = r.read_obj::<virtio_video_query_control>()?; in from_reader()