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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A 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) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c365 static void do_softint(struct work_struct *work) function
1319 INIT_WORK(&info->tqueue, do_softint);
H A D68360serial.c616 static void do_softint(void *private_) function
2497 INIT_WORK(&info->tqueue, do_softint, info);
H A Dcrisv10.c2715 do_softint(struct work_struct *work) function
4521 INIT_WORK(&info->work, do_softint);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c197 static void do_softint(struct work_struct *private_) function
199 printk(KERN_ERR "simserial: do_softint called\n");
656 INIT_WORK(&info->work, do_softint);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.c183 static void do_softint(struct work_struct *work);
1269 INIT_WORK(&ch->tqueue, do_softint);
2234 static void do_softint(struct work_struct *work) function
H A Damiserial.c524 static void do_softint(unsigned long private_) function
1746 tasklet_init(&info->tlet, do_softint, (unsigned long)info);

Completed in 212 milliseconds