Searched refs:NFC_FL_HAL_REQUESTED (Results 1 – 3 of 3) sorted by relevance
329 nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED | NFC_FL_CONTROL_GRANTED | NFC_FL_HAL_REQUESTED); in nfc_gen_cleanup()441 nfc_cb.flags |= NFC_FL_HAL_REQUESTED; in nfc_main_handle_hal_evt()1174 if (!(nfc_cb.flags & NFC_FL_HAL_REQUESTED)) in NFC_Deactivate()
327 else if (nfc_cb.flags & NFC_FL_HAL_REQUESTED) in nfc_ncif_check_cmd_queue()330 nfc_cb.flags &= ~NFC_FL_HAL_REQUESTED; in nfc_ncif_check_cmd_queue()
92 #define NFC_FL_HAL_REQUESTED 0x0080 /* NFC_FL_CONTROL_REQUESTED on HAL request */ macro