Searched refs:hw (Results 276 - 300 of 912) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DYMF744.conf12 type hw
23 type hw
85 type hw
H A DENS1370.conf12 type hw
49 type hw
H A DFM801.conf12 type hw
70 type hw
H A DPS3.conf14 type hw
69 type hw
H A DVIA686A.conf15 type hw
63 type hw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c64 AvahiHwInterface *hw; local
72 if (!(hw = avahi_interface_monitor_get_hw_interface(m, (AvahiIfIndex) ifm->ifm_index)))
74 avahi_hw_interface_free(hw, 0);
78 if (!(hw = avahi_interface_monitor_get_hw_interface(m, ifm->ifm_index)))
79 if (!(hw = avahi_hw_interface_new(m, (AvahiIfIndex) ifm->ifm_index)))
82 hw->flags_ok =
89 avahi_free(hw->name);
90 hw->name = avahi_strndup(sdl->sdl_data, sdl->sdl_nlen);
92 hw->mtu = ifm->ifm_data.ifi_mtu;
94 hw
373 AvahiHwInterface *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c64 AvahiHwInterface *hw; local
72 if (!(hw = avahi_interface_monitor_get_hw_interface(m, (AvahiIfIndex) ifm->ifm_index)))
74 avahi_hw_interface_free(hw, 0);
78 if (!(hw = avahi_interface_monitor_get_hw_interface(m, ifm->ifm_index)))
79 if (!(hw = avahi_hw_interface_new(m, (AvahiIfIndex) ifm->ifm_index)))
82 hw->flags_ok =
89 avahi_free(hw->name);
90 hw->name = avahi_strndup(sdl->sdl_data, sdl->sdl_nlen);
92 hw->mtu = ifm->ifm_data.ifi_mtu;
94 hw
373 AvahiHwInterface *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_tmd.c62 hermes_t *hw = &priv->hw; local
75 reg = hermes_read_regn(hw, CMD);
78 reg = hermes_read_regn(hw, CMD);
137 hermes_struct_init(&priv->hw, hermes_io, HERMES_16BIT_REGSPACING);
200 pci_iounmap(pdev, priv->hw.iobase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dhwmtm.h54 #define DMA_RD 1 /* memory -> hw */
57 #define DMA_WR 2 /* hw -> memory */
243 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used
262 (smc)->hw.fp.tx_q[queue].tx_curr_put
312 #define HWM_GET_RX_USED(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_used)
326 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
342 (smc)->hw.fp.rx_q[QUEUE_R1].rx_curr_put
360 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dop-rfkill.c28 * wimax_rfkill_{sw,hw}_report(), which happens when we detect those
170 enum i2400m_rf_switch_status hw, sw; local
174 hw = le32_to_cpu(rfss->hw_rf_switch);
176 d_fnstart(3, dev, "(i2400m %p rfss %p [hw %u sw %u])\n",
177 i2400m, rfss, hw, sw);
197 switch (hw) {
205 dev_err(dev, "HW BUG? Unknown RF HW state 0x%x\n", hw);
208 d_fnend(3, dev, "(i2400m %p rfss %p [hw %u sw %u]) = void\n",
209 i2400m, rfss, hw, sw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dled.c163 struct ieee80211_hw *hw = sc->hw; local
180 snprintf(name, sizeof(name), "ath5k-%s::rx", wiphy_name(hw->wiphy));
182 ieee80211_get_rx_led_name(hw));
186 snprintf(name, sizeof(name), "ath5k-%s::tx", wiphy_name(hw->wiphy));
188 ieee80211_get_tx_led_name(hw));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac_main.c225 ctrl &= ~priv->hw->link.duplex;
227 ctrl |= priv->hw->link.duplex;
232 priv->hw->mac->flow_ctrl(ioaddr, phydev->duplex,
240 ctrl &= ~priv->hw->link.port;
245 ctrl |= priv->hw->link.port;
247 ctrl |= priv->hw->link.speed;
249 ctrl &= ~(priv->hw->link.speed);
252 ctrl &= ~priv->hw->link.port;
505 priv->hw->desc->init_rx_desc(priv->dma_rx, rxsize, dis_ic);
506 priv->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c152 struct ieee80211_hw *hw = priv->hw; local
154 wiphy_rfkill_stop_polling(hw->wiphy);
156 ieee80211_unregister_hw(hw);
275 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); local
276 struct ath9k_htc_priv *priv = hw->priv;
630 common->hw = priv->hw;
692 struct ieee80211_hw *hw)
696 hw
691 ath9k_set_hw_capab(struct ath9k_htc_priv *priv, struct ieee80211_hw *hw) argument
741 struct ieee80211_hw *hw = priv->hw; local
808 struct ieee80211_hw *hw; local
[all...]
H A Dinit.c240 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); local
241 struct ath_wiphy *aphy = hw->priv;
568 common->hw = sc->hw;
634 void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) argument
638 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
647 hw->flags |= IEEE80211_HW_AMPDU_AGGREGATION;
650 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
652 hw->wiphy->interface_modes =
659 hw
691 struct ieee80211_hw *hw = sc->hw; local
795 struct ieee80211_hw *hw = sc->hw; local
[all...]
H A Dgpio.c38 ieee80211_queue_delayed_work(sc->hw,
80 ieee80211_queue_delayed_work(sc->hw,
104 ret = led_classdev_register(wiphy_dev(sc->hw->wiphy), &led->led_cdev);
150 trigger = ieee80211_get_radio_led_name(sc->hw);
152 "ath9k-%s::radio", wiphy_name(sc->hw->wiphy));
158 trigger = ieee80211_get_assoc_led_name(sc->hw);
160 "ath9k-%s::assoc", wiphy_name(sc->hw->wiphy));
166 trigger = ieee80211_get_tx_led_name(sc->hw);
168 "ath9k-%s::tx", wiphy_name(sc->hw->wiphy));
174 trigger = ieee80211_get_rx_led_name(sc->hw);
202 ath9k_rfkill_poll_state(struct ieee80211_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-i2c.c99 static int cx18_i2c_new_ir(struct cx18 *cx, struct i2c_adapter *adap, u32 hw, argument
110 switch (hw) {
131 u32 hw = 1 << idx; local
136 if (hw == CX18_HW_TUNER) {
141 sd->grp_id = hw;
145 sd->grp_id = hw;
149 sd->grp_id = hw;
153 if (hw & CX18_HW_IR_ANY)
154 return cx18_i2c_new_ir(cx, adap, hw, type, hw_addrs[idx]);
163 sd->grp_id = hw;
168 cx18_find_hw(struct cx18 *cx, u32 hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctdaio.h55 void *hw; member in struct:dao
62 void *hw; member in struct:dai
119 int daio_mgr_create(void *hw, struct daio_mgr **rdaio_mgr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_osdep.h45 (readl(hw->hw_addr + ((hw->mac_type >= e1000_82543) \
49 (writel((value), (hw->hw_addr + ((hw->mac_type >= e1000_82543) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dmbx.h72 void e1000_init_mbx_ops_generic(struct e1000_hw *hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dnetwork.h39 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
H A Dtty.h35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcs5520.c113 struct ide_hw hw[2], *hws[] = { NULL, NULL }; local
136 ide_pci_setup_ports(dev, d, &hw[0], &hws[0]);
137 hw[0].irq = 14;
138 hw[1].irq = 15;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_main.c425 ieee80211_queue_work(wl->hw, &wl->tx_work);
503 ieee80211_queue_work(wl->hw, &wl->irq_work);
767 static int wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
769 struct wl1271 *wl = hw->priv;
770 struct ieee80211_conf *conf = &hw->conf;
791 ieee80211_queue_work(wl->hw, &wl->tx_work);
801 ieee80211_stop_queues(wl->hw);
809 static int wl1271_op_start(struct ieee80211_hw *hw) argument
827 static void wl1271_op_stop(struct ieee80211_hw *hw) argument
832 static int wl1271_op_add_interface(struct ieee80211_hw *hw, argument
925 wl1271_op_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
1199 wl1271_op_config(struct ieee80211_hw *hw, u32 changed) argument
1316 wl1271_op_prepare_multicast(struct ieee80211_hw *hw, struct netdev_hw_addr_list *mc_list) argument
1355 wl1271_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed, unsigned int *total, u64 multicast) argument
1408 wl1271_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key_conf) argument
1527 wl1271_op_hw_scan(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct cfg80211_scan_request *req) argument
1562 wl1271_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) argument
1605 wl1271_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf, u32 changed) argument
1855 wl1271_op_conf_tx(struct ieee80211_hw *hw, u16 queue, const struct ieee80211_tx_queue_params *params) argument
1898 wl1271_op_get_tsf(struct ieee80211_hw *hw) argument
1925 wl1271_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
2348 struct ieee80211_hw *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dscan.c36 cbss = cfg80211_get_bss(local->hw.wiphy,
37 ieee80211_get_channel(local->hw.wiphy, freq),
91 if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM)
93 else if (local->hw.flags & IEEE80211_HW_SIGNAL_UNSPEC)
94 signal = (rx_status->signal * 100) / local->hw.max_signal;
96 cbss = cfg80211_inform_bss_frame(local->hw.wiphy, channel,
203 channel = ieee80211_get_channel(sdata->local->hw.wiphy, freq);
251 void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) argument
253 struct ieee80211_local *local = hw_to_local(hw);
276 ieee80211_queue_delayed_work(&local->hw,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dleds.c117 ieee80211_queue_work(wl->hw, &wl->leds.work);
164 struct ieee80211_hw *hw = dev->wl->hw; local
178 "b43-%s::tx", wiphy_name(hw->wiphy));
180 ieee80211_get_tx_led_name(hw),
183 "b43-%s::rx", wiphy_name(hw->wiphy));
185 ieee80211_get_rx_led_name(hw),
193 "b43-%s::radio", wiphy_name(hw->wiphy));
195 ieee80211_get_radio_led_name(hw),
201 "b43-%s::assoc", wiphy_name(hw
[all...]

Completed in 141 milliseconds

<<11121314151617181920>>