Home
last modified time | relevance | path

Searched defs:read_bar (Results 1 – 12 of 12) sorted by relevance

/external/crosvm/devices/src/pci/
Dpvpanic.rs196 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
Dpci_device.rs423 fn read_bar(&mut self, addr: u64, data: &mut [u8]); in read_bar() method
710 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
929 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
Dstub.rs198 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
Dac97.rs381 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
Dpci_root.rs71 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
Dcoiommu.rs1538 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
Dvfio_pci.rs2138 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs291 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
/external/crosvm/devices/src/virtio/
Dvirtio_device.rs161 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
Dvirtio_pci_device.rs789 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
/external/crosvm/devices/src/pci/pcie/
Dpci_bridge.rs353 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs1867 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method