Searched refs:NFC_FL_DISCOVER_PENDING (Results 1 – 3 of 3) sorted by relevance
318 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_gen_cleanup()320 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_gen_cleanup()416 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_main_handle_hal_evt()419 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_main_handle_hal_evt()906 nfc_cb.flags |= NFC_FL_DISCOVER_PENDING; in NFC_DiscoveryStart()1142 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in NFC_Deactivate()1145 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in NFC_Deactivate()
306 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_ncif_check_cmd_queue()318 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_ncif_check_cmd_queue()
90 #define NFC_FL_DISCOVER_PENDING 0x0040 /* NCI command window is on the HAL side */ macro