Home
last modified time | relevance | path

Searched refs:HTC_HANDLE (Results 1 – 25 of 35) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_api.h48 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);
[all …]
H A Dhtc.c123 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()
138 void htc_ce_tasklet_debug_dump(HTC_HANDLE htc_handle) in htc_ce_tasklet_debug_dump()
278 int htc_runtime_suspend(HTC_HANDLE htc_ctx) in htc_runtime_suspend()
293 int htc_runtime_resume(HTC_HANDLE htc_ctx) in htc_runtime_resume()
320 int32_t htc_dec_return_htt_runtime_cnt(HTC_HANDLE htc) in htc_dec_return_htt_runtime_cnt()
391 void htc_vote_link_down(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id) in htc_vote_link_down()
407 void htc_vote_link_up(HTC_HANDLE htc_handle, enum htc_link_vote_user_id id) in htc_vote_link_up()
430 HTC_HANDLE htc_create(void *ol_sc, struct htc_init_info *pInfo, in htc_create()
534 return (HTC_HANDLE) target; in htc_create()
[all …]
H A Dhtc_send.c70 void htc_dump_counter_info(HTC_HANDLE HTCHandle) in htc_dump_counter_info()
82 int htc_get_tx_queue_depth(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_get_tx_queue_depth()
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()
2016 htc_get_endpoint_ul_pipeid(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_get_endpoint_ul_pipeid()
2049 htc_register_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id, in htc_register_custom_cb()
2081 htc_unregister_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_unregister_custom_cb()
2112 htc_enable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_enable_custom_cb()
2143 htc_disable_custom_cb(HTC_HANDLE htc_handle, HTC_ENDPOINT_ID endpoint_id) in htc_disable_custom_cb()
[all …]
H A Dhtc_services.c91 QDF_STATUS htc_connect_service(HTC_HANDLE HTCHandle, in htc_connect_service()
210 status = htc_send_pkt((HTC_HANDLE) target, pSendPacket); 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()
H A Dhtc_recv.c131 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()
H A Dhtc_credit_history.c128 void htc_print_credit_history(HTC_HANDLE htc, uint32_t count, in htc_print_credit_history()
176 HTC_HANDLE htc; in htc_log_hang_credit_history()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_reg.h94 HTC_HANDLE htc_handle, qdf_device_t qdf_osdev,
108 HTC_HANDLE htc_handle, qdf_device_t qdf_osdev, in dp_soc_init_wifi3()
157 HTC_HANDLE htc_handle, in cdp_soc_attach()
H A Dcdp_txrx_cmn_struct.h3245 HTC_HANDLE htc_handle;
3263 HTC_HANDLE htc_handle;
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
H A Dinit_deinit_lmac.h140 HTC_HANDLE lmac_get_htc_hdl(struct wlan_objmgr_psoc *psoc);
152 HTC_HANDLE htc_hdl);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h249 HTC_HANDLE htc_soc;
917 HTC_HANDLE htc_soc,
960 struct htt_soc *htt_soc_attach(struct dp_soc *soc, HTC_HANDLE htc_hdl);
969 void htt_set_htc_handle(struct htt_soc *htt_hdl, HTC_HANDLE htc_soc);
977 HTC_HANDLE htt_get_htc_handle(struct htt_soc *htt_hdl);
H A Ddp_rings.h622 void *dp_soc_init(struct dp_soc *soc, HTC_HANDLE htc_handle,
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dinit_deinit_lmac.c207 HTC_HANDLE lmac_get_htc_hdl(struct wlan_objmgr_psoc *psoc) in lmac_get_htc_hdl()
227 HTC_HANDLE htc_hdl) in lmac_set_htc_hdl()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.h56 HTC_HANDLE htc_soc,
H A Ddp_rh_htt.c531 HTC_HANDLE htc_soc, in dp_htt_soc_initialize_rh()
H A Ddp_rh.c349 static void *dp_soc_init_rh(struct dp_soc *soc, HTC_HANDLE htc_handle, in dp_soc_init_rh()
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/
H A Dtarget_if_mgmt_txrx_rx_reo.c680 HTC_HANDLE htc_handle; in target_if_mgmt_rx_reo_schedule_delivery()
718 HTC_HANDLE htc_handle; in target_if_mgmt_rx_reo_cancel_scheduled_delivery()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
H A Depping_internal.h105 HTC_HANDLE HTCHandle;
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_api.h45 HTC_HANDLE htc_pdev, qdf_device_t osdev);
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_main.c104 HTC_HANDLE htc_handle; in epping_disable()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_types.h216 HTC_HANDLE htc_pdev;
H A Dhtt.c402 HTC_HANDLE htc_pdev, qdf_device_t osdev) in htt_pdev_alloc()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h480 HTC_HANDLE htc_handle);
494 HTC_HANDLE htc_handle);
498 HTC_HANDLE htc_handle) in wmi_diag_connect_pdev_htc_service()
514 HTC_HANDLE htc_handle);
518 HTC_HANDLE htc_handle) in wmi_dbr_connect_pdev_htc_service()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h142 HTC_HANDLE htc_hdl;
1137 HTC_HANDLE htc_hdl) in target_psoc_set_htc_hdl()
1153 static inline HTC_HANDLE target_psoc_get_htc_hdl in target_psoc_get_htc_hdl()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c138 static void *dp_soc_init_li(struct dp_soc *soc, HTC_HANDLE htc_handle, in dp_soc_init_li()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2155 HTC_HANDLE htc_ctx = cds_get_context(QDF_MODULE_ID_HTC); in wlan_dp_txrx_soc_attach()
2341 HTC_HANDLE htc_handle = cds_get_context(QDF_MODULE_ID_HTC); in dp_lpass_connect_htc_service()

12