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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.h65 struct work_struct tqueue; member in struct:mcf_serial
H A D68328serial.h161 struct work_struct tqueue; member in struct:m68k_serial
H A Dmcfserial.c393 schedule_work(&info->tqueue);
423 struct mcf_serial *info = container_of(work, struct mcf_serial, tqueue);
483 * This routine is called from the scheduler tqueue when the interrupt
487 * serial interrupt routine -> (scheduler tqueue) ->
1751 INIT_WORK(&info->tqueue, mcfrs_offintr);
H A D68328serial.c348 schedule_work(&info->tqueue);
400 * This routine is called from the scheduler tqueue when the interrupt
404 * serial interrupt routine -> (scheduler tqueue) ->
1417 INIT_WORK(&info->tqueue, do_softint, info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Driscom8.h84 struct work_struct tqueue; member in struct:riscom_port
H A Dspecialix_io8.h125 struct work_struct tqueue; member in struct:specialix_port
H A Depca.h139 struct work_struct tqueue; member in struct:channel
H A Dmxser.c327 struct work_struct tqueue; member in struct:mxser_struct
591 INIT_WORK(&info->tqueue, mxser_do_softint);
927 container_of(work, struct mxser_struct, tqueue);
2227 schedule_work(&info->tqueue);
2253 schedule_work(&info->tqueue);
2267 schedule_work(&info->tqueue); }
2630 schedule_work(&info->tqueue); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstallion.h98 struct work_struct tqueue; member in struct:stlport
H A Dhayesesp.h104 struct work_struct tqueue; member in struct:esp_struct
H A Dserial167.h52 struct work_struct tqueue; member in struct:cyclades_port
H A Disdn.h381 struct work_struct tqueue; member in struct:isdn_net_local_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_tty.h103 struct work_struct tqueue; member in struct:ircomm_tty_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_xxs1500.c33 #include <linux/tqueue.h>
H A Dau1000_pb1x00.c29 #include <linux/tqueue.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c63 struct snd_timer_tread *tqueue; member in struct:snd_timer_user
1139 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread));
1201 r = &tu->tqueue[prev];
1255 kfree(tu->tqueue);
1512 kfree(tu->tqueue);
1513 tu->tqueue = NULL;
1515 tu->tqueue = kmalloc(tu->queue_size * sizeof(struct snd_timer_tread),
1517 if (tu->tqueue == NULL)
1630 kfree(tu->tqueue);
1632 tu->tqueue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c392 INIT_WORK(&self->tqueue, ircomm_tty_do_softint);
593 schedule_work(&self->tqueue);
606 container_of(work, struct ircomm_tty_cb, tqueue);
792 schedule_work(&self->tqueue);
1123 schedule_work(&self->tqueue);
1237 schedule_work(&self->tqueue);
H A Dircomm_param.c151 schedule_work(&self->tqueue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c180 struct work_struct tqueue; member in struct:_hfc4s8s_hw
363 schedule_work(&l1->hw->tqueue);
443 schedule_work(&l1->hw->tqueue);
1088 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue);
1322 schedule_work(&hw->tqueue);
1554 INIT_WORK(&hw->tqueue, hfc4s8s_bh);
H A Dhisax.h502 struct work_struct tqueue; member in struct:BCState
951 struct work_struct tqueue; member in struct:IsdnCardState
961 #define schedule_event(s, ev) do {test_and_set_bit(ev, &s->event);schedule_work(&s->tqueue); } while(0)
H A Dconfig.c1551 INIT_WORK(&cs->tqueue, hisax_bh);
1580 schedule_work(&cs->tqueue);
1586 container_of(work, struct IsdnCardState, tqueue);
1608 schedule_work(&bcs->tqueue);
H A Damd7930_fn.c238 container_of(work, struct IsdnCardState, tqueue);
793 INIT_WORK(&cs->tqueue, Amd7930_bh);
H A Dicc.c83 container_of(work, struct IsdnCardState, tqueue);
679 INIT_WORK(&cs->tqueue, icc_bh);
H A Disac.c87 container_of(work, struct IsdnCardState, tqueue);
679 INIT_WORK(&cs->tqueue, isac_bh);
H A Disdnl1.c320 struct BCState *bcs = container_of(work, struct BCState, tqueue);
367 INIT_WORK(&bcs->tqueue, BChannel_bh);

Completed in 164 milliseconds

12