Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c338 struct usb_endpoint_descriptor *endpoint; in usb_hif_setup_pipe_resources() local
347 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 …]
H A Dhif_usb.c803 ep_desc = &iface_desc->endpoint[i].desc; in hif_dump_info()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c189 HTC_ENDPOINT *endpoint; in htc_cleanup() local
249 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() local
1025 endpoint = &target->endpoint[i]; in htc_stop()
1026 htc_flush_rx_hold_queue(target, endpoint); in htc_stop()
[all …]
H A Dhtc_send.c85 HTC_ENDPOINT *endpoint = &target->endpoint[endpoint_id]; in htc_get_tx_queue_depth() local
87 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() argument
1005 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 …]
H A Dhtc_recv.c152 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()
H A Dhtc_services.c322 pEndpoint = &target->endpoint[assignedEndpoint]; in htc_connect_service()
427 HTC_ENDPOINT *pEndpoint = &target->endpoint[htc_ep_id]; in htc_set_async_ep()
H A Dhtc_internal.h205 HTC_ENDPOINT endpoint[ENDPOINT_MAX]; member