Home
last modified time | relevance | path

Searched refs:ST_NCI_RUNNING (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/nfc/st-nci/
Dcore.c37 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()
Dst-nci.h14 #define ST_NCI_RUNNING 1 macro