Lines Matching defs:tasklet
1300 struct tasklet_struct tasklet;
1868 * This tasklet is called from the interrupt handler to
1873 struct coh901318_chan *cohc = from_tasklet(cohc, t, tasklet);
1911 * If another interrupt fired while the tasklet was scheduling,
1915 * one IRQ to be ack:ed, we simply schedule this tasklet again.
1919 dev_dbg(COHC_2_DEV(cohc), "scheduling tasklet again, new IRQs "
1920 "came in while we were scheduling this tasklet\n");
1922 tasklet_hi_schedule(&cohc->tasklet);
1924 tasklet_schedule(&cohc->tasklet);
1971 * This tasklet will remove items from cohc->active
1975 tasklet_hi_schedule(&cohc->tasklet);
1977 tasklet_schedule(&cohc->tasklet);
1999 /* TODO: consider handle IRQ in tasklet here to
2618 tasklet_setup(&cohc->tasklet, dma_tasklet);
2760 tasklet_kill(&cohc->tasklet);