/drivers/isdn/hisax/ |
D | ipacx.c | 45 static void bch_empty_fifo(struct BCState *bcs, int count); 46 static void bch_fill_fifo(struct BCState *bcs); 48 static void bch_mode(struct BCState *bcs, int mode, int bc); 49 static void bch_close_state(struct BCState *bcs); 50 static int bch_open_state(struct IsdnCardState *cs, struct BCState *bcs); 51 static int bch_setstack(struct PStack *st, struct BCState *bcs); 448 struct BCState *bcs = st->l1.bcs; in bch_l2l1() 509 bch_empty_fifo(struct BCState *bcs, int count) in bch_empty_fifo() 550 bch_fill_fifo(struct BCState *bcs) in bch_fill_fifo() 596 struct BCState *bcs; in bch_int() [all …]
|
D | hfc_2bs0.c | 57 GetFreeFifoBytes(struct BCState *bcs) in GetFreeFifoBytes() 71 ReadZReg(struct BCState *bcs, u_char reg) in ReadZReg() 83 hfc_clear_fifo(struct BCState *bcs) in hfc_clear_fifo() 144 hfc_empty_fifo(struct BCState *bcs, int count) in hfc_empty_fifo() 237 hfc_fill_fifo(struct BCState *bcs) in hfc_fill_fifo() 326 main_irq_hfc(struct BCState *bcs) in main_irq_hfc() 399 mode_hfc(struct BCState *bcs, int mode, int bc) in mode_hfc() 455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1() 512 close_hfcstate(struct BCState *bcs) in close_hfcstate() 528 open_hfcstate(struct IsdnCardState *cs, struct BCState *bcs) in open_hfcstate() [all …]
|
D | isar.c | 32 static void isar_pump_cmd(struct BCState *bcs, u_char cmd, u_char para); 33 static void ll_deliver_faxstat(struct BCState *bcs, u_char status); 443 struct BCState *bcs = container_of(work, struct BCState, tqueue); in isar_bh() 455 send_DLE_ETX(struct BCState *bcs) in send_DLE_ETX() 491 isar_rcv_frame(struct IsdnCardState *cs, struct BCState *bcs) in isar_rcv_frame() 670 isar_fill_fifo(struct BCState *bcs) in isar_fill_fifo() 746 struct BCState *sel_bcs_isar(struct IsdnCardState *cs, u_char dpath) in sel_bcs_isar() 758 send_frames(struct BCState *bcs) in send_frames() 815 struct BCState *bcs; in check_send() 843 isar_pump_status_rsp(struct BCState *bcs, struct isar_reg *ireg) { in isar_pump_status_rsp() [all …]
|
D | hscx.c | 41 modehscx(struct BCState *bcs, int mode, int bc) in modehscx() 98 struct BCState *bcs = st->l1.bcs; in hscx_l2l1() 156 close_hscxstate(struct BCState *bcs) in close_hscxstate() 175 open_hscxstate(struct IsdnCardState *cs, struct BCState *bcs) in open_hscxstate() 204 setstack_hscx(struct PStack *st, struct BCState *bcs) in setstack_hscx()
|
D | jade.c | 78 modejade(struct BCState *bcs, int mode, int bc) in modejade() 136 struct BCState *bcs = st->l1.bcs; in jade_l2l1() 194 close_jadestate(struct BCState *bcs) in close_jadestate() 213 open_jadestate(struct IsdnCardState *cs, struct BCState *bcs) in open_jadestate() 243 setstack_jade(struct PStack *st, struct BCState *bcs) in setstack_jade()
|
D | jade_irq.c | 43 jade_empty_fifo(struct BCState *bcs, int count) in jade_empty_fifo() 73 jade_fill_fifo(struct BCState *bcs) in jade_fill_fifo() 117 struct BCState *bcs = cs->bcs + jade; in jade_interrupt() 205 struct BCState *bcs; in jade_int_main()
|
D | netjet.c | 67 static void fill_mem(struct BCState *bcs, u_int *pos, u_int cnt, int chan, u_char fill) in fill_mem() 87 mode_tiger(struct BCState *bcs, int mode, int bc) in mode_tiger() 216 static int make_raw_data(struct BCState *bcs) { in make_raw_data() 306 static int make_raw_data_56k(struct BCState *bcs) { in make_raw_data_56k() 380 static void got_frame(struct BCState *bcs, int count) { in got_frame() 398 static void read_raw(struct BCState *bcs, u_int *buf, int cnt) { in read_raw() 605 static void write_raw(struct BCState *bcs, u_int *buf, int cnt); 607 void netjet_fill_dma(struct BCState *bcs) in netjet_fill_dma() 674 static void write_raw(struct BCState *bcs, u_int *buf, int cnt) { in write_raw() 795 struct BCState *bcs = st->l1.bcs; in tiger_l2l1() [all …]
|
D | avm_pci.c | 164 struct BCState *Sel_BCS(struct IsdnCardState *cs, int channel) in Sel_BCS() 175 write_ctrl(struct BCState *bcs, int which) { in write_ctrl() 196 modehdlc(struct BCState *bcs, int mode, int bc) in modehdlc() 245 hdlc_empty_fifo(struct BCState *bcs, int count) in hdlc_empty_fifo() 293 hdlc_fill_fifo(struct BCState *bcs) in hdlc_fill_fifo() 353 HDLC_irq(struct BCState *bcs, u_int stat) { in HDLC_irq() 449 struct BCState *bcs; in HDLC_irq_main() 484 struct BCState *bcs = st->l1.bcs; in hdlc_l2l1() 542 close_hdlcstate(struct BCState *bcs) in close_hdlcstate() 561 open_hdlcstate(struct IsdnCardState *cs, struct BCState *bcs) in open_hdlcstate() [all …]
|
D | hscx_irq.c | 53 hscx_empty_fifo(struct BCState *bcs, int count) in hscx_empty_fifo() 83 hscx_fill_fifo(struct BCState *bcs) in hscx_fill_fifo() 126 struct BCState *bcs = cs->bcs + hscx; in hscx_interrupt() 229 struct BCState *bcs; in hscx_int_main()
|
D | hisax.h | 213 struct BCState *bcs; 497 struct BCState { struct 514 int (*BC_SetStack) (struct PStack *, struct BCState *); argument 515 void (*BC_Close) (struct BCState *); argument 537 struct BCState *bcs; argument 567 struct BCState *bcs; 934 void (*BC_Send_Data) (struct BCState *); 941 struct BCState bcs[2 + MAX_WAITING_CALLS];
|
D | hfc_2bds0.c | 143 GetFreeFifoBytes_B(struct BCState *bcs) in GetFreeFifoBytes_B() 183 *hfc_empty_fifo(struct BCState *bcs, int count) in hfc_empty_fifo() 261 hfc_fill_fifo(struct BCState *bcs) in hfc_fill_fifo() 339 hfc_send_data(struct BCState *bcs) in hfc_send_data() 351 main_rec_2bds0(struct BCState *bcs) in main_rec_2bds0() 405 mode_2bs0(struct BCState *bcs, int mode, int bc) in mode_2bs0() 455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1() 511 close_2bs0(struct BCState *bcs) in close_2bs0() 526 open_hfcstate(struct IsdnCardState *cs, struct BCState *bcs) in open_hfcstate() 540 setstack_2b(struct PStack *st, struct BCState *bcs) in setstack_2b() [all …]
|
D | elsa_ser.c | 240 write_modem(struct BCState *bcs) { in write_modem() 280 modem_fill(struct BCState *bcs) { in modem_fill() 422 extern int open_hscxstate(struct IsdnCardState *cs, struct BCState *bcs); 423 extern void modehscx(struct BCState *bcs, int mode, int bc); 427 close_elsastate(struct BCState *bcs) in close_elsastate() 550 struct BCState *bcs = st->l1.bcs; in modem_l2l1() 584 setstack_elsa(struct PStack *st, struct BCState *bcs) in setstack_elsa()
|
D | hfc_pci.c | 192 hfcpci_sched_event(struct BCState *bcs, int event) in hfcpci_sched_event() 202 struct BCState * 271 hfcpci_empty_fifo(struct BCState *bcs, bzfifo_type *bz, u_char *bdata, int count) in hfcpci_empty_fifo() 398 hfcpci_empty_fifo_trans(struct BCState *bcs, bzfifo_type *bz, u_char *bdata) in hfcpci_empty_fifo_trans() 450 main_rec_hfcpci(struct BCState *bcs) in main_rec_hfcpci() 588 hfcpci_fill_fifo(struct BCState *bcs) in hfcpci_fill_fifo() 933 struct BCState *bcs; in hfcpci_interrupt() 1253 hfcpci_send_data(struct BCState *bcs) in hfcpci_send_data() 1268 mode_hfcpci(struct BCState *bcs, int mode, int bc) in mode_hfcpci() 1391 struct BCState *bcs = st->l1.bcs; in hfcpci_l2l1() [all …]
|
D | w6692.c | 204 W6692B_empty_fifo(struct BCState *bcs, int count) in W6692B_empty_fifo() 234 W6692B_fill_fifo(struct BCState *bcs) in W6692B_fill_fifo() 276 struct BCState *bcs; in W6692B_interrupt() 725 W6692Bmode(struct BCState *bcs, int mode, int bchan) in W6692Bmode() 759 struct BCState *bcs = st->l1.bcs; in W6692_l2l1() 816 close_w6692state(struct BCState *bcs) in close_w6692state() 835 open_w6692state(struct IsdnCardState *cs, struct BCState *bcs) in open_w6692state() 864 setstack_w6692(struct PStack *st, struct BCState *bcs) in setstack_w6692()
|
D | isdnl1.c | 271 BChannel_proc_xmt(struct BCState *bcs) in BChannel_proc_xmt() 291 BChannel_proc_rcv(struct BCState *bcs) in BChannel_proc_rcv() 305 BChannel_proc_ack(struct BCState *bcs) in BChannel_proc_ack() 321 struct BCState *bcs = container_of(work, struct BCState, tqueue); in BChannel_bh() 364 struct BCState *bcs = cs->bcs + bc; in init_bcstate()
|
D | hscx.h | 38 extern void modehscx(struct BCState *bcs, int mode, int bc);
|
D | hfc_sx.c | 434 struct BCState * 476 main_rec_hfcsx(struct BCState *bcs) in main_rec_hfcsx() 526 hfcsx_fill_fifo(struct BCState *bcs) in hfcsx_fill_fifo() 698 struct BCState *bcs; in hfcsx_interrupt() 1016 hfcsx_send_data(struct BCState *bcs) in hfcsx_send_data() 1031 mode_hfcsx(struct BCState *bcs, int mode, int bc) in mode_hfcsx() 1143 struct BCState *bcs = st->l1.bcs; in hfcsx_l2l1() 1202 close_hfcsx(struct BCState *bcs) in close_hfcsx() 1220 open_hfcsxstate(struct IsdnCardState *cs, struct BCState *bcs) in open_hfcsxstate() 1237 setstack_2b(struct PStack *st, struct BCState *bcs) in setstack_2b()
|
D | hfc_2bs0.h | 58 extern void main_irq_hfc(struct BCState *bcs);
|
D | hisax_if.h | 48 struct BCState *bcs;
|
D | netjet.h | 66 void netjet_fill_dma(struct BCState *bcs);
|
D | hfc_2bds0.h | 124 extern void main_irq_2bds0(struct BCState *bcs);
|
D | hfc_sx.h | 195 extern void main_irq_hfcsx(struct BCState *bcs);
|
D | isar.h | 221 extern void isar_fill_fifo(struct BCState *bcs);
|
D | config.c | 1579 static int hisax_bc_setstack(struct PStack *st, struct BCState *bcs); 1580 static void hisax_bc_close(struct BCState *bcs); 1673 static void hisax_b_sched_event(struct BCState *bcs, int event) in hisax_b_sched_event() 1738 struct BCState *bcs = b_if->bcs; in hisax_b_l1l2() 1821 struct BCState *bcs = st->l1.bcs; in hisax_b_l2l1() 1852 static int hisax_bc_setstack(struct PStack *st, struct BCState *bcs) in hisax_bc_setstack() 1872 static void hisax_bc_close(struct BCState *bcs) in hisax_bc_close()
|
D | hfc_pci.h | 234 extern void main_irq_hcpci(struct BCState *bcs);
|