Lines Matching refs:tPORT
142 tPORT* p_port; in RFCOMM_CreateConnection()
253 tPORT* p_port; in RFCOMM_RemoveConnection()
291 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in RFCOMM_RemoveServer()
327 tPORT* p_port; in PORT_SetEventCallback()
357 tPORT* p_port; in PORT_ClearKeepHandleFlag()
383 tPORT* p_port; in PORT_SetDataCallback()
418 tPORT* p_port; in PORT_SetDataCOCallback()
450 tPORT* p_port; in PORT_SetEventMask()
489 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in PORT_CheckConnection()
534 tPORT* p_port = nullptr; in PORT_IsOpening()
536 for (tPORT& port : rfc_cb.port.port) { in PORT_IsOpening()
570 tPORT* p_port; in PORT_SetState()
614 tPORT* p_port; in PORT_GetRxQueueCnt()
655 tPORT* p_port; in PORT_GetState()
690 tPORT* p_port; in PORT_Control()
773 tPORT* p_port; in PORT_FlowControl()
840 tPORT* p_port; in PORT_FlowControl_MaxCredit()
907 tPORT* p_port; in PORT_GetModemStatus()
945 tPORT* p_port; in PORT_ClearError()
981 tPORT* p_port; in PORT_SendError()
1015 tPORT* p_port; in PORT_GetQueueStatus()
1060 tPORT* p_port; in PORT_Purge()
1132 tPORT* p_port; in PORT_ReadData()
1227 tPORT* p_port; in PORT_Read()
1276 static int port_write(tPORT* p_port, BT_HDR* p_buf) { in port_write()
1335 tPORT* p_port; in PORT_Write()
1394 tPORT* p_port; in PORT_WriteDataCO()
1552 tPORT* p_port; in PORT_WriteData()
1660 tPORT* p_port; in PORT_Test()