Home
last modified time | relevance | path

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

/reactos/modules/rosapps/drivers/green/
H A Ddispatch.c43 && (DeviceType == KeyboardFDO || DeviceType == ScreenFDO)) in GreenDispatch()
54 else if (MajorFunction == IRP_MJ_INTERNAL_DEVICE_CONTROL && DeviceType == KeyboardFDO) in GreenDispatch()
66 else if (MajorFunction == IRP_MJ_PNP && (DeviceType == KeyboardFDO || DeviceType == ScreenFDO)) in GreenDispatch()
81 case KeyboardFDO: in GreenDispatch()
H A Dgreen.h28 KeyboardFDO, enumerator
H A Dkeyboard.c131 DeviceExtension->Common.Type = KeyboardFDO; in KeyboardAddDevice()