Lines Matching +full:camera +full:- +full:sensor

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
178 {"ACPI0008", "Ambient Light Sensor Device"},
200 {"BMG0160", "Bosch Gyro Sensor"},
201 {"CPLM3218", "Capella Micro CM3218x Ambient Light Sensor"},
215 {"INT33BE", "Camera Sensor OV5693"},
233 {"INT33F0", "Camera Sensor MT9M114"},
236 {"INT33FB", "MIPI-CSI Camera Sensor OV2722"},
242 {"INT3403", "DPTF Temperature Sensor"},
248 {"INTCF1A", "Sony IMX175 Camera Sensor"},
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"},
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"},
306 {"PNP0C60", "Display Sensor Device"},
307 {"PNP0C70", "Dock Sensor Device"},
314 {"PNP0D80", "Windows-compatible System Power Management Controller"},
315 {"PNP0F03", "Microsoft PS/2-style Mouse"},
319 {"SMO91D0", "Sensor Hub"},
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()