| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-cmos.c | 3 * RTC class driver for "CMOS RTC": PCs, ACPI, etc 10 * The original "cmos clock" chip was an MC146818 chip, now obsolete. 253 struct cmos_rtc *cmos; member 269 if (p->cmos->day_alrm) { in cmos_read_alarm_callback() 271 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback() 275 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback() 276 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback() 287 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 289 .cmos = cmos, in cmos_read_alarm() 294 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() [all …]
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-cmos.c | 3 * RTC class driver for "CMOS RTC": PCs, ACPI, etc 10 * The original "cmos clock" chip was an MC146818 chip, now obsolete. 253 struct cmos_rtc *cmos; member 269 if (p->cmos->day_alrm) { in cmos_read_alarm_callback() 271 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback() 275 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback() 276 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback() 287 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 289 .cmos = cmos, in cmos_read_alarm() 294 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() [all …]
|
| /kernel/linux/linux-6.6/drivers/platform/x86/siemens/ |
| D | Kconfig | 18 tristate "CMOS battery driver for Siemens Simatic IPCs" 23 This option enables support for monitoring the voltage of the CMOS 30 tristate "CMOS Battery monitoring for Simatic IPCs based on Apollo Lake GPIO" 35 This option enables CMOS battery monitoring for Simatic Industrial PCs 42 tristate "CMOS Battery monitoring for Simatic IPCs based on Elkhart Lake GPIO" 47 This option enables CMOS battery monitoring for Simatic Industrial PCs 54 tristate "CMOS Battery monitoring for Simatic IPCs based on Nuvoton GPIO" 60 This option enables CMOS battery monitoring for Simatic Industrial PCs
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/ |
| D | thine,thc63lvd1024.yaml | 16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL 38 CMOS/TTL port and port@3 shall not contain any endpoint. In dual output 39 mode pixels are output from both CMOS/TTL ports and both port@2 and 53 description: First digital CMOS/TTL parallel output 57 description: Second digital CMOS/TTL parallel output
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | ti,lmk04832.yaml | 122 CMOS (Off/Inverted) 0x0a 123 CMOS (Normal/Off) 0x0b 124 CMOS (Inverted/Inverted) 0x0c 125 CMOS (Inverted/Normal) 0x0d 126 CMOS (Normal/Inverted) 0x0e 127 CMOS (Normal/Normal) 0x0f
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpio-pcie-idio-24.c | 80 * @ttl_out0_7: Read: TTL/CMOS Outputs 0-7 81 * Write: TTL/CMOS Outputs 0-7 88 * @ttl_in0_7: Read: TTL/CMOS Inputs 0-7 96 * @cos_ttl0_7: Read: COS Status TTL/CMOS 0-7 97 * Write: COS Clear TTL/CMOS 0-7 155 /* TTL/CMOS I/O */ in idio_24_gpio_get_direction() 156 /* OUT MODE = 1 when TTL/CMOS Output Mode is set */ in idio_24_gpio_get_direction() 171 /* TTL/CMOS I/O */ in idio_24_gpio_direction_input() 175 /* Clear TTL/CMOS Output Mode */ in idio_24_gpio_direction_input() 193 /* TTL/CMOS I/O */ in idio_24_gpio_direction_output() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | imx7-csi.txt | 1 Freescale i.MX7 CMOS Sensor Interface 7 This is device node for the CMOS Sensor Interface (CSI) which enables the chip 8 to connect directly to external CMOS image sensors.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/ |
| D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos 144 Sets the CMOS type of <drive> to <type>. This is mandatory if 146 described in the physical CMOS), or if your BIOS uses 147 non-standard CMOS types. The CMOS types are: 150 0 Use the value of the physical CMOS
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/blockdev/ |
| D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos 144 Sets the CMOS type of <drive> to <type>. This is mandatory if 146 described in the physical CMOS), or if your BIOS uses 147 non-standard CMOS types. The CMOS types are: 150 0 Use the value of the physical CMOS
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | nxp,imx7-csi.yaml | 7 title: i.MX7 and i.MX8 CSI bridge (CMOS Sensor Interface) 13 This is device node for the CMOS Sensor Interface (CSI) which enables the 14 chip to connect directly to external CMOS image sensors.
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | acpi_cmos_rtc.c | 3 * ACPI support for CMOS RTC Address Space access 62 pr_err(PREFIX "Error installing CMOS-RTC region handler\n"); in acpi_install_cmos_rtc_space_handler() 73 pr_err(PREFIX "Error removing CMOS-RTC region handler\n"); in acpi_remove_cmos_rtc_space_handler()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | imx290.txt | 1 * Sony IMX290 1/2.8-Inch CMOS Image Sensor 3 The Sony IMX290 is a 1/2.8-Inch CMOS Solid-state image sensor with 5 interfaces. The sensor output is available via CMOS logic parallel SDR output,
|
| D | mt9m111.txt | 1 Micron 1.3Mp CMOS Digital Image Sensor 3 The Micron MT9M111 is a CMOS active pixel digital image sensor with an active
|
| D | mt9p031.txt | 1 * Aptina 1/2.5-Inch 5Mp CMOS Digital Image Sensor 3 The Aptina MT9P031 is a 1/2.5-inch CMOS active pixel digital image sensor with
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | rtc.c | 20 * CMOS/RTC registers. See arch/x86/include/asm/mc146818rtc.h for details. 30 * In order to set the CMOS clock precisely, mach_set_cmos_time has to be 32 * nowtime is written into the registers of the CMOS clock, it will 80 /* Routines for accessing the CMOS RAM/RTC. */
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| D | acpi_cmos_rtc.c | 3 * ACPI support for CMOS RTC Address Space access 63 pr_err("Error installing CMOS-RTC region handler\n"); in acpi_install_cmos_rtc_space_handler() 75 pr_err("Error removing CMOS-RTC region handler\n"); in acpi_remove_cmos_rtc_space_handler()
|
| /kernel/linux/linux-6.6/Documentation/arch/ia64/ |
| D | efirtc.rst | 28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock 32 the CMOS clock, we decided to expose an API that was very similar to the one 64 Read the CMOS clock:: 68 Write the CMOS clock::
|
| /kernel/linux/linux-5.10/Documentation/ia64/ |
| D | efirtc.rst | 28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock 32 the CMOS clock, we decided to expose an API that was very similar to the one 64 Read the CMOS clock:: 68 Write the CMOS clock::
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | thine,thc63lvd1024.yaml | 16 modes, handling up to two LVDS input streams and up to two digital CMOS/TTL 56 description: First digital CMOS/TTL parallel output 60 description: Second digital CMOS/TTL parallel output
|
| /kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/ |
| D | Kconfig | 3 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" 12 CMOS camera controller. This is the controller found on first-
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | rtc.c | 23 * CMOS/RTC registers. See include/asm-i386/mc146818rtc.h for details. 36 * In order to set the CMOS clock precisely, set_rtc_mmss has to be 38 * nowtime is written into the registers of the CMOS clock, it will 125 /* Routines for accessing the CMOS RAM/RTC. */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | sony,imx290.yaml | 7 title: Sony IMX290 1/2.8-Inch CMOS Image Sensor 14 The Sony IMX290 is a 1/2.8-Inch CMOS Solid-state image sensor with Square 18 The sensor output is available via CMOS logic parallel SDR output, Low voltage
|
| D | mt9m111.txt | 1 Micron 1.3Mp CMOS Digital Image Sensor 3 The Micron MT9M111 is a CMOS active pixel digital image sensor with an active
|
| D | mt9v032.txt | 1 * Aptina 1/3-Inch WVGA CMOS Digital Image Sensor 3 The Aptina MT9V032 is a 1/3-inch CMOS active pixel digital image sensor with
|
| /kernel/linux/linux-6.6/drivers/media/platform/marvell/ |
| D | Kconfig | 6 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" 16 CMOS camera controller. This is the controller found on first-
|