Searched refs:new_time (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dbcm47xx_wdt.c76 unsigned int new_time) bcm47xx_wdt_hard_set_timeout()
81 if (new_time < 1 || new_time > max_timer / 1000) { bcm47xx_wdt_hard_set_timeout()
83 max_timer / 1000, new_time); bcm47xx_wdt_hard_set_timeout()
87 wdd->timeout = new_time; bcm47xx_wdt_hard_set_timeout()
142 unsigned int new_time) bcm47xx_wdt_soft_set_timeout()
144 if (new_time < 1 || new_time > WDT_SOFTTIMER_MAX) { bcm47xx_wdt_soft_set_timeout()
146 WDT_SOFTTIMER_MAX, new_time); bcm47xx_wdt_soft_set_timeout()
150 wdd->timeout = new_time; bcm47xx_wdt_soft_set_timeout()
75 bcm47xx_wdt_hard_set_timeout(struct watchdog_device *wdd, unsigned int new_time) bcm47xx_wdt_hard_set_timeout() argument
141 bcm47xx_wdt_soft_set_timeout(struct watchdog_device *wdd, unsigned int new_time) bcm47xx_wdt_soft_set_timeout() argument
H A Dat91rm9200_wdt.c137 static int at91_wdt_settimeout(int new_time) at91_wdt_settimeout() argument
145 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) at91_wdt_settimeout()
150 wdt_time = new_time; at91_wdt_settimeout()
H A Dbcm63xx_wdt.c106 static int bcm63xx_wdt_settimeout(int new_time) bcm63xx_wdt_settimeout() argument
108 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) bcm63xx_wdt_settimeout()
111 wdt_time = new_time; bcm63xx_wdt_settimeout()
H A Dks8695_wdt.c117 static int ks8695_wdt_settimeout(int new_time) ks8695_wdt_settimeout() argument
125 if ((new_time <= 0) || (new_time > WDT_MAX_TIME)) ks8695_wdt_settimeout()
130 wdt_time = new_time; ks8695_wdt_settimeout()
H A Dcadence_wdt.c230 * @new_time: new timeout value that needs to be set
237 unsigned int new_time) cdns_wdt_settimeout()
239 wdd->timeout = new_time; cdns_wdt_settimeout()
236 cdns_wdt_settimeout(struct watchdog_device *wdd, unsigned int new_time) cdns_wdt_settimeout() argument
/linux-4.1.27/drivers/rtc/
H A Drtc-wm831x.c177 unsigned long new_time; wm831x_rtc_set_mmss() local
218 ret = rtc_tm_to_time(&new_tm, &new_time); wm831x_rtc_set_mmss()
225 if (new_time - time > 1) { wm831x_rtc_set_mmss()
/linux-4.1.27/drivers/staging/dgnc/
H A Ddgnc_driver.c672 unsigned long new_time; dgnc_poll_handler() local
698 new_time = dgnc_poll_time - jiffies; dgnc_poll_handler()
700 if ((ulong) new_time >= 2 * dgnc_poll_tick) dgnc_poll_handler()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c870 uint32_t new_time, new_hrs; ipath_update_eeprom_log() local
883 new_time = atomic_read(&dd->ipath_active_time); ipath_update_eeprom_log()
885 if (ret == 0 && new_time < 3600) ipath_update_eeprom_log()
963 if (new_time >= 3600) { ipath_update_eeprom_log()
964 new_hrs = new_time / 3600; ipath_update_eeprom_log()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dservice.c1029 time_t oldest_time, new_time; ptlrpc_update_export_timer() local
1040 new_time = get_seconds() + extra_delay; ptlrpc_update_export_timer()
1041 if (exp->exp_last_request_time + 1 /*second */ >= new_time) ptlrpc_update_export_timer()
1044 exp->exp_last_request_time = new_time; ptlrpc_update_export_timer()
/linux-4.1.27/drivers/staging/dgap/
H A Ddgap.c2297 ulong new_time; dgap_poll_handler() local
2375 new_time = dgap_poll_time - jiffies; dgap_poll_handler()
2377 if ((ulong) new_time >= 2 * dgap_poll_tick) { dgap_poll_handler()

Completed in 297 milliseconds