Searched defs:HTCHandle (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc.c | 123 void htc_set_target_failure_callback(HTC_HANDLE HTCHandle, in htc_set_target_failure_callback() 131 void htc_dump(HTC_HANDLE HTCHandle, uint8_t CmdId, bool start) in htc_dump() 537 void htc_destroy(HTC_HANDLE HTCHandle) in htc_destroy() 559 void *htc_get_hif_device(HTC_HANDLE HTCHandle) in htc_get_hif_device() 732 QDF_STATUS htc_wait_target(HTC_HANDLE HTCHandle) in htc_wait_target() 899 QDF_STATUS htc_start(HTC_HANDLE HTCHandle) in htc_start() 971 void htc_flush_surprise_remove(HTC_HANDLE HTCHandle) in htc_flush_surprise_remove() 1008 void htc_stop(HTC_HANDLE HTCHandle) in htc_stop() 1078 void htc_dump_credit_states(HTC_HANDLE HTCHandle) in htc_dump_credit_states() 1109 bool htc_get_endpoint_statistics(HTC_HANDLE HTCHandle, in htc_get_endpoint_statistics() [all …]
|
D | htc_recv.c | 131 void htc_unblock_recv(HTC_HANDLE HTCHandle) in htc_unblock_recv() 136 void htc_enable_recv(HTC_HANDLE HTCHandle) in htc_enable_recv() 142 void htc_disable_recv(HTC_HANDLE HTCHandle) in htc_disable_recv() 148 int htc_get_num_recv_buffers(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_get_num_recv_buffers() 540 A_STATUS htc_add_receive_pkt_multiple(HTC_HANDLE HTCHandle, in htc_add_receive_pkt_multiple()
|
D | htc_send.c | 70 void htc_dump_counter_info(HTC_HANDLE HTCHandle) in htc_dump_counter_info() 91 void htc_get_control_endpoint_tx_host_credits(HTC_HANDLE HTCHandle, in htc_get_control_endpoint_tx_host_credits() 1795 static uint16_t htc_send_pkts_sched_check(HTC_HANDLE HTCHandle, in htc_send_pkts_sched_check() 1885 static inline QDF_STATUS __htc_send_pkt(HTC_HANDLE HTCHandle, in __htc_send_pkt() 2294 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket, in htc_send_data_pkt() 2864 void htc_flush_endpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint, in htc_flush_endpoint() 2880 void htc_indicate_activity_change(HTC_HANDLE HTCHandle, in htc_indicate_activity_change() 2886 bool htc_is_endpoint_active(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint) in htc_is_endpoint_active() 2898 void htc_set_nodrop_pkt(HTC_HANDLE HTCHandle, A_BOOL isNodropPkt) in htc_set_nodrop_pkt() 3022 struct ol_ath_htc_stats *ieee80211_ioctl_get_htc_stats(HTC_HANDLE HTCHandle) in ieee80211_ioctl_get_htc_stats()
|
D | htc_services.c | 91 QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle, in htc_connect_service() 399 void htc_set_credit_distribution(HTC_HANDLE HTCHandle, in htc_set_credit_distribution() 423 void htc_set_async_ep(HTC_HANDLE HTCHandle, in htc_set_async_ep()
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/ |
D | epping_internal.h | 105 HTC_HANDLE HTCHandle; member
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
D | cds_api.c | 753 void *HTCHandle; in cds_open() local
|