Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dwl.rs141 vfd_id: u32, in encode_vfd_new()
155 id: Le32::from(vfd_id), in encode_vfd_new()
169 vfd_id: u32, in encode_vfd_new_dmabuf()
180 id: Le32::from(vfd_id), in encode_vfd_new_dmabuf()
200 fn encode_vfd_recv(writer: &mut Writer, vfd_id: u32, data: &[u8], vfd_ids: &[u32]) -> WlResult<()> { in encode_vfd_recv()
206 id: Le32::from(vfd_id), in encode_vfd_recv()
222 fn encode_vfd_hup(writer: &mut Writer, vfd_id: u32) -> WlResult<()> { in encode_vfd_hup()
228 id: Le32::from(vfd_id), in encode_vfd_hup()
1004 fn dmabuf_sync(&mut self, vfd_id: u32, flags: u32) -> WlResult<WlResp> { in dmabuf_sync()
1009 match self.vfds.get_mut(&vfd_id) { in dmabuf_sync()
[all …]