Searched refs:endpoint (Results 1 – 7 of 7) sorted by relevance
338 struct usb_endpoint_descriptor *endpoint; in usb_hif_setup_pipe_resources() local347 endpoint = &iface_desc->endpoint[i].desc; in usb_hif_setup_pipe_resources()349 if (IS_BULK_EP(endpoint->bmAttributes)) { in usb_hif_setup_pipe_resources()351 IS_DIR_IN(endpoint->bEndpointAddress) ? in usb_hif_setup_pipe_resources()353 endpoint->bEndpointAddress, in usb_hif_setup_pipe_resources()354 qdf_le16_to_cpu(endpoint->wMaxPacketSize)); in usb_hif_setup_pipe_resources()355 } else if (IS_INT_EP(endpoint->bmAttributes)) { in usb_hif_setup_pipe_resources()357 IS_DIR_IN(endpoint->bEndpointAddress) ? in usb_hif_setup_pipe_resources()359 endpoint->bEndpointAddress, in usb_hif_setup_pipe_resources()360 qdf_le16_to_cpu(endpoint->wMaxPacketSize), in usb_hif_setup_pipe_resources()[all …]
803 ep_desc = &iface_desc->endpoint[i].desc; in hif_dump_info()
189 HTC_ENDPOINT *endpoint; in htc_cleanup() local249 endpoint = &target->endpoint[i]; in htc_cleanup()250 qdf_spinlock_destroy(&endpoint->lookup_queue_lock); in htc_cleanup()456 pEndpoint = &target->endpoint[i]; in htc_create()510 pEndpoint = &target->endpoint[ENDPOINT_0]; in htc_create()877 pEndpoint = &target->endpoint[i]; in reset_endpoint_states()985 pEndpoint = &target->endpoint[i]; in htc_flush_surprise_remove()1012 HTC_ENDPOINT *endpoint; in htc_stop() local1025 endpoint = &target->endpoint[i]; in htc_stop()1026 htc_flush_rx_hold_queue(target, endpoint); in htc_stop()[all …]
85 HTC_ENDPOINT *endpoint = &target->endpoint[endpoint_id]; in htc_get_tx_queue_depth() local87 return HTC_PACKET_QUEUE_DEPTH(&endpoint->TxQueue); in htc_get_tx_queue_depth()106 pEndpoint = &target->endpoint[i]; in htc_get_control_endpoint_tx_host_credits()133 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in send_packet_completion()176 HTC_ENDPOINT *pEndpoint = &target->endpoint[pPacket->Endpoint]; in log_packet_info()999 static void extract_htc_pm_packets(HTC_ENDPOINT *endpoint, in extract_htc_pm_packets() argument1005 if (endpoint->service_id != WMI_CONTROL_SVC) in extract_htc_pm_packets()1008 ITERATE_OVER_LIST_ALLOW_REMOVE(&endpoint->TxQueue.QueueHead, packet, in extract_htc_pm_packets()1011 HTC_PACKET_REMOVE(&endpoint->TxQueue, packet); in extract_htc_pm_packets()1025 static void queue_htc_pm_packets(HTC_ENDPOINT *endpoint, in queue_htc_pm_packets() argument[all …]
152 HTC_ENDPOINT *pEndpoint = &target->endpoint[Endpoint]; in htc_get_num_recv_buffers()310 pEndpoint = &target->endpoint[htc_ep_id]; in htc_rx_completion_handler()320 currendpoint = &target->endpoint[i]; in htc_rx_completion_handler()567 pEndpoint = &target->endpoint[pFirstPacket->Endpoint]; in htc_add_receive_pkt_multiple()
322 pEndpoint = &target->endpoint[assignedEndpoint]; in htc_connect_service()427 HTC_ENDPOINT *pEndpoint = &target->endpoint[htc_ep_id]; in htc_set_async_ep()
205 HTC_ENDPOINT endpoint[ENDPOINT_MAX]; member