Searched refs:cmos (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-cmos.c | 248 struct cmos_rtc *cmos; member 264 if (p->cmos->day_alrm) { in cmos_read_alarm_callback() 266 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback() 270 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback() 271 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback() 282 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 284 .cmos = cmos, in cmos_read_alarm() 289 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() 322 if (cmos->day_alrm) { in cmos_read_alarm() 328 if (cmos->mon_alrm) { in cmos_read_alarm() [all …]
|
| H A D | Makefile | 45 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
| H A D | Kconfig | 1063 will be called rtc-cmos.
|
| /linux/include/uapi/linux/ |
| H A D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 425 /*F1*/ "clear-cmos-control", /* out: BMC_ASSERT_CLR_CMOS_L */
|
| H A D | aspeed-bmc-tyan-s7106.dts | 478 /*F1*/ "clear-cmos-control", /* out: BMC_CLR_CMOS_N */
|
| H A D | aspeed-bmc-facebook-harma.dts | 773 "FM_BOARD_REV_ID0","reset-control-cmos-clear",
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 596 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5339 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5466 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 11839 TPACPI_PARAM(cmos);
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 744 procfs: /proc/acpi/ibm/cmos 758 The range of valid cmos command numbers is 0 to 21, but not all have an 773 The cmos command interface is prone to firmware split-brain problems, as
|