Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp4_core.h352 struct work_struct startup_work; member
Dcyttsp4_core.c711 schedule_work(&cd->startup_work); in cyttsp4_queue_startup_()
1688 struct cyttsp4 *cd = container_of(work, struct cyttsp4, startup_work); in cyttsp4_startup_work_function()
2031 INIT_WORK(&cd->startup_work, cyttsp4_startup_work_function); in cyttsp4_probe()
2097 cancel_work_sync(&cd->startup_work); in cyttsp4_probe()
2135 cancel_work_sync(&cd->startup_work); in cyttsp4_remove()