Home
last modified time | relevance | path

Searched refs:LCR (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/input/sermouse/
H A Ddetect.c125 SERIAL_LINE_CONTROL LCR; in SermouseDetectLegacyDevice() local
166 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()
H A Dreadmouse.c83 SERIAL_LINE_CONTROL LCR; in SermouseDeviceWorker() local
112 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()
/reactos/drivers/serial/serenum/
H A Ddetect.c453 SERIAL_LINE_CONTROL LCR; in SerenumDetectLegacyDevice() local
500 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()