Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/arch/ia64/hp/sim/
Dsimserial.c197 static void do_softint(struct work_struct *private_) in do_softint() function
650 INIT_WORK(&info->work, do_softint); in get_async_struct()
/linux-2.6.39/drivers/tty/serial/
D68328serial.c381 static void do_softint(struct work_struct *work) in do_softint() function
1327 INIT_WORK(&info->tqueue, do_softint);
D68360serial.c668 static void do_softint(void *private_) in do_softint() function
2563 INIT_WORK(&info->tqueue, do_softint, info); in rs_360_init()
Dcrisv10.c2723 do_softint(struct work_struct *work) in do_softint() function
4538 INIT_WORK(&info->work, do_softint); in rs_init()
/linux-2.6.39/drivers/staging/tty/
Depca.c183 static void do_softint(struct work_struct *work);
1270 INIT_WORK(&ch->tqueue, do_softint); in post_fep_init()
2235 static void do_softint(struct work_struct *work) in do_softint() function
/linux-2.6.39/drivers/tty/
Damiserial.c523 static void do_softint(unsigned long private_) in do_softint() function
1761 tasklet_init(&info->tlet, do_softint, (unsigned long)info); in get_async_struct()