Searched refs:htc (Results 1 - 25 of 34) sorted by path

12

/drivers/isdn/act2000/
H A Dcapi.c967 printk(KERN_DEBUG " ncpi.htc = 0x%04x\n", ncpi->htc);
H A Dcapi.h99 __u16 htc; member in struct:actcapi_ncpd
/drivers/mfd/
H A DMakefile20 obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
21 obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o
22 obj-$(CONFIG_HTC_I2CPLD) += htc-i2cpld.o
H A Dhtc-egpio.c20 #include <linux/mfd/htc-egpio.h>
95 .name = "htc-egpio",
323 chip->label = "htc-egpio";
418 .name = "htc-egpio",
H A Dhtc-pasic3.c21 #include <linux/mfd/htc-pasic3.h>
/drivers/net/wireless/ath/ath10k/
H A DMakefile5 htc.o \
H A Dcore.c23 #include "htc.h"
740 ar->htc.htc_ops.target_send_suspend_complete =
783 status = ath10k_htc_wait_target(&ar->htc);
803 status = ath10k_htc_start(&ar->htc);
805 ath10k_err(ar, "failed to start htc: %d\n", status);
H A Dcore.h29 #include "htc.h"
431 struct ath10k_htc htc; member in struct:ath10k
H A Dhtc.c33 ath10k_hif_send_complete_check(ep->htc->ar, ep->ul_pipe_id, force);
61 static inline void ath10k_htc_restore_tx_skb(struct ath10k_htc *htc, argument
66 dma_unmap_single(htc->ar->dev, skb_cb->paddr, skb->len, DMA_TO_DEVICE);
73 struct ath10k *ar = ep->htc->ar;
78 ath10k_htc_restore_tx_skb(ep->htc, skb);
86 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb);
92 struct ath10k *ar = ep->htc->ar;
115 spin_lock_bh(&ep->htc->tx_lock);
121 spin_unlock_bh(&ep->htc->tx_lock);
124 int ath10k_htc_send(struct ath10k_htc *htc, argument
203 struct ath10k_htc *htc = &ar->htc; local
220 ath10k_htc_process_credit_report(struct ath10k_htc *htc, const struct ath10k_htc_credit_report *report, int len, enum ath10k_htc_ep_id eid) argument
254 ath10k_htc_process_trailer(struct ath10k_htc *htc, u8 *buffer, int length, enum ath10k_htc_ep_id src_eid) argument
324 struct ath10k_htc *htc = &ar->htc; local
497 ath10k_htc_reset_endpoint_states(struct ath10k_htc *htc) argument
513 ath10k_htc_setup_target_buffer_assignments(struct ath10k_htc *htc) argument
529 ath10k_htc_get_credit_allocation(struct ath10k_htc *htc, u16 service_id) argument
544 ath10k_htc_wait_target(struct ath10k_htc *htc) argument
632 ath10k_htc_connect_service(struct ath10k_htc *htc, struct ath10k_htc_svc_conn_req *conn_req, struct ath10k_htc_svc_conn_resp *conn_resp) argument
819 ath10k_htc_start(struct ath10k_htc *htc) argument
853 struct ath10k_htc *htc = &ar->htc; local
[all...]
H A Dhtc.h306 struct ath10k_htc *htc; member in struct:ath10k_htc_ep
350 int ath10k_htc_wait_target(struct ath10k_htc *htc);
351 int ath10k_htc_start(struct ath10k_htc *htc);
352 int ath10k_htc_connect_service(struct ath10k_htc *htc,
355 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
H A Dhtt.c40 status = ath10k_htc_connect_service(&htt->ar->htc, &conn_req,
H A Dhtt_tx.c183 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
223 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
311 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
358 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb);
420 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc);
583 htt->ar->htc.endpoint[htt->eid].ul_pipe_id,
H A Dwmi.c22 #include "htc.h"
671 ret = ath10k_htc_send(&ar->htc, ar->wmi.eid, skb);
2791 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp);
/drivers/net/wireless/ath/ath9k/
H A Dhtc.h448 struct htc_target *htc; member in struct:ath9k_htc_priv
H A Dhtc_drv_beacon.c17 #include "htc.h"
250 ret = htc_send(priv->htc, beacon);
H A Dhtc_drv_init.c19 #include "htc.h"
60 if (atomic_read(&priv->htc->tgt_ready) > 0) {
61 atomic_dec(&priv->htc->tgt_ready);
66 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ);
72 atomic_dec(&priv->htc->tgt_ready);
113 return htc_connect_service(priv->htc, &req, ep_id);
122 ret = ath9k_wmi_connect(priv->htc, priv->wmi, &priv->wmi_cmd_ep);
182 priv->htc->credits = 45;
184 priv->htc->credits = 33;
186 ret = htc_init(priv->htc);
[all...]
H A Dhtc_drv_main.c17 #include "htc.h"
229 htc_start(priv->htc);
308 htc_start(priv->htc);
950 htc_start(priv->htc);
1340 htc_sta_drain(priv->htc, ista->index);
H A Dhtc_drv_txrx.c17 #include "htc.h"
384 return htc_send(priv->htc, skb);
546 htc_stop(priv->htc);
H A Dhtc_hst.c19 #include "htc.h"
494 void ath9k_htc_hw_free(struct htc_target *htc) argument
496 kfree(htc);
H A Dhtc_hst.h224 void ath9k_htc_hw_free(struct htc_target *htc);
H A Dwmi.c17 #include "htc.h"
246 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi, argument
252 wmi->htc = htc;
261 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid);
280 return htc_send_epid(wmi->htc, skb, wmi->ctrl_epid);
H A Dwmi.h142 struct htc_target *htc; member in struct:wmi
167 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi,
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dtrx.h613 u32 htc:1; member in struct:tx_desc_88e
756 u32 htc:1; member in struct:rx_desc_88e
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dtrx.h557 u32 htc:1; member in struct:tx_desc_92c
696 u32 htc:1; member in struct:rx_desc_92c
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dmac.h146 u32 htc:1; member in struct:rx_desc_92c

Completed in 178 milliseconds

12