/Linux-v5.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 = dev_get_drvdata(dev); in cmos_read_alarm() local 257 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() 270 if (cmos->day_alrm) { in cmos_read_alarm() 272 t->time.tm_mday = CMOS_READ(cmos->day_alrm) & 0x3f; in cmos_read_alarm() 276 if (cmos->mon_alrm) { in cmos_read_alarm() 277 t->time.tm_mon = CMOS_READ(cmos->mon_alrm); in cmos_read_alarm() 300 if (cmos->day_alrm) { in cmos_read_alarm() 306 if (cmos->mon_alrm) { in cmos_read_alarm() [all …]
|
D | rtc-pcf8583.c | 207 * CMOS copy of the year. Any difference indicates in pcf8583_rtc_read_time() 208 * that we have to correct the CMOS version. in pcf8583_rtc_read_time() 241 * significant two bits of the CMOS year. in pcf8583_rtc_set_time()
|
/Linux-v5.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 …]
|
/Linux-v5.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.
|
D | allwinner,sun4i-a10-csi.yaml | 7 title: Allwinner A10 CMOS Sensor Interface (CSI) Device Tree Bindings 14 The Allwinner A10 and later has a CMOS Sensor Interface to retrieve
|
/Linux-v5.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
|
/Linux-v5.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
|
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
|
D | ov7251.txt | 1 * Omnivision 1/7.5-Inch B&W VGA CMOS Digital Image Sensor 3 The Omnivision OV7251 is a 1/7.5-Inch CMOS active pixel digital image sensor
|
D | ov5645.txt | 1 * Omnivision 1/4-Inch 5Mp CMOS Digital Image Sensor 3 The Omnivision OV5645 is a 1/4-Inch CMOS active pixel digital image sensor with
|
D | sony,imx274.yaml | 7 title: Sony 1/2.5-Inch 8.51MP CMOS Digital Image Sensor 13 The Sony IMX274 is a 1/2.5-inch CMOS active pixel digital image sensor with an
|
D | sony,imx214.txt | 1 * Sony 1/3.06-Inch 13.13Mp CMOS Digital Image Sensor 3 The Sony imx214 is a 1/3.06-inch CMOS active pixel digital image sensor with
|
D | imx219.yaml | 7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor 13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
|
D | ov8856.yaml | 8 title: Omnivision OV8856 CMOS Sensor Device Tree Bindings 14 The Omnivision OV8856 is a high performance, 1/4-inch, 8 megapixel, CMOS
|
/Linux-v5.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()
|
/Linux-v5.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::
|
/Linux-v5.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
|
/Linux-v5.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-
|
/Linux-v5.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. */
|
/Linux-v5.10/arch/x86/include/asm/ |
D | floppy.h | 253 * Floppy types are stored in the rtc's CMOS RAM and so rtc_lock 254 * is needed to prevent corrupted CMOS RAM in case "insmod floppy" 255 * coincides with another rtc CMOS user. Paul G.
|
/Linux-v5.10/arch/mips/include/asm/ |
D | mc146818-time.h | 22 * In order to set the CMOS clock precisely, set_rtc_mmss has to be 24 * nowtime is written into the registers of the CMOS clock, it will
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | platform-cardlist.rst | 23 cafe_ccic Marvell 88ALP01 (Cafe) CMOS Camera Controller 63 sun4i-csi Allwinner A10 CMOS Sensor Interface Support
|
/Linux-v5.10/drivers/media/platform/sunxi/sun4i-csi/ |
D | Kconfig | 4 tristate "Allwinner A10 CMOS Sensor Interface Support"
|