Lines Matching defs:handle
329 req = UsbFnAllocRequest(acm->dataIface.handle, acm->dataOutPipe.id, acm->dataOutPipe.maxPacketSize);
350 req = UsbFnAllocRequest(acm->dataIface.handle, acm->dataInPipe.id, acm->dataInPipe.maxPacketSize);
550 port->acm->dataIface.handle, port->acm->dataInPipe.id, port->acm->dataInPipe.maxPacketSize);
985 acm->ctrlIface.handle, sizeof(struct UsbCdcLineCoding) + sizeof(struct UsbCdcLineCoding));
1041 UsbFnAllocRequest(acm->ctrlIface.handle, acm->notifyPipe.id, sizeof(struct UsbCdcNotification) * USBCDC_LEN);
1381 UsbFnInterfaceHandle handle = UsbFnOpenInterface(fnIface);
1382 if (handle == NULL) {
1387 iface.handle = handle;
1459 (void)UsbFnCloseInterface(acm->ctrlIface.handle);
1460 (void)UsbFnCloseInterface(acm->dataIface.handle);