Lines Matching +full:pmic +full:- +full:gpio

3  * Module Name: ahids - Table of ACPI/PNP _HID/_CID values
8 * Copyright (C) 2000 - 2016, Intel Corp.
22 * 3. Neither the names of the above-listed copyright holders nor the names
95 {"INBC0000", "GPIO Expander"},
96 {"INT0002", "Virtual GPIO Controller"},
112 {"INT33C7", "Intel Serial I/O GPIO Host Controller"},
117 {"INT33D1", "Intel GPIO Buttons"},
118 {"INT33D2", "Intel GPIO Buttons"},
119 {"INT33D3", "Intel GPIO Buttons"},
120 {"INT33D4", "Intel GPIO Buttons"},
123 {"INT33F4", "XPOWER PMIC Controller"},
124 {"INT33F5", "TI PMIC Controller"},
125 {"INT33FB", "MIPI-CSI Camera Sensor OV2722"},
126 {"INT33FC", "Intel Baytrail GPIO Controller"},
138 {"INTCFD9", "Intel Baytrail SOC GPIO Controller"},
140 {"INVN6500", "InvenSense MPU-6500 Six Axis Gyroscope and Accelerometer"},
152 {"PNP0000", "8259-compatible Programmable Interrupt Controller"},
155 {"PNP0003", "IO-APIC Interrupt Controller"},
156 {"PNP0100", "PC-class System Timer"},
158 {"PNP0200", "PC-class DMA Controller"},
162 {"PNP0303", "IBM Enhanced Keyboard (101/102-key, PS/2 Mouse)"},
166 {"PNP0501", "16550A-compatible COM Serial Port"},
167 {"PNP0510", "Generic IRDA-compatible Device"},
173 {"PNP0B00", "AT Real-Time Clock"},
174 {"PNP0B01", "Intel PIIX4-compatible RTC/CMOS Device"},
175 {"PNP0B02", "Dallas Semiconductor-compatible RTC/CMOS Device"},
178 {"PNP0C04", "x87-compatible Floating Point Processing Unit"},
203 {"PNP0D80", "Windows-compatible System Power Management Controller"},
204 {"PNP0F03", "Microsoft PS/2-style Mouse"},
221 * PARAMETERS: HardwareId - String representation of an _HID or _CID
236 for (Info = AslDeviceIds; Info->Name; Info++) in AcpiAhMatchHardwareId()
238 if (!strcmp (HardwareId, Info->Name)) in AcpiAhMatchHardwareId()