Searched refs:htc (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddebugfs_sta.c218 struct ieee80211_sta_ht_cap *htc = &sta->sta.ht_cap; local
221 htc->ht_supported ? "" : "not ");
222 if (htc->ht_supported) {
223 p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);
225 PRINT_HT_CAP((htc->cap & BIT(0)), "RX LDPC");
226 PRINT_HT_CAP((htc->cap & BIT(1)), "HT20/HT40");
227 PRINT_HT_CAP(!(htc->cap & BIT(1)), "HT20");
229 PRINT_HT_CAP(((htc->cap >> 2) & 0x3) == 0, "Static SM Power Save");
230 PRINT_HT_CAP(((htc->cap >> 2) & 0x3) == 1, "Dynamic SM Power Save");
231 PRINT_HT_CAP(((htc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dwmi.h96 struct htc_target *htc; member in struct:wmi
117 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi,
H A Dwmi.c17 #include "htc.h"
228 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi, argument
234 wmi->htc = htc;
243 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid);
262 return htc_send(wmi->htc, skb, wmi->ctrl_epid, NULL);
H A Dhtc_drv_init.c17 #include "htc.h"
122 if (atomic_read(&priv->htc->tgt_ready) > 0) {
123 atomic_dec(&priv->htc->tgt_ready);
128 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ);
134 atomic_dec(&priv->htc->tgt_ready);
179 return htc_connect_service(priv->htc, &req, ep_id);
187 ret = ath9k_wmi_connect(priv->htc, priv->wmi, &priv->wmi_cmd_ep);
252 priv->htc->credits = 45;
255 priv->htc->credits = 33;
258 ret = htc_init(priv->htc);
[all...]
H A Dhtc_hst.c17 #include "htc.h"
459 void ath9k_htc_hw_free(struct htc_target *htc) argument
461 kfree(htc);
H A Dhtc_drv_beacon.c17 #include "htc.h"
211 htc_send(priv->htc, beacon, priv->beacon_ep, &tx_ctl);
H A Dhtc_hst.h240 void ath9k_htc_hw_free(struct htc_target *htc);
H A Dhtc_drv_main.c17 #include "htc.h"
143 htc_stop(priv->htc);
180 htc_start(priv->htc);
1047 htc_start(priv->htc);
1079 htc_stop(priv->htc);
1204 htc_start(priv->htc);
1240 htc_stop(priv->htc);
H A Dhtc.h334 struct htc_target *htc; member in struct:ath9k_htc_priv
H A Dhtc_drv_txrx.c17 #include "htc.h"
192 return htc_send(priv->htc, skb, epid, &tx_ctl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A DMakefile11 obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
12 obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o
13 obj-$(CONFIG_HTC_I2CPLD) += htc-i2cpld.o
H A Dhtc-pasic3.c21 #include <linux/mfd/htc-pasic3.h>
H A Dhtc-egpio.c20 #include <linux/mfd/htc-egpio.h>
94 .name = "htc-egpio",
321 chip->label = "htc-egpio";
421 .name = "htc-egpio",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dmagician.c23 #include <linux/mfd/htc-egpio.h>
24 #include <linux/mfd/htc-pasic3.h>
220 .name = "htc-egpio",
H A Dhx4700.c26 #include <linux/mfd/htc-egpio.h>
354 .name = "htc-egpio",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dh3xxx.c17 #include <linux/mfd/htc-egpio.h>
214 .name = "htc-egpio",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h99 __u16 htc; member in struct:actcapi_ncpd
H A Dcapi.c947 printk(KERN_DEBUG " ncpi.htc = 0x%04x\n", ncpi->htc);

Completed in 99 milliseconds