Lines Matching refs:HTC_HANDLE

48 typedef struct opaque_htc_handle *HTC_HANDLE;  typedef
425 HTC_HANDLE htc_create(void *HifDevice, struct htc_init_info *pInfo,
434 void *htc_get_hif_device(HTC_HANDLE HTCHandle);
455 void htc_set_credit_distribution(HTC_HANDLE HTCHandle,
472 QDF_STATUS htc_wait_target(HTC_HANDLE HTCHandle);
486 QDF_STATUS htc_start(HTC_HANDLE HTCHandle);
498 QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle,
512 void htc_dump(HTC_HANDLE HTCHandle, uint8_t CmdId, bool start);
522 void htc_ce_tasklet_debug_dump(HTC_HANDLE htc_handle);
535 QDF_STATUS htc_send_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket);
548 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id,
559 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id);
569 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id);
579 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id);
591 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_register_custom_cb()
605 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_unregister_custom_cb()
618 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_enable_custom_cb()
631 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_disable_custom_cb()
654 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, qdf_nbuf_t netbuf,
672 QDF_STATUS htc_send_data_pkt(HTC_HANDLE HTCHandle, HTC_PACKET *pPacket,
684 void htc_flush_surprise_remove(HTC_HANDLE HTCHandle);
694 void htc_stop(HTC_HANDLE HTCHandle);
703 void htc_destroy(HTC_HANDLE HTCHandle);
715 void htc_flush_endpoint(HTC_HANDLE HTCHandle, HTC_ENDPOINT_ID Endpoint,
724 void htc_dump_credit_states(HTC_HANDLE HTCHandle);
737 void htc_indicate_activity_change(HTC_HANDLE HTCHandle,
760 bool htc_get_endpoint_statistics(HTC_HANDLE HTCHandle,
777 void htc_unblock_recv(HTC_HANDLE HTCHandle);
794 A_STATUS htc_add_receive_pkt_multiple(HTC_HANDLE HTCHandle,
804 bool htc_is_endpoint_active(HTC_HANDLE HTCHandle,
814 void htc_set_pkt_dbg(HTC_HANDLE handle, A_BOOL dbg_flag);
824 void htc_set_nodrop_pkt(HTC_HANDLE HTCHandle, A_BOOL isNodropPkt);
836 htc_enable_hdr_length_check(HTC_HANDLE htc_handle, bool htc_hdr_length_check);
847 int htc_get_num_recv_buffers(HTC_HANDLE HTCHandle,
858 void htc_set_target_failure_callback(HTC_HANDLE HTCHandle,
862 void htc_enable_recv(HTC_HANDLE HTCHandle);
863 void htc_disable_recv(HTC_HANDLE HTCHandle);
864 A_STATUS HTCWaitForPendingRecv(HTC_HANDLE HTCHandle,
869 struct ol_ath_htc_stats *ieee80211_ioctl_get_htc_stats(HTC_HANDLE
878 int htc_get_tx_queue_depth(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id);
881 void htc_ctrl_msg_cmpl(HTC_HANDLE htc_pdev, HTC_ENDPOINT_ID htc_ep_id);
896 void htc_get_control_endpoint_tx_host_credits(HTC_HANDLE HTCHandle,
898 void htc_dump_counter_info(HTC_HANDLE HTCHandle);
899 void *htc_get_targetdef(HTC_HANDLE htc_handle);
901 int htc_runtime_suspend(HTC_HANDLE htc_ctx);
902 int htc_runtime_resume(HTC_HANDLE htc_ctx);
908 bool htc_can_suspend_link(HTC_HANDLE HTCHandle);
911 void htc_ipa_get_ce_resource(HTC_HANDLE htc_handle,
928 void htc_dump_bundle_stats(HTC_HANDLE HTCHandle);
936 void htc_clear_bundle_stats(HTC_HANDLE HTCHandle);
940 int htc_pm_runtime_get(HTC_HANDLE htc_handle);
941 int htc_pm_runtime_put(HTC_HANDLE htc_handle);
949 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc);
951 static inline int htc_pm_runtime_get(HTC_HANDLE htc_handle) { return 0; } in htc_pm_runtime_get()
952 static inline int htc_pm_runtime_put(HTC_HANDLE htc_handle) { return 0; } in htc_pm_runtime_put()
955 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc) in htc_dec_return_htt_runtime_cnt()
980 void htc_vote_link_down(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id);
991 void htc_vote_link_up(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id);
1000 void htc_vote_link_down(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id) in htc_vote_link_down()
1005 void htc_vote_link_up(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id) in htc_vote_link_up()
1020 void htc_set_async_ep(HTC_HANDLE HTCHandle,
1030 void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count);
1038 uint8_t htc_get_wmi_endpoint_count(HTC_HANDLE htc_handle);
1050 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count,
1054 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count, in htc_print_credit_history()
1069 void htc_system_resume(HTC_HANDLE htc);
1071 static inline void htc_system_resume(HTC_HANDLE htc) in htc_system_resume()