Searched defs:read_bar (Results 1 – 12 of 12) sorted by relevance
| /external/crosvm/devices/src/pci/ |
| D | pvpanic.rs | 196 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| D | pci_device.rs | 423 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
|
| D | stub.rs | 198 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
|
| D | ac97.rs | 381 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| D | pci_root.rs | 71 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
|
| D | coiommu.rs | 1538 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| D | vfio_pci.rs | 2138 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| /external/crosvm/devices/src/usb/xhci/ |
| D | xhci_controller.rs | 291 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| /external/crosvm/devices/src/virtio/ |
| D | virtio_device.rs | 161 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
|
| D | virtio_pci_device.rs | 789 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar() method
|
| /external/crosvm/devices/src/pci/pcie/ |
| D | pci_bridge.rs | 353 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar() method
|
| /external/crosvm/devices/src/virtio/vhost/user/ |
| D | proxy.rs | 1867 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
|