Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dhp680_ts_input.c20 static void do_softint(struct work_struct *work);
23 static DECLARE_DELAYED_WORK(work, do_softint);
25 static void do_softint(struct work_struct *work) in do_softint() function
/linux-4.1.27/drivers/tty/serial/
Dcrisv10.c2616 do_softint(struct work_struct *work) in do_softint() function
4333 INIT_WORK(&info->work, do_softint); in rs_init()