Lines Matching refs:UsbAcmDevice

47 static int32_t UsbSerialInit(struct UsbAcmDevice *acm);
48 static int32_t UsbSerialRelease(struct UsbAcmDevice *acm);
323 struct UsbAcmDevice *acm = port->acm;
344 struct UsbAcmDevice *acm = port->acm;
454 struct UsbAcmDevice *acm = port->acm;
476 struct UsbAcmDevice *acm = NULL;
757 static int32_t UsbSerialGetProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data, struct HdfSBuf *reply)
779 static int32_t UsbSerialSetProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data)
824 static int32_t UsbSerialRegistProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data)
851 struct UsbAcmDevice *acm, int32_t cmd, struct UsbSerial *port, struct HdfSBuf *data, struct HdfSBuf *reply)
902 struct UsbAcmDevice *acm = (struct UsbAcmDevice *)client->device->service;
929 static void AcmDeviceDestroy(struct UsbAcmDevice *acm)
946 struct UsbAcmDevice *acm = ctrlInfo->acm;
967 static int32_t AcmAllocCtrlRequests(struct UsbAcmDevice *acm, int32_t num)
1000 static void AcmFreeCtrlRequests(struct UsbAcmDevice *acm)
1014 static int32_t AcmNotifySerialState(struct UsbAcmDevice *acm);
1017 struct UsbAcmDevice *acm = (struct UsbAcmDevice *)req->context;
1037 static int32_t AcmAllocNotifyRequest(struct UsbAcmDevice *acm)
1052 static void AcmFreeNotifyRequest(struct UsbAcmDevice *acm)
1065 static uint32_t AcmEnable(struct UsbAcmDevice *acm)
1073 static uint32_t AcmDisable(struct UsbAcmDevice *acm)
1089 static struct UsbFnRequest *AcmGetCtrlReq(struct UsbAcmDevice *acm)
1101 static void AcmSetup(struct UsbAcmDevice *acm, struct UsbFnCtrlRequest *setup)
1153 static void AcmSuspend(struct UsbAcmDevice *acm)
1167 static void AcmResume(struct UsbAcmDevice *acm)
1195 struct UsbAcmDevice *acm = NULL;
1202 acm = (struct UsbAcmDevice *)event->context;
1239 struct UsbAcmDevice *acm, uint8_t type, uint16_t value, const void *data, uint32_t length)
1275 static int32_t AcmNotifySerialState(struct UsbAcmDevice *acm)
1291 static void AcmConnect(struct UsbAcmDevice *acm)
1301 static void AcmDisconnect(struct UsbAcmDevice *acm)
1311 static int32_t AcmSendBreak(struct UsbAcmDevice *acm, int32_t duration)
1336 static int32_t AcmParseEachPipe(struct UsbAcmDevice *acm, struct UsbAcmInterface *iface)
1378 static int32_t AcmParseAcmIface(struct UsbAcmDevice *acm, struct UsbFnInterface *fnIface)
1396 static int32_t AcmParseEachIface(struct UsbAcmDevice *acm, struct UsbFnDevice *fnDev)
1424 static int32_t AcmCreateFuncDevice(struct UsbAcmDevice *acm, struct DeviceResourceIface *iface)
1450 static int32_t AcmReleaseFuncDevice(struct UsbAcmDevice *acm)
1465 static int32_t UsbSerialAlloc(struct UsbAcmDevice *acm)
1494 static void UsbSerialFree(struct UsbAcmDevice *acm)
1509 struct UsbAcmDevice *acm = NULL;
1516 acm = (struct UsbAcmDevice *)OsalMemCalloc(sizeof(*acm));
1542 static int32_t UsbSerialInit(struct UsbAcmDevice *acm)
1597 static int32_t UsbSerialRelease(struct UsbAcmDevice *acm)
1620 struct UsbAcmDevice *acm = NULL;
1626 acm = (struct UsbAcmDevice *)device->service;