• Home
  • Raw
  • Download

Lines Matching defs:acm

343     struct UsbAcmDevice *acm = port->acm;  in UsbSerialAllocReadRequests()  local
364 struct UsbAcmDevice *acm = port->acm; in UsbSerialAllocWriteRequests() local
477 struct UsbAcmDevice *acm = port->acm; in UsbSerialOpen() local
501 struct UsbAcmDevice *acm = NULL; in UsbSerialClose() local
898struct UsbAcmDevice *acm, int32_t cmd, struct UsbSerial *port, struct HdfSBuf *data, struct HdfSBu… in AcmSerialCmd()
951 struct UsbAcmDevice *acm = (struct UsbAcmDevice *)client->device->service; in AcmDeviceDispatch() local
978 static void AcmDeviceDestroy(struct UsbAcmDevice *acm) in AcmDeviceDestroy()
995 struct UsbAcmDevice *acm = ctrlInfo->acm; in AcmCtrlComplete() local
1016 static int32_t AcmAllocCtrlRequests(struct UsbAcmDevice *acm, int32_t num) in AcmAllocCtrlRequests()
1049 static void AcmFreeCtrlRequests(struct UsbAcmDevice *acm) in AcmFreeCtrlRequests()
1070 struct UsbAcmDevice *acm = (struct UsbAcmDevice *)req->context; in AcmNotifyComplete() local
1090 static int32_t AcmAllocNotifyRequest(struct UsbAcmDevice *acm) in AcmAllocNotifyRequest()
1105 static void AcmFreeNotifyRequest(struct UsbAcmDevice *acm) in AcmFreeNotifyRequest()
1118 static uint32_t AcmEnable(struct UsbAcmDevice *acm) in AcmEnable()
1126 static uint32_t AcmDisable(struct UsbAcmDevice *acm) in AcmDisable()
1142 static struct UsbFnRequest *AcmGetCtrlReq(struct UsbAcmDevice *acm) in AcmGetCtrlReq()
1158 static void AcmSetup(struct UsbAcmDevice *acm, struct UsbFnCtrlRequest *setup) in AcmSetup()
1210 static void AcmSuspend(struct UsbAcmDevice *acm) in AcmSuspend()
1224 static void AcmResume(struct UsbAcmDevice *acm) in AcmResume()
1252 struct UsbAcmDevice *acm = NULL; in UsbAcmEventCallback() local
1296 struct UsbAcmDevice *acm, uint8_t type, uint16_t value, const void *data, uint32_t length) in AcmSendNotifyRequest()
1332 static int32_t AcmNotifySerialState(struct UsbAcmDevice *acm) in AcmNotifySerialState()
1348 static void AcmConnect(struct UsbAcmDevice *acm) in AcmConnect()
1358 static void AcmDisconnect(struct UsbAcmDevice *acm) in AcmDisconnect()
1368 static int32_t AcmSendBreak(struct UsbAcmDevice *acm, int32_t duration) in AcmSendBreak()
1393 static int32_t AcmParseEachPipe(struct UsbAcmDevice *acm, struct UsbAcmInterface *iface) in AcmParseEachPipe()
1435 static int32_t AcmParseAcmIface(struct UsbAcmDevice *acm, struct UsbFnInterface *fnIface) in AcmParseAcmIface()
1453 static int32_t AcmParseEachIface(struct UsbAcmDevice *acm, struct UsbFnDevice *fnDev) in AcmParseEachIface()
1481 static int32_t AcmCreateFuncDevice(struct UsbAcmDevice *acm, struct DeviceResourceIface *iface) in AcmCreateFuncDevice()
1507 static int32_t AcmReleaseFuncDevice(struct UsbAcmDevice *acm) in AcmReleaseFuncDevice()
1522 static int32_t UsbSerialAlloc(struct UsbAcmDevice *acm) in UsbSerialAlloc()
1551 static void UsbSerialFree(struct UsbAcmDevice *acm) in UsbSerialFree()
1566 struct UsbAcmDevice *acm = NULL; in AcmDriverBind() local
1599 static int32_t UsbSerialInit(struct UsbAcmDevice *acm) in UsbSerialInit()
1654 static int32_t UsbSerialRelease(struct UsbAcmDevice *acm) in UsbSerialRelease()
1677 struct UsbAcmDevice *acm = NULL; in AcmDriverRelease() local