Searched refs:hours (Results 1 – 8 of 8) sorted by relevance
/drivers/rtc/ |
D | rtc-ds1685.c | 233 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local 239 hours = rtc->read(rtc, RTC_HRS); in ds1685_rtc_read_time() 257 tm->tm_hour = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_24_BCD_MASK, in ds1685_rtc_read_time() 281 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local 288 hours = ds1685_rtc_bin2bcd(rtc, tm->tm_hour, RTC_HRS_24_BIN_MASK, in ds1685_rtc_set_time() 330 rtc->write(rtc, RTC_HRS, hours); in ds1685_rtc_set_time() 357 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 364 hours = rtc->read(rtc, RTC_HRS_ALARM); in ds1685_rtc_read_alarm() 392 if (likely(hours < 0xc0)) in ds1685_rtc_read_alarm() 393 alrm->time.tm_hour = ds1685_rtc_bcd2bin(rtc, hours, in ds1685_rtc_read_alarm() [all …]
|
/drivers/watchdog/ |
D | bd70528_wdt.c | 166 unsigned int hours; in bd70528_wdt_set_timeout() local 173 hours = timeout / (60 * 60); in bd70528_wdt_set_timeout() 175 if (hours) in bd70528_wdt_set_timeout() 187 BD70528_MASK_WDT_HOUR, hours); in bd70528_wdt_set_timeout()
|
/drivers/power/supply/ |
D | max14577_charger.c | 207 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()
|
D | max77693_charger.c | 303 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/ |
D | dell-laptop.c | 1151 u8 hours; member 1232 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info() 1448 if (kbd_info.hours > 63) in kbd_init_info() 1449 kbd_info.hours = 63; in kbd_init_info() 1569 if (value > kbd_info.hours) in kbd_led_timeout_store() 1613 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
|
/drivers/scsi/esas2r/ |
D | atvda.h | 954 u8 hours; member
|
/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 201 tc->hours = (seq / (60 * 60 * fps)) % 24; in vid_cap_buf_finish()
|
/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 502 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()
|