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

3  * Module Name: ahids - Table of ACPI/PNP _HID/_CID values
11 * Some or all of this work - Copyright (c) 1999 - 2018, 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
204 {"INBC0000", "GPIO Expander"},
205 {"INT0002", "Virtual GPIO Controller"},
221 {"INT33C7", "Intel Serial I/O GPIO Host Controller"},
226 {"INT33D1", "Intel GPIO Buttons"},
227 {"INT33D2", "Intel GPIO Buttons"},
228 {"INT33D3", "Intel GPIO Buttons"},
229 {"INT33D4", "Intel GPIO Buttons"},
232 {"INT33F4", "XPOWER PMIC Controller"},
233 {"INT33F5", "TI PMIC Controller"},
234 {"INT33FB", "MIPI-CSI Camera Sensor OV2722"},
235 {"INT33FC", "Intel Baytrail GPIO Controller"},
247 {"INTCFD9", "Intel Baytrail SOC GPIO Controller"},
249 {"INVN6500", "InvenSense MPU-6500 Six Axis Gyroscope and Accelerometer"},
261 {"PNP0000", "8259-compatible Programmable Interrupt Controller"},
264 {"PNP0003", "IO-APIC Interrupt Controller"},
265 {"PNP0100", "PC-class System Timer"},
267 {"PNP0200", "PC-class DMA Controller"},
271 {"PNP0303", "IBM Enhanced Keyboard (101/102-key, PS/2 Mouse)"},
275 {"PNP0501", "16550A-compatible COM Serial Port"},
276 {"PNP0510", "Generic IRDA-compatible Device"},
282 {"PNP0B00", "AT Real-Time Clock"},
283 {"PNP0B01", "Intel PIIX4-compatible RTC/CMOS Device"},
284 {"PNP0B02", "Dallas Semiconductor-compatible RTC/CMOS Device"},
287 {"PNP0C04", "x87-compatible Floating Point Processing Unit"},
312 {"PNP0D80", "Windows-compatible System Power Management Controller"},
313 {"PNP0F03", "Microsoft PS/2-style Mouse"},
330 * PARAMETERS: HardwareId - String representation of an _HID or _CID
345 for (Info = AslDeviceIds; Info->Name; Info++) in AcpiAhMatchHardwareId()
347 if (!strcmp (HardwareId, Info->Name)) in AcpiAhMatchHardwareId()