Searched refs:IOCTL_SERIAL_SET_LINE_CONTROL (Results 1 – 7 of 7) sorted by relevance
/reactos/drivers/serial/serenum/ |
H A D | detect.c | 276 Status = DeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SerenumDetectPnpDevice() 405 Status = DeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SerenumDetectPnpDevice() 431 Status = DeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SerenumDetectPnpDevice() 503 Status = DeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SerenumDetectLegacyDevice()
|
/reactos/drivers/input/sermouse/ |
H A D | detect.c | 169 Status = DeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SermouseDetectLegacyDevice()
|
H A D | readmouse.c | 115 Status = SermouseDeviceIoControl(LowerDevice, IOCTL_SERIAL_SET_LINE_CONTROL, in SermouseDeviceWorker()
|
/reactos/sdk/include/psdk/ |
H A D | ntddser.h | 96 #define IOCTL_SERIAL_SET_LINE_CONTROL \ macro
|
/reactos/modules/rosapps/drivers/green/ |
H A D | pnp.c | 94 Status = GreenDeviceIoControl(DeviceExtension->Serial, IOCTL_SERIAL_SET_LINE_CONTROL, in CreateGreenFdo()
|
/reactos/drivers/serial/serial/ |
H A D | devctrl.c | 704 case IOCTL_SERIAL_SET_LINE_CONTROL: in SerialDeviceControl()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | comm.c | 878 DeviceIoControl(handle, IOCTL_SERIAL_SET_LINE_CONTROL, in SetCommState()
|