Home
last modified time | relevance | path

Searched defs:ecm (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/usb/net/src/
Dcdc_ether.c41 static int32_t EcmWbAlloc(struct EcmDevice *ecm) in EcmWbAlloc()
65 static UsbInterfaceHandle *InterfaceIdToHandle(const struct EcmDevice *ecm, uint8_t id) in InterfaceIdToHandle()
102 static int32_t EcmWbIsAvail(struct EcmDevice *ecm) in EcmWbIsAvail()
114 static int32_t EcmStartWb(struct EcmDevice *ecm, struct EcmWb *wb) in EcmStartWb()
148 static int32_t EcmWriteBufAlloc(struct EcmDevice *ecm) in EcmWriteBufAlloc()
167 static int32_t EcmWriteBufFree(struct EcmDevice *ecm) in EcmWriteBufFree()
184 struct EcmDevice *ecm = wb->ecm; in EcmWriteBulk() local
218 static int32_t EcmCtrlMsg(struct EcmDevice *ecm, uint8_t request, uint16_t value, void *buf, uint16… in EcmCtrlMsg()
266 static int32_t EcmRead(struct EcmDevice *ecm, struct HdfSBuf *reply) in EcmRead()
315 static int32_t EcmOpen(struct EcmDevice *ecm, struct HdfSBuf *data) in EcmOpen()
[all …]
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c207 struct UsbEcmDevice *ecm = port->ecm; in UsbEcmAllocReadRequests() local
228 struct UsbEcmDevice *ecm = port->ecm; in UsbEcmAllocWriteRequests() local
426 static void EcmDoNotify(struct UsbEcmDevice *ecm) in EcmDoNotify()
490 struct UsbEcmDevice *ecm = req->context; in EcmNotifyComplete() local
500 static int32_t EcmSetup(const struct UsbEcmDevice *ecm, const struct UsbFnCtrlRequest *ctrl) in EcmSetup()
538 struct UsbEcmDevice *ecm = NULL; in EcmDeviceDispatch() local
590 static int32_t EcmEnable(struct UsbEcmDevice *ecm) in EcmEnable()
596 static void EcmDisable(const struct UsbEcmDevice *ecm) in EcmDisable()
604 struct UsbEcmDevice *ecm = NULL; in UsbEcmEventCallback() local
644 static int32_t EcmAllocNotifyRequest(struct UsbEcmDevice *ecm) in EcmAllocNotifyRequest()
[all …]
/drivers/peripheral/usb/gadget/function/include/
Dcdcecm.h44 struct UsbEcmDevice *ecm; member
/drivers/peripheral/usb/net/include/
Dcdc_ether.h64 struct EcmDevice *ecm; member