Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs80 pub const VIRTIO_GPU_RESP_ERR_UNSPEC: u32 = 0x1200; constant
138 VIRTIO_GPU_RESP_ERR_UNSPEC => "VIRTIO_GPU_RESP_ERR_UNSPEC", in virtio_gpu_cmd_str()
1034 GpuResponse::ErrUnspec => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1035 GpuResponse::ErrMsg(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1036 GpuResponse::ErrSys(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1037 GpuResponse::ErrRutabaga(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1038 GpuResponse::ErrDisplay(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1039 GpuResponse::ErrMapping(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1040 GpuResponse::ErrUdmabuf(_) => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
1041 GpuResponse::ErrScanout { num_scanouts: _ } => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h108 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator