Searched refs:p_hal (Results 1 – 4 of 4) sorted by relevance
321 nfc_cb.p_hal->close(); in nfc_task_shutdown_nfcc()326 nfc_cb.p_hal->power_cycle(); in nfc_task_shutdown_nfcc()331 nfc_cb.p_hal->close(); in nfc_task_shutdown_nfcc()
276 nfc_cb.p_hal->close (); in nfc_enabled()678 nfc_cb.p_hal->open (nfc_main_hal_cback, nfc_main_hal_data_cback); in NFC_Enable()740 nfc_cb.p_hal = p_hal_entry_tbl; in NFC_Init()1250 nfc_cb.p_hal->open (nfc_main_hal_cback, nfc_main_hal_data_cback); in NFC_SetPowerOffSleep()
232 nfc_cb.p_hal->write(p->len, (UINT8 *)(p+1) + p->offset); in nfc_ncif_send_data()288 nfc_cb.p_hal->write(p_buf->len, (UINT8 *)(p_buf+1) + p_buf->offset); in nfc_ncif_check_cmd_queue()308 if (nfc_cb.p_hal->prediscover ()) in nfc_ncif_check_cmd_queue()330 nfc_cb.p_hal->control_granted (); in nfc_ncif_check_cmd_queue()1307 nfc_cb.p_hal->core_initialized (p); in nfc_ncif_proc_init_rsp()
189 tHAL_NFC_ENTRY *p_hal; member