Home
last modified time | relevance | path

Searched defs:ScatterGatherBuffer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dscatter_gather_buffer.rs40 pub struct ScatterGatherBuffer { struct
45 impl ScatterGatherBuffer { argument
47 pub fn new(mem: GuestMemory, td: TransferDescriptor) -> Result<ScatterGatherBuffer> { in new()
H A Dxhci_transfer.rs296 pub fn create_buffer(&self) -> Result<ScatterGatherBuffer> { in create_buffer()
/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Dendpoint.rs124 buffer: &ScatterGatherBuffer, in get_transfer_buffer()
153 buffer: ScatterGatherBuffer, in handle_bulk_transfer()
168 buffer: ScatterGatherBuffer, in handle_interrupt_transfer()
180 buffer: ScatterGatherBuffer, in do_handle_transfer()
H A Ddevice.rs299 buffer: &Option<ScatterGatherBuffer>, in intercepted_control_transfer()
442 buffer: Option<ScatterGatherBuffer>, in execute_control_transfer()
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs81 buffer: &ScatterGatherBuffer, in get_config_descriptor_filtered()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dstrmini.h272 PKSSCATTER_GATHER ScatterGatherBuffer; member