Home
last modified time | relevance | path

Searched refs:BC_Close (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Djade.c279 cs->bcs[0].BC_Close = close_jadestate; in initjade()
280 cs->bcs[1].BC_Close = close_jadestate; in initjade()
Dhscx.c248 cs->bcs[0].BC_Close = close_hscxstate; in inithscx()
249 cs->bcs[1].BC_Close = close_hscxstate; in inithscx()
Delsa_ser.c624 cs->bcs[0].BC_Close = close_elsastate; in init_modem()
625 cs->bcs[1].BC_Close = close_elsastate; in init_modem()
Dhfc_2bs0.c578 cs->bcs[0].BC_Close = close_hfcstate; in inithfc()
579 cs->bcs[1].BC_Close = close_hfcstate; in inithfc()
Dconfig.c781 if (csta->bcs->BC_Close != NULL) { in closecard()
782 csta->bcs->BC_Close(csta->bcs + 1); in closecard()
783 csta->bcs->BC_Close(csta->bcs); in closecard()
1623 cs->bcs[i].BC_Close = hisax_bc_close; in hisax_register()
Davm_pci.c641 cs->bcs[0].BC_Close = close_hdlcstate; in inithdlc()
642 cs->bcs[1].BC_Close = close_hdlcstate; in inithdlc()
Dnetjet.c963 cs->bcs[0].BC_Close = close_tigerstate; in inittiger()
964 cs->bcs[1].BC_Close = close_tigerstate; in inittiger()
Dhfc_2bds0.c1050 cs->bcs[0].BC_Close = close_2bs0; in init2bds0()
1051 cs->bcs[1].BC_Close = close_2bs0; in init2bds0()
Dw6692.c916 cs->bcs[0].BC_Close = close_w6692state; in initW6692()
917 cs->bcs[1].BC_Close = close_w6692state; in initW6692()
Dhisax.h515 void (*BC_Close) (struct BCState *); member
Dhfc_sx.c1339 cs->bcs[0].BC_Close = close_hfcsx; in inithfcsx()
1340 cs->bcs[1].BC_Close = close_hfcsx; in inithfcsx()
Dipacx.c831 cs->bcs[hscx].BC_Close = bch_close_state; in bch_init()
Disdnl1.c371 bcs->BC_Close = NULL; in init_bcstate()
Dhfc_pci.c1586 cs->bcs[0].BC_Close = close_hfcpci; in inithfcpci()
1587 cs->bcs[1].BC_Close = close_hfcpci; in inithfcpci()
Disar.c1906 cs->bcs[0].BC_Close = close_isarstate; in initisar()
1907 cs->bcs[1].BC_Close = close_isarstate; in initisar()
Dcallc.c859 chanp->bcs->BC_Close(chanp->bcs); in release_b_st()