Searched refs:cmos (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A 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 …]
|
| H A D | Makefile | 41 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
| H A D | Kconfig | 975 will be called rtc-cmos.
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | floppy.c | 3675 char cmos; member 3808 drive_params[drive].cmos = v.cmos; in compat_setdrvprm() 3839 v.cmos = drive_params[drive].cmos; in compat_getdrvprm() 4011 if (!drive_params[drive].cmos) in config_types() 4012 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types() 4014 if (!drive_params[drive].cmos) in config_types() 4015 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types() 4020 unsigned int type = drive_params[drive].cmos; in config_types() 4106 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open() 4458 drive_params[current_drive].cmos = ints[2]; in set_cmos() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/ |
| H A D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | cpia2.rst | 30 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | thinkpad_acpi.c | 551 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5583 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5696 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 10529 TPACPI_PARAM(cmos);
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 732 procfs: /proc/acpi/ibm/cmos 746 The range of valid cmos command numbers is 0 to 21, but not all have an 761 The cmos command interface is prone to firmware split-brain problems, as
|