Searched refs:hw (Results 451 - 475 of 912) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drfkill.h132 * rfkill_set{,_hw,_sw}_state family of functions. If the hw
286 * @hw: the current hardware block state to set
291 void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw);
347 static inline void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c1080 runtime->hw = snd_emu10k1_efx_playback;
1110 runtime->hw = snd_emu10k1_playback;
1160 runtime->hw = snd_emu10k1_capture;
1196 runtime->hw = snd_emu10k1_capture;
1197 runtime->hw.rates = SNDRV_PCM_RATE_8000;
1198 runtime->hw.rate_min = runtime->hw.rate_max = 8000;
1199 runtime->hw.channels_min = 1;
1236 runtime->hw = snd_emu10k1_capture_efx;
1237 runtime->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c190 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
203 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
216 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
228 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
962 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
1036 dur = ieee80211_generic_frame_duration(dev->wl->hw,
2408 b43legacy_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
2435 b43legacy_op_conf_tx(struct ieee80211_hw *hw, u16 queue, const struct ieee80211_tx_queue_params *params) argument
2441 b43legacy_op_get_stats(struct ieee80211_hw *hw, struct ieee80211_low_level_stats *stats) argument
2591 b43legacy_op_dev_config(struct ieee80211_hw *hw, u32 changed) argument
2735 b43legacy_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changed) argument
2808 b43legacy_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed, unsigned int *fflags,u64 multicast) argument
3334 b43legacy_op_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
3376 b43legacy_op_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
3402 b43legacy_op_start(struct ieee80211_hw *hw) argument
3446 b43legacy_op_stop(struct ieee80211_hw *hw) argument
3461 b43legacy_op_beacon_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) argument
3474 b43legacy_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
3554 struct ieee80211_hw *hw = dev->wl->hw; local
3756 struct ieee80211_hw *hw = wl->hw; local
3765 struct ieee80211_hw *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dxmit.c207 txrate = ieee80211_get_tx_rate(dev->wl->hw, info);
210 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate;
231 dev->wl->hw, info->control.vif, fragment_len, fbrate);
350 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) {
351 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count;
354 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count;
367 rts_cts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info);
384 ieee80211_ctstoself_get(dev->wl->hw, info->control.vif,
399 ieee80211_rts_get(dev->wl->hw, info->control.vif,
674 ieee80211_rx_ni(dev->wl->hw, sk
[all...]
H A Dmain.c333 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
348 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
363 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
376 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
854 static void b43_op_update_tkip_key(struct ieee80211_hw *hw, argument
860 struct b43_wl *wl = hw_to_b43_wl(hw);
3151 b43_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
3308 b43_op_conf_tx(struct ieee80211_hw *hw, u16 _queue, const struct ieee80211_tx_queue_params *params) argument
3343 b43_op_get_stats(struct ieee80211_hw *hw, struct ieee80211_low_level_stats *stats) argument
3355 b43_op_get_tsf(struct ieee80211_hw *hw) argument
3374 b43_op_set_tsf(struct ieee80211_hw *hw, u64 tsf) argument
3528 b43_op_config(struct ieee80211_hw *hw, u32 changed) argument
3652 b43_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changed) argument
3710 b43_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) argument
3821 b43_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed, unsigned int *fflags, u64 multicast) argument
4374 b43_op_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
4414 b43_op_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
4437 b43_op_start(struct ieee80211_hw *hw) argument
4483 b43_op_stop(struct ieee80211_hw *hw) argument
4505 b43_op_beacon_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) argument
4515 b43_op_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum sta_notify_cmd notify_cmd, struct ieee80211_sta *sta) argument
4525 b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw) argument
4539 b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw) argument
4553 b43_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
4644 struct ieee80211_hw *hw = dev->wl->hw; local
4876 struct ieee80211_hw *hw = wl->hw; local
4885 struct ieee80211_hw *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_g450.c529 cve2_init_TVdata(minfo->outputs[1].mode, &minfo->hw.maven, &outd);
533 minfo->hw.maven.regs[0x0E] = blacklevel >> 2;
534 minfo->hw.maven.regs[0x0F] = blacklevel & 3;
535 minfo->hw.maven.regs[0x1E] = whitelevel >> 2;
536 minfo->hw.maven.regs[0x1F] = whitelevel & 3;
538 minfo->hw.maven.regs[0x20] =
539 minfo->hw.maven.regs[0x22] = minfo->altout.tvo_params.saturation;
541 minfo->hw.maven.regs[0x25] = minfo->altout.tvo_params.hue;
544 minfo->hw.maven.regs[0x05] |= 0x02;
547 computeRegs(minfo, &minfo->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsgiioc4.c92 static void sgiioc4_init_hwif_ports(struct ide_hw *hw, argument
102 hw->io_ports_array[i] = reg + i * 4;
104 hw->io_ports.ctl_addr = ctrl_port;
105 hw->io_ports.irq_addr = irq_port;
540 struct ide_hw hw, *hws[] = { &hw }; local
566 memset(&hw, 0, sizeof(hw));
567 sgiioc4_init_hwif_ports(&hw, cmd_base, ctl, irqport);
568 hw
[all...]
H A Dpmac.c1028 struct ide_hw *hw)
1034 struct ide_hw *hws[] = { hw };
1113 on_media_bay(pmif) ? " (mediabay)" : "", hw->irq);
1128 static void __devinit pmac_ide_init_ports(struct ide_hw *hw, unsigned long base) argument
1133 hw->io_ports_array[i] = base + i * 0x10;
1135 hw->io_ports.ctl_addr = base + 0x160;
1148 struct ide_hw hw; local
1197 memset(&hw, 0, sizeof(hw));
1198 pmac_ide_init_ports(&hw, pmi
1027 pmac_ide_setup_device(pmac_ide_hwif_t *pmif, struct ide_hw *hw) argument
1267 struct ide_hw hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dagg-tx.c69 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom);
76 skb_reserve(skb, local->hw.extra_tx_headroom);
116 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom);
122 skb_reserve(skb, local->hw.extra_tx_headroom);
261 &local->hw, queue,
273 &local->hw, queue,
356 !(local->hw.flags & IEEE80211_HW_AMPDU_AGGREGATION))
429 ieee80211_queue_work(&local->hw, &sta->ampdu_mlme.work);
571 ieee80211_queue_work(&local->hw, &sdata->work);
620 ieee80211_queue_work(&local->hw,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c596 beacon = ieee80211_beacon_get(priv->hw, priv->vif);
833 wiphy_rfkill_set_hw_state(priv->hw->wiphy,
1111 priv->isr_stats.hw++;
1160 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
1287 priv->isr_stats.hw++;
1336 wiphy_rfkill_set_hw_state(priv->hw->wiphy, hw_rf_kill);
2022 snprintf(priv->hw->wiphy->fw_version,
2023 sizeof(priv->hw->wiphy->fw_version),
2632 ieee80211_wake_queues(priv->hw);
2715 ieee80211_stop_queues(priv->hw);
3131 struct ieee80211_hw *hw = priv->hw; local
3190 iwl_mac_start(struct ieee80211_hw *hw) argument
3231 iwl_mac_stop(struct ieee80211_hw *hw) argument
3263 iwl_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
3333 iwl_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) argument
3349 iwl_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
3414 iwl_mac_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
3496 iwl_mac_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum sta_notify_cmd cmd, struct ieee80211_sta *sta) argument
3526 iwlagn_mac_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
3568 iwl_mac_channel_switch(struct ieee80211_hw *hw, struct ieee80211_channel_switch *ch_switch) argument
3660 iwlagn_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
3703 iwl_mac_flush(struct ieee80211_hw *hw, bool drop) argument
3922 struct ieee80211_hw *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_mbx.c46 struct qla_hw_data *ha = vha->hw;
365 struct qla_hw_data *ha = vha->hw;
429 struct qla_hw_data *ha = vha->hw;
509 if (IS_QLA81XX(vha->hw))
522 if (IS_QLA2100(vha->hw) || IS_QLA2200(vha->hw))
526 if (IS_QLA81XX(vha->hw)) {
623 if (IS_FWI2_CAPABLE(vha->hw)) {
736 if (IS_FWI2_CAPABLE(vha->hw)) {
753 vha->host_no, rval, IS_FWI2_CAPABLE(vha->hw)
[all...]
H A Dqla_mid.c32 struct qla_hw_data *ha = vha->hw;
61 struct qla_hw_data *ha = vha->hw;
168 struct qla_hw_data *ha = vha->hw;
212 DEBUG15(qla_printk(KERN_ERR, vha->hw, "Failed to enable "
232 struct qla_hw_data *ha = rsp->hw;
341 struct qla_hw_data *ha = vha->hw;
374 struct qla_hw_data *ha = base_vha->hw;
411 struct qla_hw_data *ha = base_vha->hw;
483 struct qla_hw_data *ha = vha->hw;
503 struct qla_hw_data *ha = vha->hw;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.h289 s32 e1000_reset_hw(struct e1000_hw *hw);
290 s32 e1000_init_hw(struct e1000_hw *hw);
291 s32 e1000_set_mac_type(struct e1000_hw *hw);
292 void e1000_set_media_type(struct e1000_hw *hw);
295 s32 e1000_setup_link(struct e1000_hw *hw);
296 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw);
297 void e1000_config_collision_dist(struct e1000_hw *hw);
298 s32 e1000_check_for_link(struct e1000_hw *hw);
299 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 * speed, u16 * duplex);
300 s32 e1000_force_mac_fc(struct e1000_hw *hw);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c672 * If attempting to access unknown address or straddle hw windows,
745 * If attempting to access unknown address or straddle hw windows,
1105 flashaddr = memaddr = ha->hw.flt_region_bootload;
1542 rval = qla4_8xxx_start_firmware(ha, ha->hw.flt_region_fw);
1796 flash_conf_addr(struct ql82xx_hw_data *hw, uint32_t faddr) argument
1798 return hw->flash_conf_off | faddr;
1802 flash_data_addr(struct ql82xx_hw_data *hw, uint32_t faddr) argument
1804 return hw->flash_data_off | faddr;
1876 struct ql82xx_hw_data *hw = &ha->hw; local
1959 struct ql82xx_hw_data *hw = &ha->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c17 * o Add hw rules to enforce rates, etc.
349 * Called by ALSA when a PCM substream is opened, the runtime->hw record is
404 runtime->hw.rate_min =
407 runtime->hw.rate_max =
410 runtime->hw.channels_min =
413 runtime->hw.channels_max =
416 runtime->hw.formats =
418 runtime->hw.rates =
422 runtime->hw.rates |= cpu_dai->playback.rates;
425 runtime->hw
1731 snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream, const struct snd_pcm_hardware *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_mbx.h91 void ixgbe_init_mbx_ops_generic(struct ixgbe_hw *hw);
H A Dixgbe_sriov.h35 void ixgbe_set_vmolr(struct ixgbe_hw *hw, u32 vf, bool aupe);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dcfg.c7 #include "hw.h"
13 /* Supported bitrates. Must agree with hw.c */
191 hermes_t *hw = &priv->hw; local
192 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54spi.h108 struct ieee80211_hw *hw; member in struct:p54s_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_testmode.c99 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len);
143 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, sizeof(*cmd));
258 int wl1271_tm_cmd(struct ieee80211_hw *hw, void *data, int len) argument
260 struct wl1271 *wl = hw->priv;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dsmtinit.c41 #define OEMID(smc,i) smc->hw.oem_id->oi_mark[i]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dstmmac.h56 struct mac_device_info *hw; member in struct:stmmac_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A DMakefile19 hw.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arcnet/
H A Dcapmode.c82 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
168 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE);
169 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft.cap.proto,
174 lp->hw.copy_to_card(dev, bufnum, ofs+1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_interrupt.c120 * Dispose binding hardware IRQ number (hw) and Virtuql IRQ number (virq),
131 * Create or update binding hardware IRQ number (hw) and Virtuql
137 irq_hw_number_t hw)
142 err = beat_construct_and_connect_irq_plug(virq, hw);
152 * Update binding hardware IRQ number (hw) and Virtuql
156 irq_hw_number_t hw)
158 beat_construct_and_connect_irq_plug(virq, hw);
136 beatic_pic_host_map(struct irq_host *h, unsigned int virq, irq_hw_number_t hw) argument
155 beatic_pic_host_remap(struct irq_host *h, unsigned int virq, irq_hw_number_t hw) argument

Completed in 385 milliseconds

<<11121314151617181920>>