Lines Matching refs:SerialDevice
529 struct SerialDevice *port = NULL;
534 port = (struct SerialDevice *)OsalMemCalloc(sizeof(*port));
557 struct SerialDevice *port = acm->port;
566 static int32_t UsbSerialRead(struct SerialDevice *port, struct HdfSBuf *reply)
615 static int32_t SerialSetBaudrate(struct SerialDevice *port, const struct HdfSBuf *data)
643 static int32_t UsbCtrlMsg(struct SerialDevice *port, struct HdfSBuf *data)
662 static int32_t SerialGetBaudrate(struct SerialDevice *port, struct HdfSBuf *reply)
674 static int32_t UsbSerialReadSync(const struct SerialDevice *port, const struct HdfSBuf *reply)
726 static int32_t UsbStdCtrlCmd(struct SerialDevice *port, SerialOPCmd cmd, struct HdfSBuf *reply)
815 static int32_t SerialWriteSync(const struct SerialDevice *port, const struct HdfSBuf *data)
879 static int32_t SerialOpen(const struct SerialDevice *port, struct HdfSBuf *data)
936 static int32_t SerialClose(const struct SerialDevice *port, struct HdfSBuf *data)
972 static int32_t SerialWrite(const struct SerialDevice *port, struct HdfSBuf *data)
1022 static int32_t SerialAddOrRemoveInterface(int32_t cmd, const struct SerialDevice *port, const struct HdfSBuf *data)
1046 struct SerialDevice *port, int32_t cmd, struct HdfSBuf *data, const struct HdfSBuf *reply)
1089 struct SerialDevice *port = NULL;