Searched refs:ST_NCI_RUNNING (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 37 if (test_and_set_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_open() 42 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_open() 51 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_close() 56 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_close() 67 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_send()
|
H A D | st-nci.h | 14 #define ST_NCI_RUNNING 1 macro
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | core.c | 35 if (test_and_set_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_open() 40 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_open() 49 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_close() 54 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_close() 65 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_send()
|
H A D | st-nci.h | 14 #define ST_NCI_RUNNING 1 macro
|
Completed in 2 milliseconds