Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dtsc200x-core.c103 struct delayed_work esd_work; member
245 cancel_delayed_work_sync(&ts->esd_work); in __tsc200x_disable()
257 schedule_delayed_work(&ts->esd_work, in __tsc200x_enable()
368 struct tsc200x *ts = container_of(work, struct tsc200x, esd_work.work); in tsc200x_esd_work()
413 schedule_delayed_work(&ts->esd_work, in tsc200x_esd_work()
511 INIT_DELAYED_WORK(&ts->esd_work, tsc200x_esd_work); in tsc200x_probe()
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcd_mipid.c63 struct delayed_work esd_work; member
392 schedule_delayed_work(&md->esd_work, in mipid_esd_start_check()
399 cancel_delayed_work_sync(&md->esd_work); in mipid_esd_stop_check()
405 esd_work.work); in mipid_esd_work()
478 INIT_DELAYED_WORK(&md->esd_work, mipid_esd_work); in mipid_init()