Searched refs:watchdog_enable_work (Results 1 – 2 of 2) sorted by relevance
1032 struct delayed_work watchdog_enable_work; member
238 cd = container_of(work, struct cyttsp5_core_data, watchdog_enable_work.work); in watchdog_delay_enable()6186 INIT_DELAYED_WORK(&cd->watchdog_enable_work, watchdog_delay_enable); in cyttsp5_probe()6187 schedule_delayed_work(&cd->watchdog_enable_work, msecs_to_jiffies(25 * 1000)); in cyttsp5_probe()