Searched refs:do_softint (Results 1 – 7 of 7) sorted by relevance
20 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
197 static void do_softint(struct work_struct *private_) in do_softint() function650 INIT_WORK(&info->work, do_softint); in get_async_struct()
381 static void do_softint(struct work_struct *work) in do_softint() function1327 INIT_WORK(&info->tqueue, do_softint);
668 static void do_softint(void *private_) in do_softint() function2563 INIT_WORK(&info->tqueue, do_softint, info); in rs_360_init()
2723 do_softint(struct work_struct *work) in do_softint() function4538 INIT_WORK(&info->work, do_softint); in rs_init()
183 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
523 static void do_softint(unsigned long private_) in do_softint() function1761 tasklet_init(&info->tlet, do_softint, (unsigned long)info); in get_async_struct()