/openbmc/linux/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 | 133 static int at91_wdt_settimeout(int new_time) in at91_wdt_settimeout() argument 141 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) in at91_wdt_settimeout() 146 wdt_time = new_time; in at91_wdt_settimeout()
|
H A D | msc313e_wdt.c | 71 static int msc313e_wdt_settimeout(struct watchdog_device *wdev, unsigned int new_time) in msc313e_wdt_settimeout() argument 73 wdev->timeout = new_time; in msc313e_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()
|
/openbmc/sdeventplus/test/utility/ |
H A D | timer.cpp | 107 const milliseconds new_time(90); in expireTimer() local 108 expectNow(new_time); in expireTimer() 109 expectSetTime(new_time + interval); in expireTimer() 323 const milliseconds new_time(90); in TEST_F() local 324 expectNow(new_time); in TEST_F() 325 expectSetTime(new_time + interval); in TEST_F() 394 const milliseconds new_time(90); in TEST_F() local 395 expectNow(new_time); in TEST_F() 396 expectSetTime(new_time + interval); in TEST_F() 402 expectNow(new_time); in TEST_F() [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_qos.c | 27 ktime_t current_time, threshold_time, new_time; in sparx5_new_base_time() local 33 new_time = org_base_time; in sparx5_new_base_time() 38 diff_time = threshold_time - new_time; in sparx5_new_base_time() 42 if (new_time >= threshold_time) { in sparx5_new_base_time() 43 *new_base_time = new_time; in sparx5_new_base_time() 57 if (new_time < threshold_time) { in sparx5_new_base_time() 58 new_time += cycle_time * nr_of_cycles_p2; in sparx5_new_base_time() 59 while (new_time < threshold_time) in sparx5_new_base_time() 60 new_time += cycle_time * nr_of_cycles_p2; in sparx5_new_base_time() 61 new_time -= cycle_time * nr_of_cycles_p2; in sparx5_new_base_time() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | 19 int set_time(time_t * new_time) 21 - if (stime(new_time)) { 23 + s.tv_sec = *new_time;
|
/openbmc/qemu/stubs/ |
H A D | cpus-virtual-clock.c | 10 void cpus_set_virtual_clock(int64_t new_time) in cpus_set_virtual_clock() argument
|
/openbmc/qemu/plugins/ |
H A D | api.c | 668 int64_t new_time = data.host_ulong; in advance_virtual_time__async() local 669 qemu_clock_advance_virtual_time(new_time); in advance_virtual_time__async() 673 void qemu_plugin_update_ns(const void *handle, int64_t new_time) in qemu_plugin_update_ns() argument 680 RUN_ON_CPU_HOST_ULONG(new_time)); in qemu_plugin_update_ns()
|
/openbmc/linux/drivers/rtc/ |
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()
|
H A D | rtc-zynqmp.c | 62 unsigned long new_time; in xlnx_rtc_set_time() local 69 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()
|
/openbmc/qemu/include/sysemu/ |
H A D | cpu-timers.h | 101 void cpus_set_virtual_clock(int64_t new_time);
|
/openbmc/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 197 int old_time, int new_time,
|
/openbmc/qemu/system/ |
H A D | cpus.c | 236 void cpus_set_virtual_clock(int64_t new_time) in cpus_set_virtual_clock() argument 239 cpus_accel->set_virtual_clock(new_time); in cpus_set_virtual_clock()
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-gts-helper.c | 1060 int old_time, int new_time, in iio_gts_find_new_gain_by_old_gain_time() argument 1069 itime_new = iio_gts_find_itime_by_time(gts, new_time); in iio_gts_find_new_gain_by_old_gain_time()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | certificate_utils.robot | 308 … ${new_time}= Run Keyword If '${date_set_type}' == 'current' Set Variable ${current_date_time} 320 ${new_time_format}= Convert Date ${new_time} result_format=%Y-%m-%dT%H:%M:%S+00:00
|