Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 7 of 7) sorted by relevance

/drivers/rtc/
Drtc-ds1685.c265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
271 hours = rtc->read(rtc, RTC_HRS); in ds1685_rtc_read_time()
288 tm->tm_hour = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_24_BCD_MASK, in ds1685_rtc_read_time()
312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local
319 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time()
361 rtc->write(rtc, RTC_HRS, hours); in ds1685_rtc_set_time()
388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local
395 hours = rtc->read(rtc, RTC_HRS_ALARM); in ds1685_rtc_read_alarm()
423 if (likely(hours < 0xc0)) in ds1685_rtc_read_alarm()
424 alrm->time.tm_hour = ds1685_rtc_bcd2bin(rtc, hours, in ds1685_rtc_read_alarm()
[all …]
/drivers/power/supply/
Dmax14577_charger.c207 unsigned long hours) in max14577_set_fast_charge_timer() argument
211 switch (hours) { in max14577_set_fast_charge_timer()
213 reg_data = hours - 3; in max14577_set_fast_charge_timer()
221 hours); in max14577_set_fast_charge_timer()
Dmax77693_charger.c303 unsigned long hours) in max77693_set_fast_charge_timer() argument
315 switch (hours) { in max77693_set_fast_charge_timer()
317 data = (hours - 4) / 2 + 1; in max77693_set_fast_charge_timer()
/drivers/platform/x86/dell/
Ddell-laptop.c1168 u8 hours; member
1249 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info()
1465 if (kbd_info.hours > 63) in kbd_init_info()
1466 kbd_info.hours = 63; in kbd_init_info()
1586 if (value > kbd_info.hours) in kbd_led_timeout_store()
1630 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
/drivers/scsi/esas2r/
Datvda.h954 u8 hours; member
/drivers/media/test-drivers/vivid/
Dvivid-vid-cap.c194 tc->hours = (seq / (60 * 60 * fps)) % 24; in vid_cap_buf_finish()
/drivers/media/v4l2-core/
Dv4l2-ioctl.c469 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()