Searched refs:cmos (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/rtc/ |
| D | rtc-cmos.c | 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() 321 static void cmos_checkintr(struct cmos_rtc *cmos, unsigned char rtc_control) in cmos_checkintr() argument 335 rtc_update_irq(cmos->rtc, 1, rtc_intr); in cmos_checkintr() [all …]
|
| D | Makefile | 41 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
| D | Kconfig | 963 will be called rtc-cmos.
|
| /Linux-v5.10/include/uapi/linux/ |
| D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /Linux-v5.10/drivers/block/ |
| D | floppy.c | 3654 char cmos; member 3787 drive_params[drive].cmos = v.cmos; in compat_setdrvprm() 3818 v.cmos = drive_params[drive].cmos; in compat_getdrvprm() 3990 if (!drive_params[drive].cmos) in config_types() 3991 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types() 3993 if (!drive_params[drive].cmos) in config_types() 3994 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types() 3999 unsigned int type = drive_params[drive].cmos; in config_types() 4085 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open() 4437 drive_params[current_drive].cmos = ints[2]; in set_cmos() [all …]
|
| /Linux-v5.10/Documentation/admin-guide/blockdev/ |
| D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
| /Linux-v5.10/Documentation/admin-guide/media/ |
| D | cpia2.rst | 30 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
|
| /Linux-v5.10/drivers/platform/x86/ |
| D | thinkpad_acpi.c | 551 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5589 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5702 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 10519 TPACPI_PARAM(cmos);
|
| /Linux-v5.10/Documentation/admin-guide/laptops/ |
| D | thinkpad-acpi.rst | 732 procfs: /proc/acpi/ibm/cmos 746 The range of valid cmos command numbers is 0 to 21, but not all have an 761 The cmos command interface is prone to firmware split-brain problems, as
|