Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpvpanic.rs193 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
Dpci_device.rs431 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]); in read_bar() method
793 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
904 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
Dstub.rs191 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
Dpci_root.rs93 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
Dcoiommu.rs1545 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
Dvfio_pci.rs2019 fn read_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &mut [u8]) { in read_bar() method
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs295 fn read_bar(&mut self, bar_index: usize, offset: u64, data: &mut [u8]) { in read_bar() method
/external/crosvm/devices/src/pci/pcie/
Dpci_bridge.rs330 fn read_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &mut [u8]) {} in read_bar() method
/external/coreboot/src/soc/intel/common/block/cse/
Dcse.c136 static uint32_t read_bar(pci_devfn_t dev, uint32_t offset) in read_bar() function
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs870 fn read_bar(&mut self, bar_index: usize, offset: u64, data: &mut [u8]) { in read_bar() method