Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dhscx.c158 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hscxstate()
176 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hscxstate()
180 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_hscxstate()
186 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_hscxstate()
Djade.c197 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_jadestate()
215 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_jadestate()
219 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_jadestate()
225 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_jadestate()
Dipacx.c605 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) return; in bch_int()
763 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in bch_close_state()
783 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in bch_open_state()
787 clear_bit(BC_FLG_INIT, &bcs->Flag); in bch_open_state()
793 clear_bit(BC_FLG_INIT, &bcs->Flag); in bch_open_state()
Dw6692.c285 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) { in W6692B_interrupt()
820 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_w6692state()
838 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_w6692state()
842 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_w6692state()
848 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_w6692state()
Dhfc_2bs0.c514 if (test_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hfcstate()
523 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in close_hfcstate()
529 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcstate()
Davm_pci.c544 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hdlcstate()
562 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hdlcstate()
571 test_and_clear_bit(BC_FLG_INIT, &bcs->Flag); in open_hdlcstate()
Delsa_ser.c430 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_elsastate()
597 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in setstack_elsa()
Djade_irq.c123 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in jade_interrupt()
Dhscx_irq.c131 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in hscx_interrupt()
Dhfc_2bds0.c512 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_2bs0()
526 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcstate()
Dnetjet.c856 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_tigerstate()
874 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_tigerstate()
Disar.c1691 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_isarstate()
1710 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_isarstate()
1838 test_bit(BC_FLG_INIT, &bcs->Flag)) { in isar_auxcmd()
Dhfc_sx.c1203 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hfcsx()
1220 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcsxstate()
Dhisax.h460 #define BC_FLG_INIT 1 macro
Dhfc_pci.c1452 if (test_and_clear_bit(BC_FLG_INIT, &bcs->Flag)) { in close_hfcpci()
1469 if (!test_and_set_bit(BC_FLG_INIT, &bcs->Flag)) { in open_hfcpcistate()
Ddiva.c485 if (!test_bit(BC_FLG_INIT, &bcs->Flag)) in Memhscx_interrupt()