Lines Matching refs:ctrlIface
759 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
781 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
826 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
985 acm->ctrlIface.handle, sizeof(struct UsbCdcLineCoding) + sizeof(struct UsbCdcLineCoding));
1041 UsbFnAllocRequest(acm->ctrlIface.handle, acm->notifyPipe.id, sizeof(struct UsbCdcNotification) * USBCDC_LEN);
1258 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index);
1352 acm->ctrlIface = *iface;
1459 (void)UsbFnCloseInterface(acm->ctrlIface.handle);
1461 (void)UsbFnStopRecvInterfaceEvent(acm->ctrlIface.fn);
1581 ret = UsbFnStartRecvInterfaceEvent(acm->ctrlIface.fn, RECEIVE_ALL_EVENTS, UsbAcmEventCallback, acm);