Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ds1685.c265 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 Dhelper.js68 var hours = value
69 if (hours > 0) value = hours + "h:"+ minutes + "m"
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Ddate.c128 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 Ddavinci.c30 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 Dbd70528_wdt.c166 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 DCVE-2022-38725-0007.patch47 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 Dproperty-units.txt29 -microamp-hours : microampere hour
32 -microwatt-hours: microwatt hour
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py30 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 Dtest_toastertable_ui.py58 later = now + timezone.timedelta(hours=1)
59 even_later = later + timezone.timedelta(hours=1)
/OK3568_Linux_fs/kernel/drivers/power/supply/
H 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()
H A Dmax77693_charger.c303 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 Drtc-cdev17 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 Dconfig.c211 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 Ddavinci_rtc.h20 unsigned int hours; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/
H A Dsensord2 # in intervals use suffix "m" for minutes, "s" for seconds, "h" for hours
/OK3568_Linux_fs/buildroot/package/python-beautifulsoup4/
H A DConfig.in10 hours or days of work.
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A DREADME60 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 Dmicrochip,pic32-rtc.txt3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
/OK3568_Linux_fs/buildroot/package/python-django/
H A DConfig.in15 hours. Django takes care of user authentication, content
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/sprd/
H A Dsp9860g-1h10.dts45 charge-full-design-microamp-hours = <1900000>;
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dapollohw.h46 unsigned char hours, alarm_hours; member
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Ddell-laptop.c1151 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 Dv4l2.h139 __entry->timecode_hours = buf->timecode.hours;
216 __entry->timecode_hours = vbuf->timecode.hours;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,ds2760.txt23 - rated-capacity-microamp-hours:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/terminus-font/
H A Dterminus-font_4.49.1.bb3 long (8 and more hours per day) work with computers."

12345