Searched refs:cmos (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/rtc/ |
D | rtc-cmos.c | 247 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 251 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() 264 if (cmos->day_alrm) { in cmos_read_alarm() 266 t->time.tm_mday = CMOS_READ(cmos->day_alrm) & 0x3f; in cmos_read_alarm() 270 if (cmos->mon_alrm) { in cmos_read_alarm() 271 t->time.tm_mon = CMOS_READ(cmos->mon_alrm); in cmos_read_alarm() 294 if (cmos->day_alrm) { in cmos_read_alarm() 300 if (cmos->mon_alrm) { in cmos_read_alarm() 315 static void cmos_checkintr(struct cmos_rtc *cmos, unsigned char rtc_control) in cmos_checkintr() argument 329 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 | 976 will be called rtc-cmos.
|
/Linux-v5.15/drivers/block/ |
D | floppy.c | 3563 char cmos; member 3696 drive_params[drive].cmos = v.cmos; in compat_setdrvprm() 3727 v.cmos = drive_params[drive].cmos; in compat_getdrvprm() 3899 if (!drive_params[drive].cmos) in config_types() 3900 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types() 3902 if (!drive_params[drive].cmos) in config_types() 3903 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types() 3908 unsigned int type = drive_params[drive].cmos; in config_types() 3994 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open() 4346 drive_params[current_drive].cmos = ints[2]; in set_cmos() [all …]
|
/Linux-v5.15/include/uapi/linux/ |
D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
/Linux-v5.15/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | cpia2.rst | 30 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
|
/Linux-v5.15/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 734 procfs: /proc/acpi/ibm/cmos 748 The range of valid cmos command numbers is 0 to 21, but not all have an 763 The cmos command interface is prone to firmware split-brain problems, as
|
/Linux-v5.15/drivers/platform/x86/ |
D | thinkpad_acpi.c | 559 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5621 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5734 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 11254 TPACPI_PARAM(cmos);
|