Home
last modified time | relevance | path

Searched refs:pretimeout_timer (Results 1 – 2 of 2) sorted by relevance

/drivers/watchdog/
A Dwatchdog_hrtimer_pretimeout.c16 wd_data = container_of(timer, struct watchdog_core_data, pretimeout_timer); in watchdog_hrtimer_pretimeout()
26 hrtimer_setup(&wd_data->pretimeout_timer, watchdog_hrtimer_pretimeout, CLOCK_MONOTONIC, in watchdog_hrtimer_pretimeout_init()
34 hrtimer_start(&wdd->wd_data->pretimeout_timer, in watchdog_hrtimer_pretimeout_start()
38 hrtimer_cancel(&wdd->wd_data->pretimeout_timer); in watchdog_hrtimer_pretimeout_start()
43 hrtimer_cancel(&wdd->wd_data->pretimeout_timer); in watchdog_hrtimer_pretimeout_stop()
A Dwatchdog_core.h57 struct hrtimer pretimeout_timer; member

Completed in 4 milliseconds