Searched refs:VIRTIO_GPU_RESP_ERR_UNSPEC (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/devices/src/virtio/gpu/ |
D | protocol.rs | 80 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/ |
D | virtio_gpu.h | 108 VIRTIO_GPU_RESP_ERR_UNSPEC = 0x1200, enumerator
|