Home
last modified time | relevance | path

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

/linux/drivers/nfc/nfcmrvl/
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()
A Dnfcmrvl.h16 #define NFCMRVL_NCI_RUNNING 1 macro
A Dusb.c65 if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags)) in nfcmrvl_bulk_complete()
410 if (!test_bit(NFCMRVL_NCI_RUNNING, &drv_data->flags)) in nfcmrvl_resume()

Completed in 4 milliseconds