Searched refs:hours (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-ds1685.c265 u8 seconds, minutes, hours, wday, mday, month, years; local
271 hours = rtc->read(rtc, RTC_HRS);
288 tm->tm_hour = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_24_BCD_MASK,
312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; local
319 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK,
361 rtc->write(rtc, RTC_HRS, hours);
377 * There are three primary alarm registers: seconds, minutes, and hours.
388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; local
395 hours = rtc->read(rtc, RTC_HRS_ALARM);
423 if (likely(hours <
446 u8 ctrlb, seconds, minutes, hours, mday; local
1073 u8 ctrla, ctrlb, hours; local
[all...]
/linux-master/arch/m68k/apollo/
H A Dconfig.c189 t->tm_hour=rtc->hours;
199 rtc->hours=t->tm_hour;
/linux-master/arch/m68k/include/asm/
H A Dapollohw.h46 unsigned char hours, alarm_hours; member in struct:mc146818
/linux-master/drivers/power/supply/
H A Dmax14577_charger.c207 unsigned long hours)
211 switch (hours) {
213 reg_data = hours - 3;
221 hours);
206 max14577_set_fast_charge_timer(struct max14577_charger *chg, unsigned long hours) argument
H A Dmax77693_charger.c290 /* Starting from 4 hours, step by 2 hours */
303 unsigned long hours)
315 switch (hours) {
317 data = (hours - 4) / 2 + 1;
302 max77693_set_fast_charge_timer(struct max77693_charger *chg, unsigned long hours) argument
/linux-master/include/trace/events/
H A Dv4l2.h139 __entry->timecode_hours = buf->timecode.hours;
150 "seconds = %u, minutes = %u, hours = %u, "
216 __entry->timecode_hours = vbuf->timecode.hours;
226 "frames = %u, seconds = %u, minutes = %u, hours = %u, "
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c1050 * cbRES4, byte2 Maximum acceptable hours value (0 if hours not supported).
1168 u8 hours; member in struct:kbd_info
1249 info->hours = (buffer.output[3] >> 16) & 0xFF;
1465 if (kbd_info.hours > 63)
1466 kbd_info.hours = 63;
1586 if (value > kbd_info.hours)
1630 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) {
/linux-master/sound/drivers/
H A Dmts64.c137 u8 hours, u8 minutes,
351 u8 hours, u8 minutes,
365 mts64_write_command(p, hours);
350 mts64_smpte_start(struct parport *p, u8 hours, u8 minutes, u8 seconds, u8 frames, u8 idx) argument
/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h943 u16 hours; member in struct:hpi_clock_msg
951 u16 hours; member in struct:hpi_clock_res
/linux-master/tools/testing/ktest/
H A Dktest.pl682 my $hours = 0;
686 $hours = int($time / 3600);
687 $time -= $hours * 3600;
694 if ($hours > 0) {
695 doprint "$hours hour";
696 doprint "s" if ($hours > 1);
/linux-master/drivers/scsi/esas2r/
H A Datvda.h954 u8 hours; member in struct:atto_vda_date_and_time
/linux-master/sound/pci/rme9652/
H A Dhdspm.c4748 int a, ltc, frames, seconds, minutes, hours; local
4842 hours = ltc & 0xF;
4844 hours += (ltc & 0x3) * 10;
4847 hours, minutes, seconds, frames);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c191 tc->hours = (seq / (60 * 60 * fps)) % 24;
/linux-master/include/uapi/linux/
H A Dvideodev2.h949 __u8 hours; member in struct:v4l2_timecode
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c469 tc->hours, tc->minutes, tc->seconds,

Completed in 479 milliseconds