Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c44 static void EcmFreeReadReq(struct EcmDevice *ecm);
45 static int32_t EcmInit(struct EcmDevice *ecm);
46 static void EcmRelease(struct EcmDevice *ecm);
49 static int32_t EcmWbAlloc(struct EcmDevice *ecm) in EcmWbAlloc()
192 struct EcmDevice *ecm = wb->ecm; in EcmWriteBulk()
523 struct EcmDevice *ecm = NULL; in EcmDeviceDispatch()
688 struct EcmDevice *ecm = NULL; in EcmDriverBind()
762 struct EcmDevice *ecm = (struct EcmDevice *)req->compInfo.userData; in EcmCtrlIrq()
814 struct EcmDevice *ecm = (struct EcmDevice *)req->compInfo.userData; in EcmReadBulk()
1148 struct EcmDevice *ecm = NULL; in EcmDriverInit()
[all …]
/ohos5.0/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