Lines Matching refs:psHwReference
135 … phLibNfc_Ioctl_Cntx.psHwReference = phOsalNfc_GetMemory((uint32_t)sizeof(phHal_sHwReference_t)); in phLibNfc_Mgt_IoCtl()
136 if(phLibNfc_Ioctl_Cntx.psHwReference == NULL) in phLibNfc_Mgt_IoCtl()
138 (void)memset(phLibNfc_Ioctl_Cntx.psHwReference,0,sizeof(phHal_sHwReference_t)); in phLibNfc_Mgt_IoCtl()
139 phLibNfc_Ioctl_Cntx.psHwReference->p_board_driver = pDalHandle; in phLibNfc_Mgt_IoCtl()
141 StatusCode = phHal4Nfc_Ioctl( phLibNfc_Ioctl_Cntx.psHwReference, in phLibNfc_Mgt_IoCtl()
150 StatusCode = phHal4Nfc_Ioctl(gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
161 StatusCode = phHal4Nfc_Ioctl( gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
172 StatusCode = phHal4Nfc_Ioctl( gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
183 StatusCode = phHal4Nfc_Ioctl( gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
194 StatusCode = phHal4Nfc_Ioctl( gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
205 StatusCode = phHal4Nfc_Switch_Swp_Mode( gpphLibContext->psHwReference, in phLibNfc_Mgt_IoCtl()
266 phOsalNfc_FreeMemory(pIoctlCntx->psHwReference); in phLibNfc_Ioctl_Mgmt_CB()