| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | helper.js | 68 var hours = value 69 if (hours > 0) value = hours + "h:"+ minutes + "m"
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | date.c | 128 int days, hours; in rtc_mktime() local 139 hours = days * 24 + tm->tm_hour; in rtc_mktime() 140 return (hours * 60 + tm->tm_min) * 60 + tm->tm_sec; in rtc_mktime()
|
| H A D | davinci.c | 30 hour = readl(&rtc->hours); in rtc_get() 70 writel(bin2bcd(tmp->tm_hour), &rtc->hours); in rtc_set()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | bd70528_wdt.c | 166 unsigned int hours; in bd70528_wdt_set_timeout() local 173 hours = timeout / (60 * 60); in bd70528_wdt_set_timeout() 175 if (hours) in bd70528_wdt_set_timeout() 187 BD70528_MASK_WDT_HOUR, hours); in bd70528_wdt_set_timeout()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | CVE-2022-38725-0007.patch | 47 gint hours, mins; 51 hours = (*(src + 1) - '0') * 10 + *(src + 2) - '0'; 53 tz = sign * (hours * 3600 + mins * 60);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | property-units.txt | 29 -microamp-hours : microampere hour 32 -microwatt-hours: microwatt hour
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | projecttags.py | 30 hours = int(tdsec / 3600) 31 return "%02d:%02d:%02d" % (hours, int((tdsec - (hours * 3600))/ 60), int(tdsec) % 60)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_toastertable_ui.py | 58 later = now + timezone.timedelta(hours=1) 59 even_later = later + timezone.timedelta(hours=1)
|
| /OK3568_Linux_fs/kernel/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 | 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/m68k/apollo/ |
| H A D | config.c | 211 t->tm_hour=rtc->hours; in dn_dummy_hwclk() 221 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | davinci_rtc.h | 20 unsigned int hours; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/ |
| H A D | sensord | 2 # in intervals use suffix "m" for minutes, "s" for seconds, "h" for hours
|
| /OK3568_Linux_fs/buildroot/package/python-beautifulsoup4/ |
| H A D | Config.in | 10 hours or days of work.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/python-django/ |
| H A D | Config.in | 15 hours. Django takes care of user authentication, content
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/ |
| H A D | sp9860g-1h10.dts | 45 charge-full-design-microamp-hours = <1900000>;
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell-laptop.c | 1151 u8 hours; member 1232 info->hours = (buffer.output[3] >> 16) & 0xFF; in kbd_get_info() 1448 if (kbd_info.hours > 63) in kbd_init_info() 1449 kbd_info.hours = 63; in kbd_init_info() 1569 if (value > kbd_info.hours) in kbd_led_timeout_store() 1613 } else if (value / (60 * 60) <= kbd_info.hours && kbd_info.hours) { in kbd_led_timeout_store()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | v4l2.h | 139 __entry->timecode_hours = buf->timecode.hours; 216 __entry->timecode_hours = vbuf->timecode.hours;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | maxim,ds2760.txt | 23 - rated-capacity-microamp-hours:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/terminus-font/ |
| H A D | terminus-font_4.49.1.bb | 3 long (8 and more hours per day) work with computers."
|