Searched refs:NFC_FL_DISCOVER_PENDING (Results 1 – 3 of 3) sorted by relevance
322 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_gen_cleanup()324 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_gen_cleanup()420 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_main_handle_hal_evt()423 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_main_handle_hal_evt()910 nfc_cb.flags |= NFC_FL_DISCOVER_PENDING; in NFC_DiscoveryStart()1146 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in NFC_Deactivate()1149 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in NFC_Deactivate()
305 if (nfc_cb.flags & NFC_FL_DISCOVER_PENDING) in nfc_ncif_check_cmd_queue()317 nfc_cb.flags &= ~NFC_FL_DISCOVER_PENDING; in nfc_ncif_check_cmd_queue()
91 #define NFC_FL_DISCOVER_PENDING 0x0040 /* NCI command window is on the HAL side */ macro