Home
last modified time | relevance | path

Searched refs:new_time (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dbcm47xx_wdt.c72 unsigned int new_time) in bcm47xx_wdt_hard_set_timeout() argument
77 if (new_time < 1 || new_time > max_timer / 1000) { in bcm47xx_wdt_hard_set_timeout()
79 max_timer / 1000, new_time); in bcm47xx_wdt_hard_set_timeout()
83 wdd->timeout = new_time; in bcm47xx_wdt_hard_set_timeout()
149 unsigned int new_time) in bcm47xx_wdt_soft_set_timeout() argument
151 if (new_time < 1 || new_time > WDT_SOFTTIMER_MAX) { in bcm47xx_wdt_soft_set_timeout()
153 WDT_SOFTTIMER_MAX, new_time); in bcm47xx_wdt_soft_set_timeout()
157 wdd->timeout = new_time; in bcm47xx_wdt_soft_set_timeout()
H A Dat91rm9200_wdt.c134 static int at91_wdt_settimeout(int new_time) in at91_wdt_settimeout() argument
142 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) in at91_wdt_settimeout()
147 wdt_time = new_time; in at91_wdt_settimeout()
H A Dbcm63xx_wdt.c103 static int bcm63xx_wdt_settimeout(int new_time) in bcm63xx_wdt_settimeout() argument
105 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) in bcm63xx_wdt_settimeout()
108 wdt_time = new_time; in bcm63xx_wdt_settimeout()
H A Dcadence_wdt.c231 unsigned int new_time) in cdns_wdt_settimeout() argument
233 wdd->timeout = new_time; in cdns_wdt_settimeout()
/OK3568_Linux_fs/buildroot/package/dvb-apps/
H A D0006-fix-glibc-2.31.patch12 int set_time(time_t * new_time)
14 - if (stime(new_time)) {
16 + s.tv_sec = new_time;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch20 int set_time(time_t * new_time)
22 - if (stime(new_time)) {
24 + ts.tv_sec = &new_time;
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-zynqmp.c55 unsigned long new_time; in xlnx_rtc_set_time() local
62 new_time = rtc_tm_to_time64(tm) + 1; in xlnx_rtc_set_time()
71 writel(new_time, xrtcdev->reg_base + RTC_SET_TM_WR); in xlnx_rtc_set_time()
H A Drtc-wm831x.c173 unsigned long time, new_time; in wm831x_rtc_settime() local
216 new_time = rtc_tm_to_time64(&new_tm); in wm831x_rtc_settime()
219 if (new_time - time > 1) { in wm831x_rtc_settime()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dfilesystem178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfilesystem178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
1426 void __last_write_time(const path& p, file_time_type new_time,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
1426 void __last_write_time(const path& p, file_time_type new_time,