Lines Matching refs:pEndpoint
326 void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint);
327 void htc_flush_endpoint_tx(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint,
359 pEndpoint) { in htc_send_complete_poll_timer_stop() argument
360 LOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_stop()
361 if (pEndpoint->ul_poll_timer_active) { in htc_send_complete_poll_timer_stop()
363 pEndpoint->ul_poll_timer_active = 0; in htc_send_complete_poll_timer_stop()
365 UNLOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_stop()
369 pEndpoint) { in htc_send_complete_poll_timer_start() argument
370 LOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_start()
371 if (pEndpoint->ul_outstanding_cnt in htc_send_complete_poll_timer_start()
372 && !pEndpoint->ul_poll_timer_active) { in htc_send_complete_poll_timer_start()
376 pEndpoint->ul_poll_timer_active = 1; in htc_send_complete_poll_timer_start()
378 UNLOCK_HTC_TX(pEndpoint->target); in htc_send_complete_poll_timer_start()
382 htc_send_complete_check(HTC_ENDPOINT *pEndpoint, int force) { in htc_send_complete_check() argument
388 htc_send_complete_poll_timer_stop(pEndpoint); in htc_send_complete_check()
393 hif_send_complete_check(pEndpoint->target->hif_dev, in htc_send_complete_check()
394 pEndpoint->UL_PipeID, force); in htc_send_complete_check()
399 htc_send_complete_poll_timer_start(pEndpoint); in htc_send_complete_check()