Home
last modified time | relevance | path

Searched refs:htc_soc (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c472 status = htc_connect_service(soc->htc_soc, &connect, &response); in dp_htt_htc_attach()
531 HTC_HANDLE htc_soc, in dp_htt_soc_initialize_rh() argument
538 soc->htc_soc = htc_soc; in dp_htt_soc_initialize_rh()
H A Ddp_rh_htt.h56 HTC_HANDLE htc_soc,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h249 HTC_HANDLE htc_soc; member
850 status = htc_send_pkt(soc->htc_soc, &pkt->htc_pkt); in DP_HTT_SEND_HTC_PKT()
917 HTC_HANDLE htc_soc,
969 void htt_set_htc_handle(struct htt_soc *htt_hdl, HTC_HANDLE htc_soc);
H A Ddp_htt.c159 int misclist_trim_level = htc_get_tx_queue_depth(soc->htc_soc, in htt_htc_misc_pkt_list_add()
2323 void htt_set_htc_handle(struct htt_soc *htt_soc, HTC_HANDLE htc_soc) argument
2325 htt_soc->htc_soc = htc_soc;
2330 return htt_soc->htc_soc;
2376 htt_soc->htc_soc = htc_handle;
4101 if (htc_dec_return_htt_runtime_cnt(soc->htc_soc) >= 0)
4102 htc_pm_runtime_put(soc->htc_soc);
4520 status = htc_connect_service(soc->htc_soc, &connect, &response);
4539 HTC_HANDLE htc_soc, argument
4546 soc->htc_soc = htc_soc;