Home
last modified time | relevance | path

Searched refs:cmos (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/rtc/
Drtc-cmos.c253 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 …]
DMakefile46 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
DKconfig945 will be called rtc-cmos.
/Linux-v5.4/drivers/block/
Dfloppy.c3600 char cmos; member
3732 UDP->cmos = v.cmos; in compat_setdrvprm()
3762 v.cmos = UDP->cmos; in compat_getdrvprm()
3930 if (!UDP->cmos) in config_types()
3931 UDP->cmos = FLOPPY0_TYPE; in config_types()
3933 if (!UDP->cmos) in config_types()
3934 UDP->cmos = FLOPPY1_TYPE; in config_types()
3939 unsigned int type = UDP->cmos; in config_types()
4025 if ((UDP->cmos == 6) || (UDP->cmos == 5)) in floppy_open()
4381 DP->cmos = ints[2]; in set_cmos()
[all …]
/Linux-v5.4/include/uapi/linux/
Dfd.h128 signed char cmos; /* CMOS type */ member
/Linux-v5.4/Documentation/admin-guide/blockdev/
Dfloppy.rst81 0x370, and if you use the 'cmos' option.
143 floppy=<drive>,<type>,cmos
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcpia2.rst30 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
/Linux-v5.4/drivers/platform/x86/
Dthinkpad_acpi.c550 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */
5597 TPACPI_ACPIHANDLE_INIT(cmos); in light_init()
5710 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init()
10387 TPACPI_PARAM(cmos);
/Linux-v5.4/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst731 procfs: /proc/acpi/ibm/cmos
745 The range of valid cmos command numbers is 0 to 21, but not all have an
760 The cmos command interface is prone to firmware split-brain problems, as