Lines Matching refs:plower_if
520 phNfc_sLowerIF_t *plower_if = in phHciNfc_Release_Lower() local
525 if(NULL != plower_if->release) in phHciNfc_Release_Lower()
527 status = plower_if->release((void *)plower_if->pcontext, in phHciNfc_Release_Lower()
529 (void) memset((void *)plower_if, 0, sizeof(phNfc_sLowerIF_t)); in phHciNfc_Release_Lower()
560 phNfc_sLowerIF_t *plower_if = &(psHciContext->lower_interface); in phHciNfc_Send() local
562 if( (NULL != plower_if) in phHciNfc_Send()
563 && (NULL != plower_if->send) in phHciNfc_Send()
588 status = plower_if->send((void *)plower_if->pcontext, in phHciNfc_Send()
616 phNfc_sLowerIF_t *plower_if = NULL ; in phHciNfc_Receive() local
625 plower_if = &(psHciContext->lower_interface); in phHciNfc_Receive()
627 if( (NULL != plower_if) in phHciNfc_Receive()
628 && (NULL != plower_if->receive) in phHciNfc_Receive()
632 status = plower_if->receive((void *)plower_if->pcontext, in phHciNfc_Receive()