Home
last modified time | relevance | path

Searched refs:UsbEcm (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
Dcdcecm.h43 struct UsbEcm { struct
87 struct UsbEcm *port;
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c49 static int32_t UsbEcmStartTx(struct UsbEcm *port) in UsbEcmStartTx()
88 static uint32_t UsbEcmStartRx(struct UsbEcm *port) in UsbEcmStartRx()
119 static void UsbEcmRxPush(struct UsbEcm *port) in UsbEcmRxPush()
177 struct UsbEcm *port = (struct UsbEcm *)req->context; in UsbEcmReadComplete()
186 struct UsbEcm *port = (struct UsbEcm *)req->context; in UsbEcmWriteComplete()
205 static int32_t UsbEcmAllocReadRequests(struct UsbEcm *port, int32_t num) in UsbEcmAllocReadRequests()
226 static int32_t UsbEcmAllocWriteRequests(struct UsbEcm *port, int32_t num) in UsbEcmAllocWriteRequests()
247 static int32_t UsbEcmStartIo(struct UsbEcm *port) in UsbEcmStartIo()
293 static int32_t UsbEcmOpen(struct UsbEcm *port) in UsbEcmOpen()
334 static int32_t UsbEcmClose(struct UsbEcm *port) in UsbEcmClose()
[all …]