Searched refs:htc_soc (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_htt.c | 472 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 D | dp_rh_htt.h | 56 HTC_HANDLE htc_soc,
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 249 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 D | dp_htt.c | 159 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;
|