Home
last modified time | relevance | path

Searched refs:NFCMRVL_NCI_RUNNING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dmain.c22 if (test_and_set_bit(NFCMRVL_NCI_RUNNING, &priv->flags)) in nfcmrvl_nci_open()
31 clear_bit(NFCMRVL_NCI_RUNNING, &priv->flags); in nfcmrvl_nci_open()
40 if (!test_and_clear_bit(NFCMRVL_NCI_RUNNING, &priv->flags)) in nfcmrvl_nci_close()
219 if (test_bit(NFCMRVL_NCI_RUNNING, &priv->flags)) in nfcmrvl_nci_recv_frame()
H A Dnfcmrvl.h14 #define NFCMRVL_NCI_RUNNING 1 macro
H A Dusb.c65 if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags)) in nfcmrvl_bulk_complete()
422 if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags)) in nfcmrvl_resume()