fInterruptPipe
delete fInterruptPipe;
fInterruptPipe = (InterruptPipe *)object;
fInterruptPipe->QueueInterrupt(fInterruptStatus,
InterruptPipe * fInterruptPipe;
fInterruptPipe = interface->endpoint[i].handle;
if (fInterruptPipe == 0) {
gUSBModule->cancel_queued_transfers(fInterruptPipe);
gUSBModule->cancel_queued_transfers(fInterruptPipe);
status_t result = gUSBModule->queue_interrupt(fInterruptPipe,
usb_pipe InterruptPipe() const { return fInterruptPipe; }
usb_pipe fInterruptPipe;