Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Dhscx.c248 cs->bcs[0].BC_Close = close_hscxstate; in inithscx()
249 cs->bcs[1].BC_Close = close_hscxstate; in inithscx()
Djade.c279 cs->bcs[0].BC_Close = close_jadestate; in initjade()
280 cs->bcs[1].BC_Close = close_jadestate; in initjade()
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.c577 cs->bcs[0].BC_Close = close_hfcstate; in inithfc()
578 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.c639 cs->bcs[0].BC_Close = close_hdlcstate; in inithdlc()
640 cs->bcs[1].BC_Close = close_hdlcstate; in inithdlc()
Dnetjet.c959 cs->bcs[0].BC_Close = close_tigerstate; in inittiger()
960 cs->bcs[1].BC_Close = close_tigerstate; in inittiger()
Dw6692.c915 cs->bcs[0].BC_Close = close_w6692state; in initW6692()
916 cs->bcs[1].BC_Close = close_w6692state; in initW6692()
Dhfc_2bds0.c1050 cs->bcs[0].BC_Close = close_2bs0; in init2bds0()
1051 cs->bcs[1].BC_Close = close_2bs0; in init2bds0()
Dhisax.h515 void (*BC_Close) (struct BCState *); member
Dhfc_sx.c1338 cs->bcs[0].BC_Close = close_hfcsx; in inithfcsx()
1339 cs->bcs[1].BC_Close = close_hfcsx; in inithfcsx()
Disdnl1.c371 bcs->BC_Close = NULL; in init_bcstate()
Dipacx.c831 cs->bcs[hscx].BC_Close = bch_close_state; in bch_init()
Dhfc_pci.c1583 cs->bcs[0].BC_Close = close_hfcpci; in inithfcpci()
1584 cs->bcs[1].BC_Close = close_hfcpci; in inithfcpci()
Disar.c1903 cs->bcs[0].BC_Close = close_isarstate; in initisar()
1904 cs->bcs[1].BC_Close = close_isarstate; in initisar()
Dcallc.c859 chanp->bcs->BC_Close(chanp->bcs); in release_b_st()