Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-ds1685.c271 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 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()
A Dmax77693_charger.c355 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 Dmax8971_charger.c432 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 Di915-jsl-skips.txt14 # GEM tests takes ~1000 hours, so skip it
A Di915-whl-skips.txt14 # GEM tests takes ~1000 hours, so skip it
A Di915-cml-skips.txt14 # GEM tests takes ~1000 hours, so skip it
A Di915-amly-skips.txt16 # GEM tests takes ~1000 hours, so skip it
A Di915-apl-skips.txt18 # GEM tests takes ~1000 hours, so skip it
A Di915-tgl-skips.txt23 # GEM tests takes ~1000 hours, so skip it
A Di915-kbl-skips.txt17 # GEM tests takes ~1000 hours, so skip it
A Di915-glk-skips.txt17 # GEM tests takes ~1000 hours, so skip it
/drivers/platform/x86/dell/
A Ddell-laptop.c1168 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 Damd_cper.h92 uint8_t hours; member
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cper.c47 timestamp->hours = tm.tm_hour; in amdgpu_cper_get_timestamp()
/drivers/scsi/esas2r/
A Datvda.h954 u8 hours; member
/drivers/media/test-drivers/vivid/
A Dvivid-vid-cap.c195 tc->hours = (seq / (60 * 60 * fps)) % 24; in vid_cap_buf_finish()
/drivers/media/v4l2-core/
A Dv4l2-ioctl.c470 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()

Completed in 49 milliseconds