Searched refs:KeyboardFDO (Results 1 – 3 of 3) sorted by relevance
43 && (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()
28 KeyboardFDO, enumerator
131 DeviceExtension->Common.Type = KeyboardFDO; in KeyboardAddDevice()