Lines Matching refs:tNFC_HAL_MSG
152 tNFC_HAL_MSG* msg; in nfc_hal_open()
177 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_open()
187 tNFC_HAL_MSG* msg; in nfc_hal_close()
198 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_close()
221 tNFC_HAL_MSG* msg; in nfc_hal_write()
232 msg = (tNFC_HAL_MSG*)OSI_mem_get(size + HAL_EVT_SIZE); in nfc_hal_write()
251 tNFC_HAL_MSG* msg; in nfc_hal_core_initialized()
256 msg = (tNFC_HAL_MSG*)OSI_mem_get(size + HAL_EVT_SIZE); in nfc_hal_core_initialized()
284 tNFC_HAL_MSG* msg; in nfc_hal_control_granted()
288 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_control_granted()
301 tNFC_HAL_MSG* msg; in nfc_hal_power_cycle()
307 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_power_cycle()