Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dnfcwilink.c107 NFCWILINK_RUNNING, enumerator
388 if (test_and_set_bit(NFCWILINK_RUNNING, &drv->flags)) { in nfcwilink_open()
438 clear_bit(NFCWILINK_RUNNING, &drv->flags); in nfcwilink_open()
449 if (!test_and_clear_bit(NFCWILINK_RUNNING, &drv->flags)) in nfcwilink_close()
469 if (!test_bit(NFCWILINK_RUNNING, &drv->flags)) { in nfcwilink_send()