Searched refs:hw (Results 1 - 25 of 2992) sorted by relevance

1234567891011>>

/linux-master/sound/pci/ctxfi/
H A Dcthw20k1.h19 int create_20k1_hw_obj(struct hw **rhw);
20 int destroy_20k1_hw_obj(struct hw *hw);
H A Dcthw20k2.h19 int create_20k2_hw_obj(struct hw **rhw);
20 int destroy_20k2_hw_obj(struct hw *hw);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Ddm.h6 void rtl92cu_dm_dynamic_txpower(struct ieee80211_hw *hw);
7 void dm_savepowerindex(struct ieee80211_hw *hw);
8 void dm_writepowerindex(struct ieee80211_hw *hw, u8 value);
9 void dm_restorepowerindex(struct ieee80211_hw *hw);
H A Dphy.h6 void rtl92cu_bb_block_on(struct ieee80211_hw *hw);
7 bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw, u32 rfpath);
8 void rtl92c_phy_set_io(struct ieee80211_hw *hw);
9 bool _rtl92cu_phy_config_mac_with_headerfile(struct ieee80211_hw *hw);
10 bool rtl92cu_phy_bb_config(struct ieee80211_hw *hw);
11 u32 rtl92cu_phy_query_rf_reg(struct ieee80211_hw *hw,
13 void rtl92cu_phy_set_rf_reg(struct ieee80211_hw *hw,
16 bool rtl92cu_phy_mac_config(struct ieee80211_hw *hw);
17 bool _rtl92cu_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
19 void _rtl92cu_phy_lc_calibrate(struct ieee80211_hw *hw, boo
[all...]
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drfkill.h5 void rtl8187_rfkill_init(struct ieee80211_hw *hw);
6 void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
7 void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.h7 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl8821ae_read_eeprom_info(struct ieee80211_hw *hw);
10 void rtl8821ae_interrupt_recognized(struct ieee80211_hw *hw,
12 int rtl8821ae_hw_init(struct ieee80211_hw *hw);
13 void rtl8821ae_card_disable(struct ieee80211_hw *hw);
14 void rtl8821ae_enable_interrupt(struct ieee80211_hw *hw);
15 void rtl8821ae_disable_interrupt(struct ieee80211_hw *hw);
16 int rtl8821ae_set_network_type(struct ieee80211_hw *hw,
18 void rtl8821ae_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
19 void rtl8821ae_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Ddm_common.h7 void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *hw);
8 void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *hw);
9 void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *hw);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.h9 bool ice_is_dvm_ena(struct ice_hw *hw);
10 int ice_set_vlan_mode(struct ice_hw *hw);
11 void ice_post_pkg_dwnld_vlan_mode_cfg(struct ice_hw *hw);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmac.h7 s32 e1000e_blink_led_generic(struct e1000_hw *hw);
8 s32 e1000e_check_for_copper_link(struct e1000_hw *hw);
9 s32 e1000e_check_for_fiber_link(struct e1000_hw *hw);
10 s32 e1000e_check_for_serdes_link(struct e1000_hw *hw);
11 s32 e1000e_cleanup_led_generic(struct e1000_hw *hw);
12 s32 e1000e_config_fc_after_link_up(struct e1000_hw *hw);
13 s32 e1000e_disable_pcie_master(struct e1000_hw *hw);
14 s32 e1000e_force_mac_fc(struct e1000_hw *hw);
15 s32 e1000e_get_auto_rd_done(struct e1000_hw *hw);
16 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw);
[all...]
/linux-master/sound/isa/sb/
H A Demu8000_synth.c27 struct snd_emu8000 *hw; local
30 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev);
31 if (hw == NULL)
34 if (hw->emu)
40 hw->emu = emu;
41 snd_emu8000_ops_setup(hw);
43 emu->hw = hw;
45 emu->num_ports = hw->seq_ports;
47 if (hw
87 struct snd_emu8000 *hw; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.h7 void rtl92ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl92ee_read_eeprom_info(struct ieee80211_hw *hw);
9 void rtl92ee_interrupt_recognized(struct ieee80211_hw *hw,
11 int rtl92ee_hw_init(struct ieee80211_hw *hw);
12 void rtl92ee_card_disable(struct ieee80211_hw *hw);
13 void rtl92ee_enable_interrupt(struct ieee80211_hw *hw);
14 void rtl92ee_disable_interrupt(struct ieee80211_hw *hw);
15 int rtl92ee_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
16 void rtl92ee_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
17 void rtl92ee_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_phy.h9 s32 igc_check_reset_block(struct igc_hw *hw);
10 s32 igc_phy_hw_reset(struct igc_hw *hw);
11 s32 igc_get_phy_id(struct igc_hw *hw);
12 s32 igc_phy_has_link(struct igc_hw *hw, u32 iterations,
14 void igc_check_downshift(struct igc_hw *hw);
15 s32 igc_setup_copper_link(struct igc_hw *hw);
16 void igc_power_up_phy_copper(struct igc_hw *hw);
17 void igc_power_down_phy_copper(struct igc_hw *hw);
18 s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data);
19 s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u3
[all...]
H A Digc_nvm.h7 s32 igc_acquire_nvm(struct igc_hw *hw);
8 void igc_release_nvm(struct igc_hw *hw);
9 s32 igc_read_mac_addr(struct igc_hw *hw);
10 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
11 s32 igc_validate_nvm_checksum(struct igc_hw *hw);
12 s32 igc_update_nvm_checksum(struct igc_hw *hw);
H A Digc_i225.h7 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
8 void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
10 s32 igc_init_nvm_params_i225(struct igc_hw *hw);
11 bool igc_get_flash_presence_i225(struct igc_hw *hw);
12 s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
14 s32 igc_set_ltr_i225(struct igc_hw *hw, bool link);
H A Digc_mac.h12 s32 igc_disable_pcie_master(struct igc_hw *hw);
13 s32 igc_check_for_copper_link(struct igc_hw *hw);
14 s32 igc_config_fc_after_link_up(struct igc_hw *hw);
15 s32 igc_force_mac_fc(struct igc_hw *hw);
16 void igc_init_rx_addrs(struct igc_hw *hw, u16 rar_count);
17 s32 igc_setup_link(struct igc_hw *hw);
18 void igc_clear_hw_cntrs_base(struct igc_hw *hw);
19 s32 igc_get_auto_rd_done(struct igc_hw *hw);
20 void igc_put_hw_semaphore(struct igc_hw *hw);
21 void igc_rar_set(struct igc_hw *hw, u
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.h7 void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl92de_read_eeprom_info(struct ieee80211_hw *hw);
9 void rtl92de_interrupt_recognized(struct ieee80211_hw *hw,
11 int rtl92de_hw_init(struct ieee80211_hw *hw);
12 void rtl92de_card_disable(struct ieee80211_hw *hw);
13 void rtl92de_enable_interrupt(struct ieee80211_hw *hw);
14 void rtl92de_disable_interrupt(struct ieee80211_hw *hw);
15 int rtl92de_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
16 void rtl92de_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
17 void rtl92de_set_qos(struct ieee80211_hw *hw, in
[all...]
H A Drf.h7 void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
8 void rtl92d_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
10 void rtl92d_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
12 bool rtl92d_phy_rf6052_config(struct ieee80211_hw *hw);
13 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
14 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.h11 void rtl8723e_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
12 void rtl8723e_read_eeprom_info(struct ieee80211_hw *hw);
14 void rtl8723e_interrupt_recognized(struct ieee80211_hw *hw,
16 int rtl8723e_hw_init(struct ieee80211_hw *hw);
17 void rtl8723e_card_disable(struct ieee80211_hw *hw);
18 void rtl8723e_enable_interrupt(struct ieee80211_hw *hw);
19 void rtl8723e_disable_interrupt(struct ieee80211_hw *hw);
20 int rtl8723e_set_network_type(struct ieee80211_hw *hw,
22 void rtl8723e_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
23 void rtl8723e_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.h20 void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
21 void rtl92ce_read_eeprom_info(struct ieee80211_hw *hw);
22 void rtl92ce_interrupt_recognized(struct ieee80211_hw *hw,
24 int rtl92ce_hw_init(struct ieee80211_hw *hw);
25 void rtl92ce_card_disable(struct ieee80211_hw *hw);
26 void rtl92ce_enable_interrupt(struct ieee80211_hw *hw);
27 void rtl92ce_disable_interrupt(struct ieee80211_hw *hw);
28 int rtl92ce_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
29 void rtl92ce_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
30 void rtl92ce_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.h7 void rtl8723be_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl8723be_read_eeprom_info(struct ieee80211_hw *hw);
10 void rtl8723be_interrupt_recognized(struct ieee80211_hw *hw,
12 int rtl8723be_hw_init(struct ieee80211_hw *hw);
13 void rtl8723be_card_disable(struct ieee80211_hw *hw);
14 void rtl8723be_enable_interrupt(struct ieee80211_hw *hw);
15 void rtl8723be_disable_interrupt(struct ieee80211_hw *hw);
16 int rtl8723be_set_network_type(struct ieee80211_hw *hw,
18 void rtl8723be_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
19 void rtl8723be_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.h7 void rtl88ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val);
8 void rtl88ee_read_eeprom_info(struct ieee80211_hw *hw);
9 void rtl88ee_interrupt_recognized(struct ieee80211_hw *hw,
11 int rtl88ee_hw_init(struct ieee80211_hw *hw);
12 void rtl88ee_card_disable(struct ieee80211_hw *hw);
13 void rtl88ee_enable_interrupt(struct ieee80211_hw *hw);
14 void rtl88ee_disable_interrupt(struct ieee80211_hw *hw);
15 int rtl88ee_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type);
16 void rtl88ee_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
17 void rtl88ee_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.h6 int ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
7 int ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
9 int ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
10 int ixgbe_start_hw_X540(struct ixgbe_hw *hw);
11 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
12 int ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
14 int ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
15 int ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
16 int ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
17 void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u3
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c47 struct csio_hw *hw = (struct csio_hw *) dev_id; local
51 if (unlikely(!hw))
54 if (unlikely(pci_channel_offline(hw->pdev))) {
55 CSIO_INC_STATS(hw, n_pcich_offline);
59 spin_lock_irqsave(&hw->lock, flags);
60 csio_hw_slow_intr_handler(hw);
61 rv = csio_mb_isr_handler(hw);
63 if (rv == 0 && !(hw->flags & CSIO_HWF_FWEVT_PENDING)) {
64 hw->flags |= CSIO_HWF_FWEVT_PENDING;
65 spin_unlock_irqrestore(&hw
81 csio_fwevt_handler(struct csio_hw *hw) argument
110 struct csio_hw *hw = (struct csio_hw *) dev_id; local
131 csio_fwevt_intx_handler(struct csio_hw *hw, void *wr, uint32_t len, struct csio_fl_dma_buf *flb, void *priv) argument
146 csio_process_scsi_cmpl(struct csio_hw *hw, void *wr, uint32_t len, struct csio_fl_dma_buf *flb, void *cbfn_q) argument
214 struct csio_hw *hw = (struct csio_hw *)iq->owner; local
259 struct csio_hw *hw; local
285 csio_scsi_intx_handler(struct csio_hw *hw, void *wr, uint32_t len, struct csio_fl_dma_buf *flb, void *priv) argument
304 struct csio_hw *hw = (struct csio_hw *) dev_id; local
352 csio_add_msix_desc(struct csio_hw *hw) argument
381 csio_request_irqs(struct csio_hw *hw) argument
457 csio_reduce_sqsets(struct csio_hw *hw, int cnt) argument
479 struct csio_hw *hw = affd->priv; local
497 csio_enable_msix(struct csio_hw *hw) argument
551 csio_intr_enable(struct csio_hw *hw) argument
584 csio_intr_disable(struct csio_hw *hw, bool free) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.h20 void rtl92se_get_hw_reg(struct ieee80211_hw *hw,
22 void rtl92se_read_eeprom_info(struct ieee80211_hw *hw);
23 void rtl92se_interrupt_recognized(struct ieee80211_hw *hw,
25 int rtl92se_hw_init(struct ieee80211_hw *hw);
26 void rtl92se_card_disable(struct ieee80211_hw *hw);
27 void rtl92se_enable_interrupt(struct ieee80211_hw *hw);
28 void rtl92se_disable_interrupt(struct ieee80211_hw *hw);
29 int rtl92se_set_network_type(struct ieee80211_hw *hw,
31 void rtl92se_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid);
33 void rtl92se_set_qos(struct ieee80211_hw *hw, in
[all...]
/linux-master/drivers/spi/
H A Dspi-altera-core.c43 static int altr_spi_writel(struct altera_spi *hw, unsigned int reg, argument
48 ret = regmap_write(hw->regmap, hw->regoff + reg, val);
50 dev_err(hw->dev, "fail to write reg 0x%x val 0x%x: %d\n",
56 static int altr_spi_readl(struct altera_spi *hw, unsigned int reg, argument
61 ret = regmap_read(hw->regmap, hw->regoff + reg, val);
63 dev_err(hw->dev, "fail to read reg 0x%x: %d\n", reg, ret);
75 struct altera_spi *hw = altera_spi_to_hw(spi); local
78 hw
89 altera_spi_tx_word(struct altera_spi *hw) argument
115 altera_spi_rx_word(struct altera_spi *hw) argument
145 struct altera_spi *hw = spi_controller_get_devdata(host); local
186 struct altera_spi *hw = spi_controller_get_devdata(host); local
206 struct altera_spi *hw = spi_controller_get_devdata(host); local
[all...]

Completed in 287 milliseconds

1234567891011>>