Home
last modified time | relevance | path

Searched refs:htc (Results 1 – 25 of 34) sorted by relevance

12

/drivers/net/wireless/ath/ath10k/
Dhtc.c40 static inline void ath10k_htc_restore_tx_skb(struct ath10k_htc *htc, in ath10k_htc_restore_tx_skb() argument
45 if (htc->ar->bus_param.dev_type != ATH10K_DEV_TYPE_HL) in ath10k_htc_restore_tx_skb()
46 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE); in ath10k_htc_restore_tx_skb()
53 struct ath10k *ar = ep->htc->ar; in ath10k_htc_notify_tx_completion()
58 ath10k_htc_restore_tx_skb(ep->htc, skb); in ath10k_htc_notify_tx_completion()
66 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
84 spin_lock_bh(&ep->htc->tx_lock); in ath10k_htc_prepare_tx_skb()
86 spin_unlock_bh(&ep->htc->tx_lock); in ath10k_htc_prepare_tx_skb()
89 int ath10k_htc_send(struct ath10k_htc *htc, in ath10k_htc_send() argument
93 struct ath10k *ar = htc->ar; in ath10k_htc_send()
[all …]
Dhtc.h325 struct ath10k_htc *htc; member
365 int ath10k_htc_wait_target(struct ath10k_htc *htc);
366 int ath10k_htc_start(struct ath10k_htc *htc);
367 int ath10k_htc_connect_service(struct ath10k_htc *htc,
370 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
377 int ath10k_htc_process_trailer(struct ath10k_htc *htc,
Dhtt_tx.c574 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg()
616 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req()
678 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32()
740 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64()
852 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32()
921 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64()
972 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl()
1019 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32()
1066 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2()
1110 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp()
[all …]
Dsdio.c379 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packet() local
392 ret = ath10k_htc_process_trailer(htc, in ath10k_sdio_mbox_rx_process_packet()
417 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packets() local
439 ep = &htc->endpoint[id]; in ath10k_sdio_mbox_rx_process_packets()
1287 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async()
1799 ep = &ar->htc.endpoint[req->eid]; in ath10k_sdio_hif_stop()
1842 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_hif_map_service_to_pipe() local
1854 if (htc->endpoint[i].service_id == service_id) { in ath10k_sdio_hif_map_service_to_pipe()
1855 eid = htc->endpoint[i].eid; in ath10k_sdio_hif_map_service_to_pipe()
Dusb.c287 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete()
294 struct ath10k_htc *htc = &ar->htc; in ath10k_usb_rx_complete() local
304 ep = &ar->htc.endpoint[eid]; in ath10k_usb_rx_complete()
326 ret = ath10k_htc_process_trailer(htc, in ath10k_usb_rx_complete()
DMakefile6 htc.o \
Dhtt.c148 status = ath10k_htc_connect_service(&htt->ar->htc, &conn_req, in ath10k_htt_connect()
/drivers/net/wireless/ath/ath9k/
Dwmi.c250 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi, in ath9k_wmi_connect() argument
256 wmi->htc = htc; in ath9k_wmi_connect()
265 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
289 return htc_send_epid(wmi->htc, skb, wmi->ctrl_epid); in ath9k_wmi_cmd_issue()
Dhtc_drv_init.c83 if (atomic_read(&priv->htc->tgt_ready) > 0) { in ath9k_htc_wait_for_target()
84 atomic_dec(&priv->htc->tgt_ready); in ath9k_htc_wait_for_target()
89 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ); in ath9k_htc_wait_for_target()
95 atomic_dec(&priv->htc->tgt_ready); in ath9k_htc_wait_for_target()
137 return htc_connect_service(priv->htc, &req, ep_id); in ath9k_htc_connect_svc()
146 ret = ath9k_wmi_connect(priv->htc, priv->wmi, &priv->wmi_cmd_ep); in ath9k_init_htc_services()
206 priv->htc->credits = 45; in ath9k_init_htc_services()
208 priv->htc->credits = 33; in ath9k_init_htc_services()
210 ret = htc_init(priv->htc); in ath9k_init_htc_services()
215 priv->htc->credits); in ath9k_init_htc_services()
[all …]
Dwmi.h150 struct htc_target *htc; member
183 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi,
Dhtc_hst.c492 void ath9k_htc_hw_free(struct htc_target *htc) in ath9k_htc_hw_free() argument
494 kfree(htc); in ath9k_htc_hw_free()
Dhtc_hst.h224 void ath9k_htc_hw_free(struct htc_target *htc);
Dhtc_drv_main.c229 htc_start(priv->htc); in ath9k_htc_reset()
305 htc_start(priv->htc); in ath9k_htc_set_channel()
958 htc_start(priv->htc); in ath9k_htc_start()
1350 htc_sta_drain(priv->htc, ista->index); in ath9k_htc_sta_remove()
/drivers/staging/rtl8723bs/include/
Drtl8723b_recv.h63 u32 htc:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.h106 u32 htc:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.h356 u32 htc:1; member
495 u32 htc:1; member
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h147 u32 htc:1; member
211 u32 htc:1;
288 u32 htc:1; member
352 u32 htc:1;
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h358 u32 htc:1; member
497 u32 htc:1; member
/drivers/staging/rtl8712/
Drtl871x_recv.h73 u8 htc; member
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h473 u32 htc:1; member
616 u32 htc:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h467 u32 htc:1; member
610 u32 htc:1; member
/drivers/mfd/
DMakefile19 obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o
20 obj-$(CONFIG_HTC_I2CPLD) += htc-i2cpld.o
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.h621 u32 htc:1; member
764 u32 htc:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.h558 u32 htc:1; member
701 u32 htc:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.h548 u32 htc:1; member
687 u32 htc:1; member

12