hours 212 arch/m68k/apollo/config.c t->tm_hour=rtc->hours; hours 222 arch/m68k/apollo/config.c rtc->hours=t->tm_hour; hours 46 arch/m68k/include/asm/apollohw.h unsigned char hours, alarm_hours; hours 201 drivers/media/platform/vivid/vivid-vid-cap.c tc->hours = (seq / (60 * 60 * fps)) % 24; hours 502 drivers/media/v4l2-core/v4l2-ioctl.c tc->hours, tc->minutes, tc->seconds, hours 1151 drivers/platform/x86/dell-laptop.c u8 hours; hours 1232 drivers/platform/x86/dell-laptop.c info->hours = (buffer.output[3] >> 16) & 0xFF; hours 1448 drivers/platform/x86/dell-laptop.c if (kbd_info.hours > 63) hours 1449 drivers/platform/x86/dell-laptop.c kbd_info.hours = 63; hours 1569 drivers/platform/x86/dell-laptop.c if (value > kbd_info.hours) hours 1613 drivers/platform/x86/dell-laptop.c } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { hours 207 drivers/power/supply/max14577_charger.c unsigned long hours) hours 211 drivers/power/supply/max14577_charger.c switch (hours) { hours 213 drivers/power/supply/max14577_charger.c reg_data = hours - 3; hours 221 drivers/power/supply/max14577_charger.c hours); hours 303 drivers/power/supply/max77693_charger.c unsigned long hours) hours 315 drivers/power/supply/max77693_charger.c switch (hours) { hours 317 drivers/power/supply/max77693_charger.c data = (hours - 4) / 2 + 1; hours 233 drivers/rtc/rtc-ds1685.c u8 seconds, minutes, hours, wday, mday, month, years; hours 239 drivers/rtc/rtc-ds1685.c hours = rtc->read(rtc, RTC_HRS); hours 257 drivers/rtc/rtc-ds1685.c tm->tm_hour = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_24_BCD_MASK, hours 281 drivers/rtc/rtc-ds1685.c u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; hours 288 drivers/rtc/rtc-ds1685.c hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, hours 330 drivers/rtc/rtc-ds1685.c rtc->write(rtc, RTC_HRS, hours); hours 357 drivers/rtc/rtc-ds1685.c u8 seconds, minutes, hours, mday, ctrlb, ctrlc; hours 364 drivers/rtc/rtc-ds1685.c hours = rtc->read(rtc, RTC_HRS_ALARM); hours 392 drivers/rtc/rtc-ds1685.c if (likely(hours < 0xc0)) hours 393 drivers/rtc/rtc-ds1685.c alrm->time.tm_hour = ds1685_rtc_bcd2bin(rtc, hours, hours 415 drivers/rtc/rtc-ds1685.c u8 ctrlb, seconds, minutes, hours, mday; hours 425 drivers/rtc/rtc-ds1685.c hours = ds1685_rtc_bin2bcd(rtc, alrm->time.tm_hour, hours 451 drivers/rtc/rtc-ds1685.c if (unlikely(hours >= 0xc0)) hours 452 drivers/rtc/rtc-ds1685.c hours = 0xff; hours 480 drivers/rtc/rtc-ds1685.c rtc->write(rtc, RTC_HRS_ALARM, hours); hours 1046 drivers/rtc/rtc-ds1685.c u8 ctrla, ctrlb, hours; hours 1187 drivers/rtc/rtc-ds1685.c hours = rtc->read(rtc, RTC_HRS); hours 1188 drivers/rtc/rtc-ds1685.c am_pm = hours & RTC_HRS_AMPM_MASK; hours 1189 drivers/rtc/rtc-ds1685.c hours = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_12_BCD_MASK, hours 1191 drivers/rtc/rtc-ds1685.c hours = ((hours == 12) ? 0 : ((am_pm) ? hours + 12 : hours)); hours 1201 drivers/rtc/rtc-ds1685.c ds1685_rtc_bin2bcd(rtc, hours, hours 1206 drivers/rtc/rtc-ds1685.c hours = rtc->read(rtc, RTC_HRS_ALARM); hours 1207 drivers/rtc/rtc-ds1685.c am_pm = hours & RTC_HRS_AMPM_MASK; hours 1208 drivers/rtc/rtc-ds1685.c hours = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_12_BCD_MASK, hours 1210 drivers/rtc/rtc-ds1685.c hours = ((hours == 12) ? 0 : ((am_pm) ? hours + 12 : hours)); hours 1214 drivers/rtc/rtc-ds1685.c ds1685_rtc_bin2bcd(rtc, hours, hours 954 drivers/scsi/esas2r/atvda.h u8 hours; hours 166 drivers/watchdog/bd70528_wdt.c unsigned int hours; hours 173 drivers/watchdog/bd70528_wdt.c hours = timeout / (60 * 60); hours 175 drivers/watchdog/bd70528_wdt.c if (hours) hours 187 drivers/watchdog/bd70528_wdt.c BD70528_MASK_WDT_HOUR, hours); hours 139 include/trace/events/v4l2.h __entry->timecode_hours = buf->timecode.hours; hours 216 include/trace/events/v4l2.h __entry->timecode_hours = vbuf->timecode.hours; hours 858 include/uapi/linux/videodev2.h __u8 hours; hours 138 sound/drivers/mts64.c u8 hours, u8 minutes, hours 352 sound/drivers/mts64.c u8 hours, u8 minutes, hours 366 sound/drivers/mts64.c mts64_write_command(p, hours); hours 943 sound/pci/asihpi/hpi_internal.h u16 hours; hours 951 sound/pci/asihpi/hpi_internal.h u16 hours; hours 4753 sound/pci/rme9652/hdspm.c int a, ltc, frames, seconds, minutes, hours; hours 4847 sound/pci/rme9652/hdspm.c hours = ltc & 0xF; hours 4849 sound/pci/rme9652/hdspm.c hours += (ltc & 0x3) * 10; hours 4852 sound/pci/rme9652/hdspm.c hours, minutes, seconds, frames);