Home
last modified time | relevance | path

Searched refs:tqueue (Results 1 – 23 of 23) sorted by relevance

/drivers/serial/
D68328serial.h161 struct work_struct tqueue; member
D68328serial.c359 schedule_work(&info->tqueue); in transmit_chars()
398 struct m68k_serial *info = container_of(work, struct m68k_serial, tqueue); in do_softint()
1370 INIT_WORK(&info->tqueue, do_softint);
D68360serial.c252 struct work_struct tqueue; member
532 schedule_work(&info->tqueue); in transmit_chars()
2563 INIT_WORK(&info->tqueue, do_softint, info); in rs_360_init()
/drivers/char/
Depca.h133 struct work_struct tqueue; member
Depca.c411 schedule_work(&ch->tqueue); in pc_sched_event()
1269 INIT_WORK(&ch->tqueue, do_softint); in post_fep_init()
2238 struct channel *ch = container_of(work, struct channel, tqueue); in do_softint()
DChangeLog476 rs_init): Hangups are now scheduled via a separate tqueue
/drivers/isdn/hisax/
Dhfc4s8s_l1.c180 struct work_struct tqueue; member
363 schedule_work(&l1->hw->tqueue); in dch_l2l1()
443 schedule_work(&l1->hw->tqueue); in bch_l2l1()
1088 hfc4s8s_hw *hw = container_of(work, hfc4s8s_hw, tqueue); in hfc4s8s_bh()
1322 schedule_work(&hw->tqueue); in hfc4s8s_interrupt()
1554 INIT_WORK(&hw->tqueue, hfc4s8s_bh); in setup_instance()
Dhisax.h502 struct work_struct tqueue; member
951 struct work_struct tqueue; member
961 #define schedule_event(s, ev) do {test_and_set_bit(ev, &s->event);schedule_work(&s->tqueue); } whi…
Damd7930_fn.c238 container_of(work, struct IsdnCardState, tqueue); in Amd7930_bh()
792 INIT_WORK(&cs->tqueue, Amd7930_bh); in setup_Amd7930()
Dconfig.c1622 INIT_WORK(&cs->tqueue, hisax_bh); in hisax_register()
1651 schedule_work(&cs->tqueue); in hisax_sched_event()
1657 container_of(work, struct IsdnCardState, tqueue); in hisax_bh()
1679 schedule_work(&bcs->tqueue); in hisax_b_sched_event()
Disac.c86 container_of(work, struct IsdnCardState, tqueue); in isac_bh()
676 INIT_WORK(&cs->tqueue, isac_bh); in setup_isac()
Dicc.c83 container_of(work, struct IsdnCardState, tqueue); in icc_bh()
679 INIT_WORK(&cs->tqueue, icc_bh); in setup_icc()
Disdnl1.c320 struct BCState *bcs = container_of(work, struct BCState, tqueue); in BChannel_bh()
367 INIT_WORK(&bcs->tqueue, BChannel_bh); in init_bcstate()
Dhfc_pci.c183 schedule_work(&cs->tqueue); in sched_event_D_pci()
193 schedule_work(&bcs->tqueue); in hfcpci_sched_event()
1504 container_of(work, struct IsdnCardState, tqueue); in hfcpci_bh()
1724 INIT_WORK(&cs->tqueue, hfcpci_bh); in setup_hfcpci()
Dhfc_2bds0.c555 container_of(work, struct IsdnCardState, tqueue); in hfcd_bh()
1077 INIT_WORK(&cs->tqueue, hfcd_bh); in set_cs_func()
Dw6692.c105 container_of(work, struct IsdnCardState, tqueue); in W6692_bh()
1068 INIT_WORK(&cs->tqueue, W6692_bh); in setup_w6692()
Dnetjet.c389 schedule_work(&bcs->tqueue); in got_frame()
746 schedule_work(&bcs->tqueue); in write_raw()
Dhfc_sx.c1255 container_of(work, struct IsdnCardState, tqueue); in hfcsx_bh()
1501 INIT_WORK(&cs->tqueue, hfcsx_bh); in setup_hfcsx()
Disar.c441 struct BCState *bcs = container_of(work, struct BCState, tqueue); in isar_bh()
1584 INIT_WORK(&cs->bcs[i].tqueue, isar_bh); in isar_setup()
/drivers/atm/
Didt77252.h362 struct work_struct tqueue; member
Didt77252.c2844 schedule_work(&card->tqueue); in idt77252_interrupt()
2856 container_of(work, struct idt77252_dev, tqueue); in idt77252_softint()
3678 INIT_WORK(&card->tqueue, idt77252_softint); in idt77252_init_one()
/drivers/isdn/i4l/
Disdn_net.c153 schedule_work(&lp->tqueue); in isdn_net_dec_frame_cnt()
968 schedule_work(&lp->tqueue); in isdn_net_write_super()
986 isdn_net_local *lp = container_of(work, isdn_net_local, tqueue); in isdn_net_softint()
2625 INIT_WORK(&netdev->local->tqueue, isdn_net_softint); in isdn_net_new()
/drivers/net/
Dgianfar.h529 u32 tqueue; /* 0x.114 - Transmit queue control register */ member