Searched refs:tqueue (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dircomm_tty.h103 struct work_struct tqueue; member in struct:ircomm_tty_cb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.h161 struct work_struct tqueue; member in struct:m68k_serial
H A D68328serial.c328 schedule_work(&info->tqueue);
367 struct m68k_serial *info = container_of(work, struct m68k_serial, tqueue);
376 * This routine is called from the scheduler tqueue when the interrupt
380 * serial interrupt routine -> (scheduler tqueue) ->
1319 INIT_WORK(&info->tqueue, do_softint);
H A D68360serial.c203 struct work_struct tqueue; member in struct:serial_info
480 schedule_work(&info->tqueue);
631 * This routine is called from the scheduler tqueue when the interrupt
635 * serial interrupt routine -> (scheduler tqueue) ->
2497 INIT_WORK(&info->tqueue, do_softint, info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.h133 struct work_struct tqueue; member in struct:channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c65 struct snd_timer_tread *tqueue; member in struct:snd_timer_user
1149 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread));
1216 r = &tu->tqueue[prev];
1274 kfree(tu->tqueue);
1528 kfree(tu->tqueue);
1529 tu->tqueue = NULL;
1531 tu->tqueue = kmalloc(tu->queue_size * sizeof(struct snd_timer_tread),
1533 if (tu->tqueue == NULL)
1650 kfree(tu->tqueue);
1652 tu->tqueue
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty.c392 INIT_WORK(&self->tqueue, ircomm_tty_do_softint);
590 schedule_work(&self->tqueue);
603 container_of(work, struct ircomm_tty_cb, tqueue);
784 schedule_work(&self->tqueue);
1112 schedule_work(&self->tqueue);
1231 schedule_work(&self->tqueue);
H A Dircomm_param.c152 schedule_work(&self->tqueue);
H A Dircomm_tty_attach.c544 schedule_work(&self->tqueue);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c181 struct work_struct tqueue; member in struct:_hfc4s8s_hw
364 schedule_work(&l1->hw->tqueue);
444 schedule_work(&l1->hw->tqueue);
1089 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue);
1323 schedule_work(&hw->tqueue);
1555 INIT_WORK(&hw->tqueue, hfc4s8s_bh);
H A Dhisax.h511 struct work_struct tqueue; member in struct:BCState
960 struct work_struct tqueue; member in struct:IsdnCardState
970 #define schedule_event(s, ev) do {test_and_set_bit(ev, &s->event);schedule_work(&s->tqueue); } while(0)
H A Dconfig.c1608 INIT_WORK(&cs->tqueue, hisax_bh);
1637 schedule_work(&cs->tqueue);
1643 container_of(work, struct IsdnCardState, tqueue);
1665 schedule_work(&bcs->tqueue);
H A Damd7930_fn.c239 container_of(work, struct IsdnCardState, tqueue);
792 INIT_WORK(&cs->tqueue, Amd7930_bh);
H A Dicc.c84 container_of(work, struct IsdnCardState, tqueue);
679 INIT_WORK(&cs->tqueue, icc_bh);
H A Disac.c87 container_of(work, struct IsdnCardState, tqueue);
675 INIT_WORK(&cs->tqueue, isac_bh);
H A Disdnl1.c321 struct BCState *bcs = container_of(work, struct BCState, tqueue);
368 INIT_WORK(&bcs->tqueue, BChannel_bh);
H A Dhfc_pci.c185 schedule_work(&cs->tqueue);
195 schedule_work(&bcs->tqueue);
1506 container_of(work, struct IsdnCardState, tqueue);
1742 INIT_WORK(&cs->tqueue, hfcpci_bh);
H A Dhfc_2bds0.c557 container_of(work, struct IsdnCardState, tqueue);
1079 INIT_WORK(&cs->tqueue, hfcd_bh);
H A Dnetjet.c390 schedule_work(&bcs->tqueue);
747 schedule_work(&bcs->tqueue);
H A Dw6692.c106 container_of(work, struct IsdnCardState, tqueue);
1067 INIT_WORK(&cs->tqueue, W6692_bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn.h368 struct work_struct tqueue; member in struct:isdn_net_local_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.c154 schedule_work(&lp->tqueue);
970 schedule_work(&lp->tqueue);
988 isdn_net_local *lp = container_of(work, isdn_net_local, tqueue);
2627 INIT_WORK(&netdev->local->tqueue, isdn_net_softint);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Didt77252.h358 struct work_struct tqueue; member in struct:idt77252_dev
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h85 #include <linux/tqueue.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.c971 u32 rstat = 0, tstat = 0, rqueue = 0, tqueue = 0; local
1125 tqueue = tqueue | (TQUEUE_EN0 >> i);
1133 gfar_write(&regs->tqueue, tqueue);

Completed in 244 milliseconds

12