Searched refs:BC_Close (Results 1 – 16 of 16) sorted by relevance
248 cs->bcs[0].BC_Close = close_hscxstate; in inithscx()249 cs->bcs[1].BC_Close = close_hscxstate; in inithscx()
279 cs->bcs[0].BC_Close = close_jadestate; in initjade()280 cs->bcs[1].BC_Close = close_jadestate; in initjade()
624 cs->bcs[0].BC_Close = close_elsastate; in init_modem()625 cs->bcs[1].BC_Close = close_elsastate; in init_modem()
577 cs->bcs[0].BC_Close = close_hfcstate; in inithfc()578 cs->bcs[1].BC_Close = close_hfcstate; in inithfc()
781 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()
639 cs->bcs[0].BC_Close = close_hdlcstate; in inithdlc()640 cs->bcs[1].BC_Close = close_hdlcstate; in inithdlc()
915 cs->bcs[0].BC_Close = close_w6692state; in initW6692()916 cs->bcs[1].BC_Close = close_w6692state; in initW6692()
1050 cs->bcs[0].BC_Close = close_2bs0; in init2bds0()1051 cs->bcs[1].BC_Close = close_2bs0; in init2bds0()
959 cs->bcs[0].BC_Close = close_tigerstate; in inittiger()960 cs->bcs[1].BC_Close = close_tigerstate; in inittiger()
515 void (*BC_Close) (struct BCState *); member
1338 cs->bcs[0].BC_Close = close_hfcsx; in inithfcsx()1339 cs->bcs[1].BC_Close = close_hfcsx; in inithfcsx()
371 bcs->BC_Close = NULL; in init_bcstate()
831 cs->bcs[hscx].BC_Close = bch_close_state; in bch_init()
1583 cs->bcs[0].BC_Close = close_hfcpci; in inithfcpci()1584 cs->bcs[1].BC_Close = close_hfcpci; in inithfcpci()
1903 cs->bcs[0].BC_Close = close_isarstate; in initisar()1904 cs->bcs[1].BC_Close = close_isarstate; in initisar()
859 chanp->bcs->BC_Close(chanp->bcs); in release_b_st()