Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dhp680_ts_input.c21 static void do_softint(struct work_struct *work);
24 static DECLARE_DELAYED_WORK(work, do_softint);
26 static void do_softint(struct work_struct *work) in do_softint() function