Lines Matching refs:phFriNfc_Llcp_t
87 static NFCSTATUS phFriNfc_Llcp_HandleIncomingPacket( phFriNfc_Llcp_t *Llcp,
89 static void phFriNfc_Llcp_ResetLTO( phFriNfc_Llcp_t *Llcp );
90 static NFCSTATUS phFriNfc_Llcp_InternalSend( phFriNfc_Llcp_t *Llcp,
94 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp );
150 static NFCSTATUS phFriNfc_Llcp_InternalDeactivate( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_InternalDeactivate()
196 static NFCSTATUS phFriNfc_Llcp_SendSymm( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_SendSymm()
207 static NFCSTATUS phFriNfc_Llcp_SendPax( phFriNfc_Llcp_t *Llcp, phFriNfc_Llcp_sLinkParameters_t *psL… in phFriNfc_Llcp_SendPax()
242 static NFCSTATUS phFriNfc_Llcp_SendDisconnect( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_SendDisconnect()
266 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_Timer_CB()
288 static NFCSTATUS phFriNfc_Llcp_HandleAggregatedPacket( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_HandleAggregatedPacket()
520 static NFCSTATUS phFriNfc_Llcp_InternalActivate( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_InternalActivate()
574 static NFCSTATUS phFriNfc_Llcp_HandleMACLinkActivated( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_HandleMACLinkActivated()
618 static void phFriNfc_Llcp_HandleMACLinkDeactivated( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_HandleMACLinkDeactivated()
652 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_ChkLlcp_CB()
669 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_LinkStatus_CB()
702 static void phFriNfc_Llcp_ResetLTO( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_ResetLTO()
773 static NFCSTATUS phFriNfc_Llcp_HandleLinkPacket( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_HandleLinkPacket()
836 static NFCSTATUS phFriNfc_Llcp_HandleTransportPacket( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_HandleTransportPacket()
861 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_HandlePendingSend()
935 static NFCSTATUS phFriNfc_Llcp_HandleIncomingPacket( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_HandleIncomingPacket()
969 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_Receive_CB()
1056 phFriNfc_Llcp_t *Llcp = (phFriNfc_Llcp_t*)pContext; in phFriNfc_Llcp_Send_CB()
1086 static NFCSTATUS phFriNfc_Llcp_InternalSend( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_InternalSend()
1231 NFCSTATUS phFriNfc_Llcp_Reset( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_Reset()
1272 memset(Llcp, 0x00, sizeof(phFriNfc_Llcp_t)); in phFriNfc_Llcp_Reset()
1299 NFCSTATUS phFriNfc_Llcp_ChkLlcp( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_ChkLlcp()
1324 NFCSTATUS phFriNfc_Llcp_Activate( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_Activate()
1349 NFCSTATUS phFriNfc_Llcp_Deactivate( phFriNfc_Llcp_t *Llcp ) in phFriNfc_Llcp_Deactivate()
1378 NFCSTATUS phFriNfc_Llcp_GetLocalInfo( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_GetLocalInfo()
1394 NFCSTATUS phFriNfc_Llcp_GetRemoteInfo( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_GetRemoteInfo()
1410 NFCSTATUS phFriNfc_Llcp_Send( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_Send()
1461 NFCSTATUS phFriNfc_Llcp_Recv( phFriNfc_Llcp_t *Llcp, in phFriNfc_Llcp_Recv()