Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-cmos.c213 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local
216 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm()
231 if (cmos->day_alrm) { in cmos_read_alarm()
233 t->time.tm_mday = CMOS_READ(cmos->day_alrm) & 0x3f; in cmos_read_alarm()
237 if (cmos->mon_alrm) { in cmos_read_alarm()
238 t->time.tm_mon = CMOS_READ(cmos->mon_alrm); in cmos_read_alarm()
261 if (cmos->day_alrm) { in cmos_read_alarm()
267 if (cmos->mon_alrm) { in cmos_read_alarm()
283 static void cmos_checkintr(struct cmos_rtc *cmos, unsigned char rtc_control) in cmos_checkintr() argument
297 rtc_update_irq(cmos->rtc, 1, rtc_intr); in cmos_checkintr()
[all …]
DMakefile38 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
DKconfig754 will be called rtc-cmos.
/linux-4.1.27/block/
Dcompat_ioctl.c213 char cmos; member
363 err = __get_user(f->cmos, &uf->cmos); in compat_fd_ioctl()
436 err = __put_user(f->cmos, &uf->cmos); in compat_fd_ioctl()
/linux-4.1.27/include/uapi/linux/
Dfd.h127 signed char cmos; /* CMOS type */ member
/linux-4.1.27/drivers/block/
Dfloppy.c3576 if (!UDP->cmos) in config_types()
3577 UDP->cmos = FLOPPY0_TYPE; in config_types()
3579 if (!UDP->cmos && FLOPPY1_TYPE) in config_types()
3580 UDP->cmos = FLOPPY1_TYPE; in config_types()
3585 unsigned int type = UDP->cmos; in config_types()
3670 if ((UDP->cmos == 6) || (UDP->cmos == 5)) in floppy_open()
4021 DP->cmos = ints[2]; in set_cmos()
4110 return sprintf(buf, "%X\n", UDP->cmos); in floppy_cmos_show()
4113 static DEVICE_ATTR(cmos, S_IRUGO, floppy_cmos_show, NULL);
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt78 0x370, and if you use the 'cmos' option.
141 floppy=<drive>,<type>,cmos
/linux-4.1.27/Documentation/video4linux/
DREADME.cpia219 - Supports cameras with the Vision stv6410 (CIF) and stv6500 (VGA) cmos
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c528 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */
5071 TPACPI_ACPIHANDLE_INIT(cmos); in light_init()
5186 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init()
9337 TPACPI_PARAM(cmos);
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt689 procfs: /proc/acpi/ibm/cmos
702 The range of valid cmos command numbers is 0 to 21, but not all have an
717 The cmos command interface is prone to firmware split-brain problems, as