Home
last modified time | relevance | path

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

/linux-6.15/drivers/rtc/
H A Drtc-cmos.c284 .cmos = cmos, in cmos_read_alarm()
376 if (cmos->wake_on) in cmos_irq_enable()
377 cmos->wake_on(cmos->dev); in cmos_irq_enable()
394 if (cmos->wake_off) in cmos_irq_disable()
395 cmos->wake_off(cmos->dev); in cmos_irq_disable()
515 .cmos = cmos, in cmos_set_alarm()
1157 free_irq(cmos->irq, cmos->rtc); in cmos_do_remove()
1165 cmos->rtc = NULL; in cmos_do_remove()
1172 cmos->iomem = NULL; in cmos_do_remove()
1174 cmos->dev = NULL; in cmos_do_remove()
[all …]
H A DMakefile44 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
H A DKconfig1031 will be called rtc-cmos.
/linux-6.15/drivers/block/
H A Dfloppy.c3589 char cmos; member
3722 drive_params[drive].cmos = v.cmos; in compat_setdrvprm()
3753 v.cmos = drive_params[drive].cmos; in compat_getdrvprm()
3925 if (!drive_params[drive].cmos) in config_types()
3926 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types()
3928 if (!drive_params[drive].cmos) in config_types()
3929 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types()
3934 unsigned int type = drive_params[drive].cmos; in config_types()
4020 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open()
4370 drive_params[current_drive].cmos = ints[2]; in set_cmos()
[all …]
/linux-6.15/include/uapi/linux/
H A Dfd.h128 signed char cmos; /* CMOS type */ member
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Drohm,bd71828-pmic.yaml53 description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
H A Drohm,bd71815-pmic.yaml48 description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dfloppy.rst81 0x370, and if you use the 'cmos' option.
143 floppy=<drive>,<type>,cmos
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s8036.dts425 /*F1*/ "clear-cmos-control", /* out: BMC_ASSERT_CLR_CMOS_L */
H A Daspeed-bmc-tyan-s7106.dts478 /*F1*/ "clear-cmos-control", /* out: BMC_CLR_CMOS_N */
H A Daspeed-bmc-facebook-harma.dts678 "FM_BOARD_REV_ID0","reset-control-cmos-clear",
/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c595 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */
5312 TPACPI_ACPIHANDLE_INIT(cmos); in light_init()
5439 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init()
11797 TPACPI_PARAM(cmos);
/linux-6.15/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst744 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