Searched refs:ENDPOINT_0 (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc_services.c | 122 assignedEndpoint = ENDPOINT_0; in htc_connect_service() 207 ENDPOINT_0, in htc_connect_service()
|
H A D | htc.c | 243 htc_flush_endpoint_txlookupQ(target, ENDPOINT_0, true); in htc_cleanup() 510 pEndpoint = &target->endpoint[ENDPOINT_0]; in htc_create() 876 for (i = ENDPOINT_0; i < ENDPOINT_MAX; i++) { in reset_endpoint_states() 959 ENDPOINT_0, HTC_SERVICE_TX_PACKET_TAG); in htc_start()
|
H A D | htc_packet.h | 29 ENDPOINT_0 = 0, enumerator
|
H A D | htc_recv.c | 409 if (htc_ep_id == ENDPOINT_0) { in htc_rx_completion_handler()
|
H A D | htc_send.c | 49 (1 << ENDPOINT_0) | (1 << ENDPOINT_1) | (1 << ENDPOINT_2); 1262 if (pEndpoint->Id == ENDPOINT_0) { in get_htc_send_packets_credit_based() 2970 } else if (FromEndpoint == ENDPOINT_0) { in htc_process_credit_rpt()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ |
H A D | hif_sdio_dev.c | 70 bufsize, ENDPOINT_0); in hif_dev_alloc_rx_buffer()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt.c | 347 htc_flush_endpoint(pdev->htc_pdev, ENDPOINT_0, HTC_TX_PACKET_TAG_ALL); in htt_htc_attach_all() 369 htc_flush_endpoint(pdev->htc_pdev, ENDPOINT_0, HTC_TX_PACKET_TAG_ALL); in htt_htc_attach_all()
|