Searched refs:hours (Results 1 – 18 of 18) sorted by relevance
| /drivers/rtc/ |
| A D | rtc-ds1685.c | 271 hours = rtc->read(rtc, RTC_HRS); in ds1685_rtc_read_time() 361 rtc->write(rtc, RTC_HRS, hours); in ds1685_rtc_set_time() 423 if (likely(hours < 0xc0)) in ds1685_rtc_read_alarm() 482 if (unlikely(hours >= 0xc0)) in ds1685_rtc_set_alarm() 483 hours = 0xff; in ds1685_rtc_set_alarm() 1073 u8 ctrla, ctrlb, hours; in ds1685_rtc_probe() local 1190 hours = rtc->read(rtc, RTC_HRS); in ds1685_rtc_probe() 1192 hours = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_12_BCD_MASK, in ds1685_rtc_probe() 1194 hours = ((hours == 12) ? 0 : ((am_pm) ? hours + 12 : hours)); in ds1685_rtc_probe() 1211 hours = ds1685_rtc_bcd2bin(rtc, hours, RTC_HRS_12_BCD_MASK, in ds1685_rtc_probe() [all …]
|
| /drivers/power/supply/ |
| A 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()
|
| A D | max77693_charger.c | 355 unsigned long hours) in max77693_set_fast_charge_timer() argument 367 switch (hours) { in max77693_set_fast_charge_timer() 369 data = (hours - 4) / 2 + 1; in max77693_set_fast_charge_timer()
|
| A D | max8971_charger.c | 432 unsigned long hours; in fast_charge_timer_store() local 435 err = kstrtoul(buf, 10, &hours); in fast_charge_timer_store() 439 val = hours - 3; in fast_charge_timer_store()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | i915-jsl-skips.txt | 14 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-whl-skips.txt | 14 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-cml-skips.txt | 14 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-amly-skips.txt | 16 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-apl-skips.txt | 18 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-tgl-skips.txt | 23 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-kbl-skips.txt | 17 # GEM tests takes ~1000 hours, so skip it
|
| A D | i915-glk-skips.txt | 17 # GEM tests takes ~1000 hours, so skip it
|
| /drivers/platform/x86/dell/ |
| A D | dell-laptop.c | 1168 u8 hours; member 1249 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info() 1455 if (kbd_info.hours > 63) in kbd_init_info() 1456 kbd_info.hours = 63; in kbd_init_info() 1576 if (value > kbd_info.hours) in kbd_led_timeout_store() 1620 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
|
| /drivers/gpu/drm/amd/include/ |
| A D | amd_cper.h | 92 uint8_t hours; member
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_cper.c | 47 timestamp->hours = tm.tm_hour; in amdgpu_cper_get_timestamp()
|
| /drivers/scsi/esas2r/ |
| A D | atvda.h | 954 u8 hours; member
|
| /drivers/media/test-drivers/vivid/ |
| A D | vivid-vid-cap.c | 195 tc->hours = (seq / (60 * 60 * fps)) % 24; in vid_cap_buf_finish()
|
| /drivers/media/v4l2-core/ |
| A D | v4l2-ioctl.c | 470 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()
|
Completed in 49 milliseconds