Searched refs:new_time (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | bcm47xx_wdt.c | 72 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 D | at91rm9200_wdt.c | 134 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 D | bcm63xx_wdt.c | 103 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 D | cadence_wdt.c | 231 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 D | 0006-fix-glibc-2.31.patch | 12 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 D | 0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | 20 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 D | rtc-zynqmp.c | 55 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 D | rtc-wm831x.c | 173 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 D | filesystem | 178 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 D | filesystem | 178 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 D | filesystem | 178 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 D | filesystem | 178 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,
|