Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dda9034-ts.c53 struct delayed_work tsi_work; member
191 schedule_delayed_work(&touch->tsi_work, in da9034_event_handler()
226 container_of(work, struct da9034_touch, tsi_work.work); in da9034_tsi_work()
284 cancel_delayed_work_sync(&touch->tsi_work); in da9034_touch_close()
321 INIT_DELAYED_WORK(&touch->tsi_work, da9034_tsi_work); in da9034_touch_probe()