Lines Matching +full:keyboard +full:- +full:controller +full:- +full:style

3  * Module Name: ahids - Table of ACPI/PNP _HID/_CID values
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
165 {"80860F09", "Intel PWM Controller"},
166 {"80860F0A", "Intel Atom UART Controller"},
167 {"80860F0E", "Intel SPI Controller"},
168 {"80860F14", "Intel Baytrail SDIO/MMC Host Controller"},
170 {"80860F41", "Intel Baytrail I2C Host Controller"},
171 {"ACPI0001", "SMBus 1.0 Host Controller"},
175 {"ACPI0005", "SMBus 2.0 Host Controller"},
196 {"ATML1000", "Atmel Touchscreen Controller"},
199 {"BCM4752E", "Broadcom GPS Controller"},
204 {"FTTH5506", "FocalTech 5506 Touch Controller"},
207 {"INT0002", "Virtual GPIO Controller"},
210 {"INT3396", "Standard Power Management Controller"},
213 {"INT33BB", "Intel Baytrail SD Host Controller"},
216 {"INT33C0", "Intel Serial I/O SPI Host Controller"},
217 {"INT33C1", "Intel Serial I/O SPI Host Controller"},
218 {"INT33C2", "Intel Serial I/O I2C Host Controller"},
219 {"INT33C3", "Intel Serial I/O I2C Host Controller"},
220 {"INT33C4", "Intel Serial I/O UART Host Controller"},
221 {"INT33C5", "Intel Serial I/O UART Host Controller"},
222 {"INT33C6", "Intel SD Host Controller"},
223 {"INT33C7", "Intel Serial I/O GPIO Host Controller"},
224 {"INT33C8", "Intel Smart Sound Technology Host Controller"},
234 {"INT33F4", "XPOWER PMIC Controller"},
235 {"INT33F5", "TI PMIC Controller"},
236 {"INT33FB", "MIPI-CSI Camera Sensor OV2722"},
237 {"INT33FC", "Intel Baytrail GPIO Controller"},
249 {"INTCFD9", "Intel Baytrail SOC GPIO Controller"},
250 {"INTL9C60", "Intel Baytrail SOC DMA Controller"},
251 {"INVN6500", "InvenSense MPU-6500 Six Axis Gyroscope and Accelerometer"},
258 {"LNXVIDEO", "ACPI Video Controller"},
259 {"MAX17047", "Fuel Gauge Controller"},
261 {"NXP5442", "NXP 5442 Near Field Communications Controller"},
263 {"PNP0000", "8259-compatible Programmable Interrupt Controller"},
264 {"PNP0001", "EISA Interrupt Controller"},
265 {"PNP0002", "MCA Interrupt Controller"},
266 {"PNP0003", "IO-APIC Interrupt Controller"},
267 {"PNP0100", "PC-class System Timer"},
269 {"PNP0200", "PC-class DMA Controller"},
270 {"PNP0300", "IBM PC/XT Keyboard Controller (83 key)"},
271 {"PNP0301", "IBM PC/XT Keyboard Controller (86 key)"},
272 {"PNP0302", "IBM PC/XT Keyboard Controller (84 key)"},
273 {"PNP0303", "IBM Enhanced Keyboard (101/102-key, PS/2 Mouse)"},
277 {"PNP0501", "16550A-compatible COM Serial Port"},
278 {"PNP0510", "Generic IRDA-compatible Device"},
284 {"PNP0B00", "AT Real-Time Clock"},
285 {"PNP0B01", "Intel PIIX4-compatible RTC/CMOS Device"},
286 {"PNP0B02", "Dallas Semiconductor-compatible RTC/CMOS Device"},
289 {"PNP0C04", "x87-compatible Floating Point Processing Unit"},
291 {"PNP0C09", "Embedded Controller Device"},
300 {"PNP0C12", "Device Bay Controller"},
304 {"PNP0C40", "Standard Button Controller"},
309 {"PNP0D10", "XHCI USB Controller with debug"},
310 {"PNP0D15", "XHCI USB Controller without debug"},
311 {"PNP0D20", "EHCI USB Controller without debug"},
312 {"PNP0D25", "EHCI USB Controller with debug"},
313 {"PNP0D40", "SDA Standard Compliant SD Host Controller"},
314 {"PNP0D80", "Windows-compatible System Power Management Controller"},
315 {"PNP0F03", "Microsoft PS/2-style Mouse"},
317 {"RTL8723", "Realtek Wireless Controller"},
332 * PARAMETERS: HardwareId - String representation of an _HID or _CID
347 for (Info = AslDeviceIds; Info->Name; Info++) in AcpiAhMatchHardwareId()
349 if (!strcmp (HardwareId, Info->Name)) in AcpiAhMatchHardwareId()