Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_regs.h1032 struct delayed_work watchdog_enable_work; member
H A Dcyttsp5_core.c238 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()