Searched refs:cmos (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/drivers/rtc/ |
D | rtc-cmos.c | 253 struct cmos_rtc *cmos; member 269 if (p->cmos->day_alrm) { in cmos_read_alarm_callback() 271 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback() 275 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback() 276 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback() 287 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local 289 .cmos = cmos, in cmos_read_alarm() 294 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm() 327 if (cmos->day_alrm) { in cmos_read_alarm() 333 if (cmos->mon_alrm) { in cmos_read_alarm() [all …]
|
D | Makefile | 42 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
D | Kconfig | 975 will be called rtc-cmos.
|
/linux-6.6.21/drivers/block/ |
D | floppy.c | 3585 char cmos; member 3718 drive_params[drive].cmos = v.cmos; in compat_setdrvprm() 3749 v.cmos = drive_params[drive].cmos; in compat_getdrvprm() 3921 if (!drive_params[drive].cmos) in config_types() 3922 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types() 3924 if (!drive_params[drive].cmos) in config_types() 3925 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types() 3930 unsigned int type = drive_params[drive].cmos; in config_types() 4016 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open() 4366 drive_params[current_drive].cmos = ints[2]; in set_cmos() [all …]
|
/linux-6.6.21/include/uapi/linux/ |
D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 48 description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
|
D | rohm,bd71815-pmic.yaml | 48 description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
|
/linux-6.6.21/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
/linux-6.6.21/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-tyan-s8036.dts | 425 /*F1*/ "clear-cmos-control", /* out: BMC_ASSERT_CLR_CMOS_L */
|
D | aspeed-bmc-tyan-s7106.dts | 478 /*F1*/ "clear-cmos-control", /* out: BMC_CLR_CMOS_N */
|
/linux-6.6.21/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-6.6.21/drivers/platform/x86/ |
D | thinkpad_acpi.c | 573 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5467 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5594 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 11577 TPACPI_PARAM(cmos);
|