Lines Matching refs:AcmDevice
48 static struct AcmDevice *g_acm = NULL;
59 static int32_t SerialBegin(struct AcmDevice *acm);
64 struct AcmDevice *acm = (struct AcmDevice *)data;
102 struct AcmDevice *acm = (struct AcmDevice *)data;
115 static int32_t UsbStartIo(struct AcmDevice * const acm)
159 static int32_t UsbStopIo(struct AcmDevice * const acm)
228 static int32_t UsbGetBulkEndpoint(struct AcmDevice * const acm, const struct UsbRawEndpointDescriptor *endPoint)
256 struct AcmDevice * const acm, const struct UsbRawInterface * const interface, uint8_t interfaceIndex)
289 static int32_t UsbParseConfigDescriptor(struct AcmDevice * const acm, struct UsbRawConfigDescriptor * const config)
312 static int32_t UsbAllocDataRequests(struct AcmDevice * const acm)
340 static int32_t UsbSerialDeviceAlloc(struct AcmDevice *acm)
369 static int32_t AcmDbAlloc(struct AcmDevice * const acm)
385 static int32_t AcmDbIsAvail(struct AcmDevice * const acm)
396 static int32_t AcmStartdb(struct AcmDevice *acm, struct AcmDb * const db)
408 static int32_t AcmDataBufAlloc(struct AcmDevice * const acm)
473 static int32_t SerialBegin(struct AcmDevice *acm)
580 g_acm = (struct AcmDevice *)OsalMemCalloc(sizeof(*g_acm));