Searched defs:ecm (Results 1 – 4 of 4) sorted by relevance
| /drivers/peripheral/usb/net/src/ |
| D | cdc_ether.c | 49 static int32_t EcmWbAlloc(struct EcmDevice *ecm) in EcmWbAlloc() 73 static UsbInterfaceHandle *InterfaceIdToHandle(const struct EcmDevice *ecm, uint8_t id) in InterfaceIdToHandle() 110 static int32_t EcmWbIsAvail(struct EcmDevice *ecm) in EcmWbIsAvail() 122 static int32_t EcmStartWb(struct EcmDevice *ecm, struct EcmWb *wb) in EcmStartWb() 156 static int32_t EcmWriteBufAlloc(struct EcmDevice *ecm) in EcmWriteBufAlloc() 175 static int32_t EcmWriteBufFree(struct EcmDevice *ecm) in EcmWriteBufFree() 192 struct EcmDevice *ecm = wb->ecm; in EcmWriteBulk() local 226 static int32_t EcmCtrlMsg(struct EcmDevice *ecm, uint8_t request, uint16_t value, void *buf, uint16… in EcmCtrlMsg() 274 static int32_t EcmRead(struct EcmDevice *ecm, struct HdfSBuf *reply) in EcmRead() 324 static int32_t EcmOpen(struct EcmDevice *ecm, struct HdfSBuf *data) in EcmOpen() [all …]
|
| /drivers/peripheral/usb/gadget/function/ecm/ |
| D | cdcecm.c | 210 struct UsbEcmDevice *ecm = port->ecm; in UsbEcmAllocReadRequests() local 231 struct UsbEcmDevice *ecm = port->ecm; in UsbEcmAllocWriteRequests() local 430 void UsbFnNotifyRequest(struct UsbFnRequest *req, struct UsbEcmDevice *ecm) in UsbFnNotifyRequest() 441 static void EcmDoNotify(struct UsbEcmDevice *ecm) in EcmDoNotify() 498 struct UsbEcmDevice *ecm = req->context; in EcmNotifyComplete() local 508 static int32_t EcmSetup(const struct UsbEcmDevice *ecm, const struct UsbFnCtrlRequest *ctrl) in EcmSetup() 548 struct UsbEcmDevice *ecm = NULL; in EcmDeviceDispatch() local 600 static int32_t EcmEnable(struct UsbEcmDevice *ecm) in EcmEnable() 606 static void EcmDisable(const struct UsbEcmDevice *ecm) in EcmDisable() 614 struct UsbEcmDevice *ecm = NULL; in UsbEcmEventCallback() local [all …]
|
| /drivers/peripheral/usb/gadget/function/include/ |
| D | cdcecm.h | 44 struct UsbEcmDevice *ecm; member
|
| /drivers/peripheral/usb/net/include/ |
| D | cdc_ether.h | 64 struct EcmDevice *ecm; member
|