Lines Matching refs:Endpoint

133 	HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint];  in send_packet_completion()
176 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in log_packet_info()
649 SM(pPacket->Endpoint, in htc_issue_packets_bundle()
821 SM(pPacket->Endpoint, in htc_issue_packets()
1210 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets_credit_based()
1211 (pPacket->Endpoint <= ENDPOINT_UNUSED)) in get_htc_send_packets_credit_based()
1376 (pPacket->Endpoint >= ENDPOINT_MAX) || in get_htc_send_packets()
1377 (pPacket->Endpoint <= ENDPOINT_UNUSED)) in get_htc_send_packets()
1907 if ((pPacket->Endpoint >= ENDPOINT_MAX) || in __htc_send_pkt()
1908 (pPacket->Endpoint <= ENDPOINT_UNUSED)) { in __htc_send_pkt()
1914 pEndpoint = &target->endpoint[pPacket->Endpoint]; in __htc_send_pkt()
1946 SM(pPacket->Endpoint, in __htc_send_pkt()
2191 htc_packet->Endpoint, htc_packet->pBuffer, in htc_send_pkt()
2308 if ((pPacket->Endpoint >= ENDPOINT_MAX) || in htc_send_data_pkt()
2309 (pPacket->Endpoint <= ENDPOINT_UNUSED)) { in htc_send_data_pkt()
2315 pEndpoint = &target->endpoint[pPacket->Endpoint]; in htc_send_data_pkt()
2327 SM(pPacket->Endpoint, in htc_send_data_pkt()
2864 void htc_flush_endpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint, in htc_flush_endpoint() argument
2868 HTC_ENDPOINT *pEndpoint = &target->endpoint[Endpoint]; in htc_flush_endpoint()
2881 HTC_ENDPOINT_ID Endpoint, bool Active) in htc_indicate_activity_change() argument
2886 bool htc_is_endpoint_active(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_is_endpoint_active() argument