/linux/drivers/rtc/ |
H A D | rtc-ds1685.c | 265 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 …]
|
/linux/drivers/power/supply/ |
H 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()
|
H 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()
|
/linux/arch/m68k/apollo/ |
H A D | config.c | 189 t->tm_hour=rtc->hours; in dn_dummy_hwclk() 199 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
|
/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 17 RTCs that support alarms. Can be set upto 24 hours in the 22 powerful interface, which can issue alarms beyond 24 hours and
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-wingtech-wt865x8.dtsi | 43 energy-full-design-microwatt-hours = <8740000>; 44 charge-full-design-microamp-hours = <2300000>;
|
H A D | msm8916-lg-m216.dts | 29 energy-full-design-microwatt-hours = <8800000>; 30 charge-full-design-microamp-hours = <2300000>;
|
H A D | msm8916-gplus-fl8005a.dts | 32 energy-full-design-microwatt-hours = <13690000>; 33 charge-full-design-microamp-hours = <3700000>;
|
H A D | msm8996-oneplus3.dts | 24 charge-full-design-microamp-hours = <3000000>;
|
H A D | msm8996-oneplus3t.dts | 25 charge-full-design-microamp-hours = <3400000>;
|
H A D | sm8250-xiaomi-pipa.dts | 56 energy-full-design-microwatt-hours = <16700000>; 57 charge-full-design-microamp-hours = <4420000>; 63 energy-full-design-microwatt-hours = <16700000>; 64 charge-full-design-microamp-hours = <4420000>;
|
H A D | sdm845-oneplus-enchilada.dts | 20 charge-full-design-microamp-hours = <3300000>;
|
H A D | sdm845-oneplus-fajita.dts | 20 charge-full-design-microamp-hours = <3700000>;
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | i915-whl-skips.txt | 13 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-cml-skips.txt | 13 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-amly-skips.txt | 15 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-glk-skips.txt | 16 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-apl-skips.txt | 17 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-kbl-skips.txt | 16 # GEM tests takes ~1000 hours, so skip it
|
H A D | i915-tgl-skips.txt | 22 # GEM tests takes ~1000 hours, so skip it
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | microchip,pic32-rtc.txt | 3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | README | 60 Ideally, the test should be allowed to run for many minutes or hours 95 Again, the test should be allowed to run for many minutes or hours to
|
/linux/arch/m68k/include/asm/ |
H A D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go2.dts | 42 charge-full-design-microamp-hours = <3000000>;
|
/linux/include/trace/events/ |
H A D | v4l2.h | 139 __entry->timecode_hours = buf->timecode.hours; 216 __entry->timecode_hours = vbuf->timecode.hours;
|