Searched refs:IDT77252_BIT_INIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | idt77252.c | 2979 if (!test_bit(IDT77252_BIT_INIT, &card->flags)) { in idt77252_dev_open() 3057 if (!test_bit(IDT77252_BIT_INIT, &card->flags)) { in deinit_card() 3115 clear_bit(IDT77252_BIT_INIT, &card->flags); in deinit_card() 3278 if (test_bit(IDT77252_BIT_INIT, &card->flags)) { in init_card() 3529 set_bit(IDT77252_BIT_INIT, &card->flags); in init_card()
|
H A D | idt77252.h | 418 #define IDT77252_BIT_INIT 1 macro
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | idt77252.c | 2972 if (!test_bit(IDT77252_BIT_INIT, &card->flags)) { in idt77252_dev_open() 3050 if (!test_bit(IDT77252_BIT_INIT, &card->flags)) { in deinit_card() 3108 clear_bit(IDT77252_BIT_INIT, &card->flags); in deinit_card() 3271 if (test_bit(IDT77252_BIT_INIT, &card->flags)) { in init_card() 3522 set_bit(IDT77252_BIT_INIT, &card->flags); in init_card()
|
H A D | idt77252.h | 418 #define IDT77252_BIT_INIT 1 macro
|
Completed in 16 milliseconds