Searched refs:FLG_LOCK_ATOMIC (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | hfc_2bds0.c | 343 if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfc_send_data() 345 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in hfc_send_data() 361 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in main_rec_2bds0() 398 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in main_rec_2bds0() 597 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in receive_dmsg() 684 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in receive_dmsg() 773 test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags) ? in hfc2bds0_interrupt() 786 if (test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfc2bds0_interrupt() 815 if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfc2bds0_interrupt() 817 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in hfc2bds0_interrupt() [all …]
|
D | hfc_sx.c | 456 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in receive_dmsg() 469 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in receive_dmsg() 485 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in main_rec_hfcsx() 499 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in main_rec_hfcsx() 659 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in receive_emsg() 686 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in receive_emsg() 718 test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags) ? in hfcsx_interrupt() 739 if (test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfcsx_interrupt() 771 if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfcsx_interrupt() 773 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in hfcsx_interrupt() [all …]
|
D | hfc_pci.c | 341 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in receive_dmsg() 391 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in receive_dmsg() 473 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in main_rec_hfcpci() 510 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in main_rec_hfcpci() 845 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in receive_emsg() 920 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in receive_emsg() 953 test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags) ? in hfcpci_interrupt() 974 if (test_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfcpci_interrupt() 1006 if (!test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in hfcpci_interrupt() 1008 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in hfcpci_interrupt() [all …]
|
D | nj_u.c | 63 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in netjet_u_interrupt() 77 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in netjet_u_interrupt() 235 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in setup_netjet_u()
|
D | nj_s.c | 78 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in netjet_s_interrupt() 94 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in netjet_s_interrupt() 271 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in setup_netjet_s()
|
D | enternow_pci.c | 284 if (test_and_set_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags)) { in enpci_interrupt() 297 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in enpci_interrupt() 401 test_and_clear_bit(FLG_LOCK_ATOMIC, &cs->HW_Flags); in setup_enternow_pci()
|
D | hisax.h | 881 #define FLG_LOCK_ATOMIC 7 macro
|