Searched refs:cmos (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/rtc/ |
D | rtc-cmos.c | 244 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 247 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() 260 if (cmos->day_alrm) { in cmos_read_alarm() 262 t->time.tm_mday = CMOS_READ(cmos->day_alrm) & 0x3f; in cmos_read_alarm() 266 if (cmos->mon_alrm) { in cmos_read_alarm() 267 t->time.tm_mon = CMOS_READ(cmos->mon_alrm); in cmos_read_alarm() 290 if (cmos->day_alrm) { in cmos_read_alarm() 296 if (cmos->mon_alrm) { in cmos_read_alarm() 311 static void cmos_checkintr(struct cmos_rtc *cmos, unsigned char rtc_control) in cmos_checkintr() argument 325 rtc_update_irq(cmos->rtc, 1, rtc_intr); in cmos_checkintr() [all …]
|
D | Makefile | 42 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
D | Kconfig | 888 will be called rtc-cmos.
|
/Linux-v4.19/drivers/block/ |
D | floppy.c | 3583 char cmos; member 3713 UDP->cmos = v.cmos; in compat_setdrvprm() 3743 v.cmos = UDP->cmos; in compat_getdrvprm() 3911 if (!UDP->cmos) in config_types() 3912 UDP->cmos = FLOPPY0_TYPE; in config_types() 3914 if (!UDP->cmos && FLOPPY1_TYPE) in config_types() 3915 UDP->cmos = FLOPPY1_TYPE; in config_types() 3920 unsigned int type = UDP->cmos; in config_types() 4006 if ((UDP->cmos == 6) || (UDP->cmos == 5)) in floppy_open() 4361 DP->cmos = ints[2]; in set_cmos() [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
/Linux-v4.19/Documentation/blockdev/ |
D | floppy.txt | 78 0x370, and if you use the 'cmos' option. 141 floppy=<drive>,<type>,cmos
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cpia2.rst | 28 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
|
/Linux-v4.19/drivers/platform/x86/ |
D | thinkpad_acpi.c | 560 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5542 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5655 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 10178 TPACPI_PARAM(cmos);
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 693 procfs: /proc/acpi/ibm/cmos 706 The range of valid cmos command numbers is 0 to 21, but not all have an 721 The cmos command interface is prone to firmware split-brain problems, as
|