Lines Matching +full:generic +full:- +full:xhci

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
187 {"ACPI0011", "Generic Buttons Device"},
189 {"ACPI0013", "Generic Event Device"},
236 {"INT33FB", "MIPI-CSI Camera Sensor OV2722"},
251 {"INVN6500", "InvenSense MPU-6500 Six Axis Gyroscope and Accelerometer"},
263 {"PNP0000", "8259-compatible Programmable Interrupt Controller"},
266 {"PNP0003", "IO-APIC Interrupt Controller"},
267 {"PNP0100", "PC-class System Timer"},
269 {"PNP0200", "PC-class DMA Controller"},
273 {"PNP0303", "IBM Enhanced Keyboard (101/102-key, PS/2 Mouse)"},
277 {"PNP0501", "16550A-compatible COM Serial Port"},
278 {"PNP0510", "Generic IRDA-compatible Device"},
281 {"PNP0A05", "Generic Container Device"},
282 {"PNP0A06", "Generic Container 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"},
309 {"PNP0D10", "XHCI USB Controller with debug"},
310 {"PNP0D15", "XHCI USB Controller without debug"},
314 {"PNP0D80", "Windows-compatible System Power Management Controller"},
315 {"PNP0F03", "Microsoft PS/2-style Mouse"},
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()