Home
last modified time | relevance | path

Searched refs:esdcheck_work (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_esdcheck.c306 struct fts_ts_data, esdcheck_work.work); in esdcheck_func()
318 queue_delayed_work(ts_data->ts_workqueue, &ts_data->esdcheck_work, in esdcheck_func()
382 queue_delayed_work(ts_data->ts_workqueue, &ts_data->esdcheck_work, in fts_esdcheck_switch()
386 cancel_delayed_work(&ts_data->esdcheck_work); in fts_esdcheck_switch()
390 cancel_delayed_work(&ts_data->esdcheck_work); in fts_esdcheck_switch()
522 INIT_DELAYED_WORK(&ts_data->esdcheck_work, esdcheck_func); in fts_esdcheck_init()
H A Dfocaltech_core.h143 struct delayed_work esdcheck_work; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_esdcheck.c279 struct fts_ts_data, esdcheck_work.work); in esdcheck_func()
283 queue_delayed_work(ts_data->ts_workqueue, &ts_data->esdcheck_work, in esdcheck_func()
337 &ts_data->esdcheck_work, in fts_esdcheck_switch()
341 cancel_delayed_work_sync(&ts_data->esdcheck_work); in fts_esdcheck_switch()
441 INIT_DELAYED_WORK(&ts_data->esdcheck_work, esdcheck_func); in fts_esdcheck_init()
H A Dfocaltech_core.h153 struct delayed_work esdcheck_work; member