/linux/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 …]
|
/linux/Documentation/devicetree/bindings/power/supply/ |
A D | bq27xxx.yaml | 65 - energy-full-design-microwatt-hours 66 - charge-full-design-microamp-hours 68 Both or neither of the *-full-design-*-hours properties must be set. 86 energy-full-design-microwatt-hours = <5290000>; 87 charge-full-design-microamp-hours = <1430000>;
|
A D | battery.yaml | 60 energy-full-design-microwatt-hours: 63 charge-full-design-microamp-hours: 149 energy-full-design-microwatt-hours = <5290000>; 150 charge-full-design-microamp-hours = <1430000>;
|
A D | active-semi,act8945a-charger.yaml | 48 Specifies the charger's total safety timer setting value in hours; 50 Defaults to 3 hours.
|
A D | maxim,ds2760.yaml | 35 rated-capacity-microamp-hours:
|
A D | sc27xx-fg.yaml | 70 charge-full-design-microamp-hours = <1900000>;
|
A D | cw2015_battery.yaml | 15 charge-full-design-microamp-hours property of the battery.
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | ene-kb930.yaml | 39 charge-full-design-microamp-hours = <3260000>; 40 energy-full-design-microwatt-hours = <24000000>;
|
/linux/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 | 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()
|
/linux/arch/m68k/apollo/ |
A D | config.c | 209 t->tm_hour=rtc->hours; in dn_dummy_hwclk() 219 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
|
/linux/Documentation/ABI/testing/ |
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
|
A D | sysfs-platform-dell-laptop | 55 The timeouts are expressed in seconds, minutes, hours and
|
/linux/tools/testing/selftests/arm64/fp/ |
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/Documentation/devicetree/bindings/rtc/ |
A D | microchip,pic32-rtc.txt | 3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
|
/linux/arch/arm64/boot/dts/sprd/ |
A D | sp9860g-1h10.dts | 45 charge-full-design-microamp-hours = <1900000>;
|
/linux/arch/m68k/include/asm/ |
A D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
/linux/drivers/platform/x86/dell/ |
A D | dell-laptop.c | 1154 u8 hours; member 1235 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info() 1451 if (kbd_info.hours > 63) in kbd_init_info() 1452 kbd_info.hours = 63; in kbd_init_info() 1572 if (value > kbd_info.hours) in kbd_led_timeout_store() 1616 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
|
/linux/include/trace/events/ |
A D | v4l2.h | 139 __entry->timecode_hours = buf->timecode.hours; 216 __entry->timecode_hours = vbuf->timecode.hours;
|
/linux/sound/drivers/ |
A D | mts64.c | 137 u8 hours, u8 minutes, 351 u8 hours, u8 minutes, in mts64_smpte_start() argument 365 mts64_write_command(p, hours); in mts64_smpte_start()
|
/linux/tools/testing/ktest/ |
A D | ktest.pl | 680 my $hours = 0; 684 $hours = int($time / 3600); 685 $time -= $hours * 3600; 692 if ($hours > 0) { 693 doprint "$hours hour"; 694 doprint "s" if ($hours > 1);
|
/linux/Documentation/scsi/ |
A D | qlogicfas.rst | 78 the computer was left on for a few hours. It was worse with longer
|
/linux/lib/fonts/ |
A D | Kconfig | 118 for long (8 and more hours per day) work with computers.
|
/linux/sound/pci/asihpi/ |
A D | hpi_internal.h | 943 u16 hours; member 951 u16 hours; member
|
/linux/Documentation/filesystems/nfs/ |
A D | knfsd-stats.rst | 100 remains constant for hours at a time, this counter is unlikely
|