/linux-6.1.9/drivers/rtc/ |
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-6.1.9/Documentation/devicetree/bindings/power/supply/ |
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>;
|
D | battery.yaml | 60 energy-full-design-microwatt-hours: 63 charge-full-design-microamp-hours: 154 energy-full-design-microwatt-hours = <5290000>; 155 charge-full-design-microamp-hours = <1430000>;
|
D | active-semi,act8945a-charger.yaml | 48 Specifies the charger's total safety timer setting value in hours; 50 Defaults to 3 hours.
|
D | maxim,ds2760.yaml | 35 rated-capacity-microamp-hours:
|
D | sc27xx-fg.yaml | 70 charge-full-design-microamp-hours = <1900000>;
|
D | cw2015_battery.yaml | 15 charge-full-design-microamp-hours property of the battery.
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | ene-kb930.yaml | 39 charge-full-design-microamp-hours = <3260000>; 40 energy-full-design-microwatt-hours = <24000000>;
|
/linux-6.1.9/Documentation/ABI/testing/ |
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
|
D | sysfs-platform-dell-laptop | 55 The timeouts are expressed in seconds, minutes, hours and
|
/linux-6.1.9/arch/m68k/apollo/ |
D | config.c | 210 t->tm_hour=rtc->hours; in dn_dummy_hwclk() 220 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
|
/linux-6.1.9/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()
|
/linux-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sdm845-oneplus-enchilada.dts | 20 charge-full-design-microamp-hours = <3300000>;
|
D | sdm845-oneplus-fajita.dts | 20 charge-full-design-microamp-hours = <3700000>;
|
/linux-6.1.9/Documentation/devicetree/bindings/rtc/ |
D | microchip,pic32-rtc.txt | 3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
|
/linux-6.1.9/arch/arm64/boot/dts/sprd/ |
D | sp9860g-1h10.dts | 45 charge-full-design-microamp-hours = <1900000>;
|
/linux-6.1.9/tools/testing/selftests/arm64/fp/ |
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-6.1.9/arch/m68k/include/asm/ |
D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
/linux-6.1.9/include/trace/events/ |
D | v4l2.h | 139 __entry->timecode_hours = buf->timecode.hours; 216 __entry->timecode_hours = vbuf->timecode.hours;
|
/linux-6.1.9/drivers/platform/x86/dell/ |
D | dell-laptop.c | 1167 u8 hours; member 1248 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info() 1464 if (kbd_info.hours > 63) in kbd_init_info() 1465 kbd_info.hours = 63; in kbd_init_info() 1585 if (value > kbd_info.hours) in kbd_led_timeout_store() 1629 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
|
/linux-6.1.9/sound/drivers/ |
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-6.1.9/Documentation/process/ |
D | magic-number.rst | 28 to the kernel! It has saved me countless hours of debugging,
|
/linux-6.1.9/tools/testing/ktest/ |
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-6.1.9/lib/fonts/ |
D | Kconfig | 118 for long (8 and more hours per day) work with computers.
|