Searched refs:QueueBulkV (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp229 BulkPipe::QueueBulkV(iovec *vector, size_t vectorCount, function in class:BulkPipe
250 BulkPipe::QueueBulkV(physical_entry *vector, size_t vectorCount, function in class:BulkPipe
H A Dusb_private.h480 status_t QueueBulkV(iovec *vector, size_t vectorCount,
482 status_t QueueBulkV(physical_entry *vector, size_t vectorCount,
H A Dusb.cpp464 return ((BulkPipe *)object.Get())->QueueBulkV(vector, vectorCount,
479 return ((BulkPipe *)object.Get())->QueueBulkV(vector, vectorCount,

Completed in 94 milliseconds