Searched refs:LCR (Results 1 – 3 of 3) sorted by relevance
125 SERIAL_LINE_CONTROL LCR; in SermouseDetectLegacyDevice() local166 LCR.WordLength = 7; in SermouseDetectLegacyDevice()167 LCR.Parity = NO_PARITY; in SermouseDetectLegacyDevice()168 LCR.StopBits = STOP_BITS_2; in SermouseDetectLegacyDevice()170 &LCR, sizeof(LCR), NULL, NULL); in SermouseDetectLegacyDevice()
83 SERIAL_LINE_CONTROL LCR; in SermouseDeviceWorker() local112 LCR.WordLength = 7; in SermouseDeviceWorker()113 LCR.Parity = NO_PARITY; in SermouseDeviceWorker()114 LCR.StopBits = STOP_BIT_1; in SermouseDeviceWorker()116 &LCR, sizeof(LCR), NULL, NULL); in SermouseDeviceWorker()
453 SERIAL_LINE_CONTROL LCR; in SerenumDetectLegacyDevice() local500 LCR.WordLength = 7; in SerenumDetectLegacyDevice()501 LCR.Parity = NO_PARITY; in SerenumDetectLegacyDevice()502 LCR.StopBits = STOP_BITS_2; in SerenumDetectLegacyDevice()504 &LCR, sizeof(LCR), NULL, NULL); in SerenumDetectLegacyDevice()