Home
last modified time | relevance | path

Searched refs:EcmDevice (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c40 static void EcmAllocWriteReq(struct EcmDevice * const ecm);
41 static void EcmFreeWriteReq(struct EcmDevice * const ecm);
42 static int32_t EcmAllocIntReq(struct EcmDevice *ecm);
43 static void EcmAllocReadReq(struct EcmDevice *ecm);
44 static void EcmFreeReadReq(struct EcmDevice *ecm);
45 static int32_t EcmInit(struct EcmDevice *ecm);
46 static void EcmRelease(struct EcmDevice *ecm);
47 static struct UsbInterface *EcmGetUsbInterfaceById(struct EcmDevice *ecm, uint8_t interfaceIndex);
49 static int32_t EcmWbAlloc(struct EcmDevice *ecm) in EcmWbAlloc()
73 static UsbInterfaceHandle *InterfaceIdToHandle(const struct EcmDevice *ec
[all...]
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h57 struct EcmDevice;
60 struct EcmDevice *instance;
64 struct EcmDevice *ecm;
72 struct EcmDevice *instance;
84 struct EcmDevice { struct

Completed in 2 milliseconds