Searched refs:hw (Results 51 - 75 of 912) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Des2lan.c108 static s32 e1000_setup_copper_link_80003es2lan(struct e1000_hw *hw);
109 static s32 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask);
110 static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask);
111 static void e1000_initialize_hw_bits_80003es2lan(struct e1000_hw *hw);
112 static void e1000_clear_hw_cntrs_80003es2lan(struct e1000_hw *hw);
113 static s32 e1000_cfg_kmrn_1000_80003es2lan(struct e1000_hw *hw);
114 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
115 static s32 e1000_cfg_on_link_up_80003es2lan(struct e1000_hw *hw);
116 static s32 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset,
118 static s32 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u3
126 e1000_init_phy_params_80003es2lan(struct e1000_hw *hw) argument
158 e1000_init_nvm_params_80003es2lan(struct e1000_hw *hw) argument
206 struct e1000_hw *hw = &adapter->hw; local
260 struct e1000_hw *hw = &adapter->hw; local
284 e1000_acquire_phy_80003es2lan(struct e1000_hw *hw) argument
298 e1000_release_phy_80003es2lan(struct e1000_hw *hw) argument
313 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw) argument
328 e1000_release_mac_csr_80003es2lan(struct e1000_hw *hw) argument
343 e1000_acquire_nvm_80003es2lan(struct e1000_hw *hw) argument
365 e1000_release_nvm_80003es2lan(struct e1000_hw *hw) argument
379 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask) argument
425 e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask) argument
447 e1000_read_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw, u32 offset, u16 *data) argument
519 e1000_write_phy_reg_gg82563_80003es2lan(struct e1000_hw *hw, u32 offset, u16 data) argument
591 e1000_write_nvm_80003es2lan(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
604 e1000_get_cfg_done_80003es2lan(struct e1000_hw *hw) argument
633 e1000_phy_force_speed_duplex_80003es2lan(struct e1000_hw *hw) argument
726 e1000_get_cable_length_80003es2lan(struct e1000_hw *hw) argument
760 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
785 e1000_reset_hw_80003es2lan(struct e1000_hw *hw) argument
834 e1000_init_hw_80003es2lan(struct e1000_hw *hw) argument
927 e1000_initialize_hw_bits_80003es2lan(struct e1000_hw *hw) argument
963 e1000_copper_link_setup_gg82563_80003es2lan(struct e1000_hw *hw) argument
1109 e1000_setup_copper_link_80003es2lan(struct e1000_hw *hw) argument
1167 e1000_cfg_on_link_up_80003es2lan(struct e1000_hw *hw) argument
1196 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) argument
1244 e1000_cfg_kmrn_1000_80003es2lan(struct e1000_hw *hw) argument
1291 e1000_read_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset, u16 *data) argument
1325 e1000_write_kmrn_reg_80003es2lan(struct e1000_hw *hw, u32 offset, u16 data) argument
1350 e1000_read_mac_addr_80003es2lan(struct e1000_hw *hw) argument
1376 e1000_power_down_phy_copper_80003es2lan(struct e1000_hw *hw) argument
1390 e1000_clear_hw_cntrs_80003es2lan(struct e1000_hw *hw) argument
[all...]
H A Dlib.c46 * @hw: pointer to the HW structure
52 s32 e1000e_get_bus_info_pcie(struct e1000_hw *hw) argument
54 struct e1000_mac_info *mac = &hw->mac;
55 struct e1000_bus_info *bus = &hw->bus;
56 struct e1000_adapter *adapter = hw->adapter;
71 mac->ops.set_lan_id(hw);
79 * @hw: pointer to the HW structure
84 void e1000_set_lan_id_multi_port_pcie(struct e1000_hw *hw) argument
86 struct e1000_bus_info *bus = &hw->bus;
99 * @hw
103 e1000_set_lan_id_single_port(struct e1000_hw *hw) argument
117 e1000_clear_vfta_generic(struct e1000_hw *hw) argument
136 e1000_write_vfta_generic(struct e1000_hw *hw, u32 offset, u32 value) argument
151 e1000e_init_rx_addrs(struct e1000_hw *hw, u16 rar_count) argument
179 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw) argument
248 e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) argument
286 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) argument
357 e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, u8 *mc_addr_list, u32 mc_addr_count) argument
389 e1000e_clear_hw_cntrs_base(struct e1000_hw *hw) argument
438 e1000e_check_for_copper_link(struct e1000_hw *hw) argument
510 e1000e_check_for_fiber_link(struct e1000_hw *hw) argument
577 e1000e_check_for_serdes_link(struct e1000_hw *hw) argument
686 e1000_set_default_fc_generic(struct e1000_hw *hw) argument
728 e1000e_setup_link(struct e1000_hw *hw) argument
787 e1000_commit_fc_settings_generic(struct e1000_hw *hw) argument
858 e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw) argument
907 e1000e_setup_fiber_serdes_link(struct e1000_hw *hw) argument
959 e1000e_config_collision_dist(struct e1000_hw *hw) argument
980 e1000e_set_fc_watermarks(struct e1000_hw *hw) argument
1017 e1000e_force_mac_fc(struct e1000_hw *hw) argument
1078 e1000e_config_fc_after_link_up(struct e1000_hw *hw) argument
1270 e1000e_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
1303 e1000e_get_speed_and_duplex_fiber_serdes(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
1317 e1000e_get_hw_semaphore(struct e1000_hw *hw) argument
1366 e1000e_put_hw_semaphore(struct e1000_hw *hw) argument
1381 e1000e_get_auto_rd_done(struct e1000_hw *hw) argument
1408 e1000e_valid_led_default(struct e1000_hw *hw, u16 *data) argument
1429 e1000e_id_led_init(struct e1000_hw *hw) argument
1495 e1000e_setup_led_generic(struct e1000_hw *hw) argument
1527 e1000e_cleanup_led_generic(struct e1000_hw *hw) argument
1539 e1000e_blink_led(struct e1000_hw *hw) argument
1572 e1000e_led_on_generic(struct e1000_hw *hw) argument
1599 e1000e_led_off_generic(struct e1000_hw *hw) argument
1627 e1000e_set_pcie_no_snoop(struct e1000_hw *hw, u32 no_snoop) argument
1650 e1000e_disable_pcie_master(struct e1000_hw *hw) argument
1681 e1000e_reset_adaptive(struct e1000_hw *hw) argument
1709 e1000e_update_adaptive(struct e1000_hw *hw) argument
1749 e1000_raise_eec_clk(struct e1000_hw *hw, u32 *eecd) argument
1764 e1000_lower_eec_clk(struct e1000_hw *hw, u32 *eecd) argument
1782 e1000_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count) argument
1824 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count) argument
1859 e1000e_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg) argument
1887 e1000e_acquire_nvm(struct e1000_hw *hw) argument
1919 e1000_standby_nvm(struct e1000_hw *hw) argument
1943 e1000_stop_nvm(struct e1000_hw *hw) argument
1961 e1000e_release_nvm(struct e1000_hw *hw) argument
1978 e1000_ready_nvm_eeprom(struct e1000_hw *hw) argument
2028 e1000e_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
2071 e1000e_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
2149 e1000_read_mac_addr_generic(struct e1000_hw *hw) argument
2177 e1000e_validate_nvm_checksum_generic(struct e1000_hw *hw) argument
2208 e1000e_update_nvm_checksum_generic(struct e1000_hw *hw) argument
2237 e1000e_reload_nvm(struct e1000_hw *hw) argument
2280 e1000_mng_enable_host_if(struct e1000_hw *hw) argument
2319 e1000e_check_mng_mode_generic(struct e1000_hw *hw) argument
2334 e1000e_enable_tx_pkt_filtering(struct e1000_hw *hw) argument
2396 e1000_mng_write_cmd_header(struct e1000_hw *hw, struct e1000_host_mng_command_header *hdr) argument
2428 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length, u16 offset, u8 *sum) argument
2497 e1000e_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length) argument
2539 e1000e_enable_mng_pass_thru(struct e1000_hw *hw) argument
2583 e1000e_read_pba_num(struct e1000_hw *hw, u32 *pba_num) argument
[all...]
H A D82571.c58 static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
59 static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
60 static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
61 static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
62 static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
64 static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
65 static void e1000_initialize_hw_bits_82571(struct e1000_hw *hw);
66 static s32 e1000_setup_link_82571(struct e1000_hw *hw);
67 static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw);
68 static void e1000_clear_vfta_82571(struct e1000_hw *hw);
78 e1000_init_phy_params_82571(struct e1000_hw *hw) argument
143 e1000_init_nvm_params_82571(struct e1000_hw *hw) argument
208 struct e1000_hw *hw = &adapter->hw; local
346 struct e1000_hw *hw = &adapter->hw; local
424 e1000_get_phy_id_82571(struct e1000_hw *hw) argument
473 e1000_get_hw_semaphore_82571(struct e1000_hw *hw) argument
533 e1000_put_hw_semaphore_82571(struct e1000_hw *hw) argument
551 e1000_acquire_nvm_82571(struct e1000_hw *hw) argument
581 e1000_release_nvm_82571(struct e1000_hw *hw) argument
599 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
630 e1000_update_nvm_checksum_82571(struct e1000_hw *hw) argument
691 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw) argument
713 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
755 e1000_get_cfg_done_82571(struct e1000_hw *hw) argument
785 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) argument
850 e1000_reset_hw_82571(struct e1000_hw *hw) argument
961 e1000_init_hw_82571(struct e1000_hw *hw) argument
1037 e1000_initialize_hw_bits_82571(struct e1000_hw *hw) argument
1146 e1000_clear_vfta_82571(struct e1000_hw *hw) argument
1194 e1000_check_mng_mode_82574(struct e1000_hw *hw) argument
1208 e1000_led_on_82574(struct e1000_hw *hw) argument
1239 e1000_setup_link_82571(struct e1000_hw *hw) argument
1268 e1000_setup_copper_link_82571(struct e1000_hw *hw) argument
1306 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw) argument
1346 e1000_check_for_serdes_link_82571(struct e1000_hw *hw) argument
1480 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data) argument
1513 e1000e_get_laa_state_82571(struct e1000_hw *hw) argument
1528 e1000e_set_laa_state_82571(struct e1000_hw *hw, bool state) argument
1556 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw) argument
1602 e1000_read_mac_addr_82571(struct e1000_hw *hw) argument
1630 e1000_power_down_phy_copper_82571(struct e1000_hw *hw) argument
1649 e1000_clear_hw_cntrs_82571(struct e1000_hw *hw) argument
[all...]
H A De1000.h42 #include "hw.h"
47 netdev_dbg(hw->adapter->netdev, format, ## arg)
177 u64 dma; /* must be u64 - written to hw */
337 struct e1000_hw hw; member in struct:e1000_adapter
470 extern char *e1000e_get_hw_dev_name(struct e1000_hw *hw);
484 extern s32 e1000e_read_pba_num(struct e1000_hw *hw, u32 *pba_num);
486 extern s32 e1000e_commit_phy(struct e1000_hw *hw);
488 extern bool e1000e_enable_mng_pass_thru(struct e1000_hw *hw);
490 extern bool e1000e_get_laa_state_82571(struct e1000_hw *hw);
491 extern void e1000e_set_laa_state_82571(struct e1000_hw *hw, boo
605 e1000_phy_hw_reset(struct e1000_hw *hw) argument
610 e1000_check_reset_block(struct e1000_hw *hw) argument
615 e1e_rphy(struct e1000_hw *hw, u32 offset, u16 *data) argument
620 e1e_wphy(struct e1000_hw *hw, u32 offset, u16 data) argument
625 e1000_get_cable_length(struct e1000_hw *hw) argument
640 e1000e_read_mac_addr(struct e1000_hw *hw) argument
648 e1000_validate_nvm_checksum(struct e1000_hw *hw) argument
653 e1000e_update_nvm_checksum(struct e1000_hw *hw) argument
658 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
663 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
668 e1000_get_phy_info(struct e1000_hw *hw) argument
673 e1000e_check_mng_mode(struct e1000_hw *hw) argument
682 __er32(struct e1000_hw *hw, unsigned long reg) argument
687 __ew32(struct e1000_hw *hw, unsigned long reg, u32 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.h33 u32 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
34 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
35 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
36 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
37 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw);
38 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
39 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
40 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
41 void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw);
42 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw);
[all...]
H A Dixgbe_dcb_82598.c36 * @hw: pointer to hardware structure
42 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, argument
54 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
56 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
58 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
60 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
68 * @hw: pointer to hardware structure
74 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, argument
85 stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
87 stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRX
100 ixgbe_dcb_config_packet_buffers_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
140 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
197 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
245 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
291 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
358 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) argument
390 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
[all...]
H A Dixgbe_dcb.c207 * @hw: pointer to hardware structure
213 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, argument
217 if (hw->mac.type == ixgbe_mac_82598EB)
218 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
219 else if (hw->mac.type == ixgbe_mac_82599EB)
220 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
226 * hw - pointer to hardware structure
232 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, argument
236 if (hw->mac.type == ixgbe_mac_82598EB)
237 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stat
250 ixgbe_dcb_config_rx_arbiter(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
268 ixgbe_dcb_config_tx_desc_arbiter(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
286 ixgbe_dcb_config_tx_data_arbiter(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
304 ixgbe_dcb_config_pfc(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
322 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *hw) argument
339 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthardware.h63 struct hw { struct
64 int (*card_init)(struct hw *hw, struct card_conf *info);
65 int (*card_stop)(struct hw *hw);
66 int (*pll_init)(struct hw *hw, unsigned int rsr);
68 int (*suspend)(struct hw *hw, pm_message_t state);
69 int (*resume)(struct hw *h
[all...]
H A Dcthw20k2.c36 struct hw hw; member in struct:hw20k2
43 static u32 hw_read_20kx(struct hw *hw, u32 reg);
44 static void hw_write_20kx(struct hw *hw, u32 reg, u32 data);
367 static int src_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
375 hw_write_20kx(hw, SRC_UPZ+idx*0x100+i*0x4, 0);
378 hw_write_20kx(hw, SRC_DN0
424 src_get_ca(struct hw *hw, unsigned int idx, void *blk) argument
466 src_mgr_commit_write(struct hw *hw, void *blk) argument
565 srcimp_mgr_commit_write(struct hw *hw, void *blk) argument
673 amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
876 dai_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
916 dao_commit_write(struct hw *hw, unsigned int idx, void *blk) argument
1059 daio_mgr_commit_write(struct hw *hw, void *blk) argument
1088 daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) argument
1116 set_timer_irq(struct hw *hw, int enable) argument
1122 set_timer_tick(struct hw *hw, unsigned int ticks) argument
1130 get_wc(struct hw *hw) argument
1154 hw_daio_init(struct hw *hw, const struct daio_conf *info) argument
1224 hw_trn_init(struct hw *hw, const struct trn_conf *info) argument
1293 hw_pll_init(struct hw *hw, unsigned int rsr) argument
1348 hw_auto_init(struct hw *hw) argument
1433 hw20k2_i2c_unlock_full_access(struct hw *hw) argument
1449 hw20k2_i2c_lock_chip(struct hw *hw) argument
1460 hw20k2_i2c_init(struct hw *hw, u8 dev_id, u8 addr_size, u8 data_size) argument
1489 hw20k2_i2c_uninit(struct hw *hw) argument
1508 hw20k2_i2c_wait_data_ready(struct hw *hw) argument
1520 hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap) argument
1546 hw20k2_i2c_write(struct hw *hw, u16 addr, u32 data) argument
1571 hw_dac_init(struct hw *hw, const struct dac_conf *info) argument
1725 hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) argument
1743 hw_adc_input_select(struct hw *hw, enum ADCSRC type) argument
1776 hw_adc_init(struct hw *hw, const struct adc_conf *info) argument
1859 hw_have_digit_io_switch(struct hw *hw) argument
1866 struct hw *hw = dev_id; local
1880 hw_card_start(struct hw *hw) argument
1943 hw_card_stop(struct hw *hw) argument
1958 hw_card_shutdown(struct hw *hw) argument
1980 hw_card_init(struct hw *hw, struct card_conf *info) argument
2058 hw_suspend(struct hw *hw, pm_message_t state) argument
2071 hw_resume(struct hw *hw, struct card_conf *info) argument
2083 hw_read_20kx(struct hw *hw, u32 reg) argument
2088 hw_write_20kx(struct hw *hw, u32 reg, u32 data) argument
2212 destroy_20k2_hw_obj(struct hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dhwdep.h32 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
34 long (*read)(struct snd_hwdep *hw, char __user *buf,
36 long (*write)(struct snd_hwdep *hw, const char __user *buf,
38 int (*open)(struct snd_hwdep *hw, struct file * file);
39 int (*release)(struct snd_hwdep *hw, struct file * file);
40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file,
42 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
44 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
46 int (*mmap)(struct snd_hwdep *hw, struct file *file,
48 int (*dsp_status)(struct snd_hwdep *hw,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Diohelper.h40 struct hws *hw = p;\
41 return inb(hw->ap.port + off);\
44 struct hws *hw = p;\
45 outb(val, hw->ap.port + off);\
48 struct hws *hw = p;\
49 insb(hw->ap.port + off, dp, size);\
52 struct hws *hw = p;\
53 outsb(hw->ap.port + off, dp, size);\
58 struct hws *hw = p;\
59 outb(off, hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c95 * 'initialized' and 'running' states of the hw/MAC combo. The four
163 static int submit_rx_urb(hfa384x_t *hw, gfp_t flags);
165 static int submit_tx_urb(hfa384x_t *hw, struct urb *tx_urb, gfp_t flags);
183 static void hfa384x_usbin_ctlx(hfa384x_t *hw, hfa384x_usbin_t *usbin,
189 static void hfa384x_usbctlxq_run(hfa384x_t *hw);
201 static int hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
203 static void unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
210 hfa384x_usbctlx_complete_sync(hfa384x_t *hw,
215 unlocked_usbctlx_cancel_async(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
217 static void hfa384x_cb_status(hfa384x_t *hw, cons
288 get_active_ctlx(hfa384x_t * hw) argument
332 submit_rx_urb(hfa384x_t *hw, gfp_t memflags) argument
394 submit_tx_urb(hfa384x_t *hw, struct urb *tx_urb, gfp_t memflags) argument
440 hfa384x_t *hw = container_of(data, struct hfa384x, usb_work); local
531 hfa384x_create(hfa384x_t *hw, struct usb_device *usb) argument
607 hfa384x_destroy(hfa384x_t *hw) argument
818 hfa384x_cb_status(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx) argument
855 hfa384x_cb_rrid(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx) argument
872 hfa384x_docmd_wait(hfa384x_t *hw, hfa384x_metacmd_t *cmd) argument
878 hfa384x_docmd_async(hfa384x_t *hw, hfa384x_metacmd_t *cmd, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
886 hfa384x_dorrid_wait(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen) argument
894 hfa384x_dorrid_async(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
905 hfa384x_dowrid_wait(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen) argument
913 hfa384x_dowrid_async(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
924 hfa384x_dormem_wait(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len) argument
932 hfa384x_dormem_async(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
943 hfa384x_dowmem_wait(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len) argument
951 hfa384x_dowmem_async(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
983 hfa384x_cmd_initialize(hfa384x_t *hw) argument
1031 hfa384x_cmd_disable(hfa384x_t *hw, u16 macport) argument
1067 hfa384x_cmd_enable(hfa384x_t *hw, u16 macport) argument
1112 hfa384x_cmd_monitor(hfa384x_t *hw, u16 enable) argument
1166 hfa384x_cmd_download(hfa384x_t *hw, u16 mode, u16 lowaddr, u16 highaddr, u16 codelen) argument
1210 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis) argument
1247 hfa384x_usbctlx_complete_sync(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx, struct usbctlx_completor *completor) argument
1363 hfa384x_docmd(hfa384x_t *hw, enum cmd_mode mode, hfa384x_metacmd_t *cmd, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1452 hfa384x_dorrid(hfa384x_t *hw, enum cmd_mode mode, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1533 hfa384x_dowrid(hfa384x_t *hw, enum cmd_mode mode, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1620 hfa384x_dormem(hfa384x_t *hw, enum cmd_mode mode, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1711 hfa384x_dowmem(hfa384x_t *hw, enum cmd_mode mode, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1785 hfa384x_drvr_commtallies(hfa384x_t *hw) argument
1821 hfa384x_drvr_disable(hfa384x_t *hw, u16 macport) argument
1859 hfa384x_drvr_enable(hfa384x_t *hw, u16 macport) argument
1896 hfa384x_drvr_flashdl_enable(hfa384x_t *hw) argument
1955 hfa384x_drvr_flashdl_disable(hfa384x_t *hw) argument
2000 hfa384x_drvr_flashdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len) argument
2139 hfa384x_drvr_getconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) argument
2176 hfa384x_drvr_getconfig_async(hfa384x_t *hw, u16 rid, ctlx_usercb_t usercb, void *usercb_data) argument
2207 hfa384x_drvr_setconfig_async(hfa384x_t *hw, u16 rid, void *buf, u16 len, ctlx_usercb_t usercb, void *usercb_data) argument
2234 hfa384x_drvr_ramdl_disable(hfa384x_t *hw) argument
2274 hfa384x_drvr_ramdl_enable(hfa384x_t *hw, u32 exeaddr) argument
2342 hfa384x_drvr_ramdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len) argument
2421 hfa384x_drvr_readpda(hfa384x_t *hw, void *buf, unsigned int len) argument
2529 hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) argument
2554 hfa384x_drvr_start(hfa384x_t *hw) argument
2643 hfa384x_drvr_stop(hfa384x_t *hw) argument
2694 hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
2789 hfa384x_t *hw = wlandev->priv; local
2821 hfa384x_t *hw = (hfa384x_t *) data; local
2859 hfa384x_t *hw = (hfa384x_t *) data; local
2938 unlocked_usbctlx_cancel_async(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx) argument
2988 unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx) argument
3026 hfa384x_usbctlxq_run(hfa384x_t *hw) argument
3129 hfa384x_t *hw; local
3306 hfa384x_usbin_ctlx(hfa384x_t *hw, hfa384x_usbin_t *usbin, int urb_status) argument
3460 hfa384x_t *hw = wlandev->priv; local
3570 hfa384x_t *hw = wlandev->priv; local
3708 hfa384x_t *hw = wlandev->priv; local
3723 hfa384x_t *hw = wlandev->priv; local
3768 hfa384x_t *hw = urb->context; local
3902 hfa384x_t *hw = (hfa384x_t *) data; local
3960 hfa384x_t *hw = (hfa384x_t *) data; local
4004 hfa384x_t *hw = (hfa384x_t *) data; local
4045 hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dniccy.c80 return readreg(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, offset);
85 writereg(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, offset, value);
90 readfifo(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, 0, data, size);
95 writefifo(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, 0, data, size);
100 return readreg(cs->hw.niccy.hscx_ale,
101 cs->hw
[all...]
H A Davm_a1.c58 return (readreg(cs->hw.avm.isac, offset));
64 writereg(cs->hw.avm.isac, offset, value);
70 read_fifo(cs->hw.avm.isacfifo, data, size);
76 write_fifo(cs->hw.avm.isacfifo, data, size);
82 return (readreg(cs->hw.avm.hscx[hscx], offset));
88 writereg(cs->hw.avm.hscx[hscx], offset, value);
95 #define READHSCX(cs, nr, reg) readreg(cs->hw.avm.hscx[nr], reg)
96 #define WRITEHSCX(cs, nr, reg, data) writereg(cs->hw.avm.hscx[nr], reg, data)
97 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.avm.hscxfifo[nr], ptr, cnt)
98 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) write_fifo(cs->hw
[all...]
H A Dnetjet.c35 cs->hw.njet.auxd &= 0xfc;
36 cs->hw.njet.auxd |= (offset>>4) & 3;
37 byteout(cs->hw.njet.auxa, cs->hw.njet.auxd);
38 ret = bytein(cs->hw.njet.isac + ((offset & 0xf)<<2));
45 cs->hw.njet.auxd &= 0xfc;
46 cs->hw.njet.auxd |= (offset>>4) & 3;
47 byteout(cs->hw.njet.auxa, cs->hw.njet.auxd);
48 byteout(cs->hw
[all...]
H A Dmic.c68 return (readreg(cs->hw.mic.adr, cs->hw.mic.isac, offset));
74 writereg(cs->hw.mic.adr, cs->hw.mic.isac, offset, value);
80 readfifo(cs->hw.mic.adr, cs->hw.mic.isac, 0, data, size);
86 writefifo(cs->hw.mic.adr, cs->hw.mic.isac, 0, data, size);
92 return (readreg(cs->hw.mic.adr,
93 cs->hw
[all...]
H A Delsa.c178 return (readreg(cs->hw.elsa.ale, cs->hw.elsa.isac, offset));
184 writereg(cs->hw.elsa.ale, cs->hw.elsa.isac, offset, value);
190 readfifo(cs->hw.elsa.ale, cs->hw.elsa.isac, 0, data, size);
196 writefifo(cs->hw.elsa.ale, cs->hw.elsa.isac, 0, data, size);
202 return (readreg(cs->hw.elsa.ale, cs->hw
[all...]
H A Dasuscom.c80 return (readreg(cs->hw.asus.adr, cs->hw.asus.isac, offset));
86 writereg(cs->hw.asus.adr, cs->hw.asus.isac, offset, value);
92 readfifo(cs->hw.asus.adr, cs->hw.asus.isac, 0, data, size);
98 writefifo(cs->hw.asus.adr, cs->hw.asus.isac, 0, data, size);
104 return (readreg(cs->hw.asus.adr, cs->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhwdep.c58 struct snd_hwdep *hw = file->private_data; local
59 if (hw->ops.llseek)
60 return hw->ops.llseek(hw, file, offset, orig);
67 struct snd_hwdep *hw = file->private_data; local
68 if (hw->ops.read)
69 return hw->ops.read(hw, buf, count, offset);
76 struct snd_hwdep *hw = file->private_data; local
77 if (hw
85 struct snd_hwdep *hw; local
156 struct snd_hwdep *hw = file->private_data; local
174 struct snd_hwdep *hw = file->private_data; local
180 snd_hwdep_info(struct snd_hwdep *hw, struct snd_hwdep_info __user *_info) argument
195 snd_hwdep_dsp_status(struct snd_hwdep *hw, struct snd_hwdep_dsp_status __user *_info) argument
212 snd_hwdep_dsp_load(struct snd_hwdep *hw, struct snd_hwdep_dsp_image __user *_info) argument
238 struct snd_hwdep *hw = file->private_data; local
257 struct snd_hwdep *hw = file->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_hw.c44 snd_seq_hw_t *hw = seq->private_data; local
47 if (close(hw->fd)) {
51 free(hw);
57 snd_seq_hw_t *hw = seq->private_data; local
60 if ((flags = fcntl(hw->fd, F_GETFL)) < 0) {
68 if (fcntl(hw->fd, F_SETFL, flags) < 0) {
77 snd_seq_hw_t *hw = seq->private_data; local
79 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_CLIENT_ID, &client) < 0) {
88 snd_seq_hw_t *hw = seq->private_data; local
89 if (ioctl(hw
98 snd_seq_hw_t *hw = seq->private_data; local
108 snd_seq_hw_t *hw = seq->private_data; local
118 snd_seq_hw_t *hw = seq->private_data; local
128 snd_seq_hw_t *hw = seq->private_data; local
138 snd_seq_hw_t *hw = seq->private_data; local
148 snd_seq_hw_t *hw = seq->private_data; local
158 snd_seq_hw_t *hw = seq->private_data; local
168 snd_seq_hw_t *hw = seq->private_data; local
178 snd_seq_hw_t *hw = seq->private_data; local
188 snd_seq_hw_t *hw = seq->private_data; local
198 snd_seq_hw_t *hw = seq->private_data; local
208 snd_seq_hw_t *hw = seq->private_data; local
218 snd_seq_hw_t *hw = seq->private_data; local
228 snd_seq_hw_t *hw = seq->private_data; local
238 snd_seq_hw_t *hw = seq->private_data; local
248 snd_seq_hw_t *hw = seq->private_data; local
258 snd_seq_hw_t *hw = seq->private_data; local
268 snd_seq_hw_t *hw = seq->private_data; local
278 snd_seq_hw_t *hw = seq->private_data; local
288 snd_seq_hw_t *hw = seq->private_data; local
298 snd_seq_hw_t *hw = seq->private_data; local
308 snd_seq_hw_t *hw = seq->private_data; local
318 snd_seq_hw_t *hw = seq->private_data; local
327 snd_seq_hw_t *hw = seq->private_data; local
336 snd_seq_hw_t *hw = seq->private_data; local
346 snd_seq_hw_t *hw = seq->private_data; local
356 snd_seq_hw_t *hw = seq->private_data; local
366 snd_seq_hw_t *hw = seq->private_data; local
376 snd_seq_hw_t *hw = seq->private_data; local
424 snd_seq_hw_t *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_ethtool.c33 struct atl1e_hw *hw = &adapter->hw; local
41 if (hw->nic_type == athr_l1e)
47 ecmd->advertising |= hw->autoneg_advertised;
72 struct atl1e_hw *hw = &adapter->hw; local
81 if (hw->nic_type == athr_l1e) {
82 hw->autoneg_advertised =
92 hw->autoneg_advertised =
95 ecmd->advertising = hw
153 struct atl1e_hw *hw = &adapter->hw; local
212 struct atl1e_hw *hw = &adapter->hw; local
252 struct atl1e_hw *hw = &adapter->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dmbx.c32 * @hw: pointer to the HW structure
36 static s32 e1000_poll_for_msg(struct e1000_hw *hw) argument
38 struct e1000_mbx_info *mbx = &hw->mbx;
44 while (countdown && mbx->ops.check_for_msg(hw)) {
58 * @hw: pointer to the HW structure
62 static s32 e1000_poll_for_ack(struct e1000_hw *hw) argument
64 struct e1000_mbx_info *mbx = &hw->mbx;
70 while (countdown && mbx->ops.check_for_ack(hw)) {
84 * @hw: pointer to the HW structure
91 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u3 argument
117 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) argument
143 e1000_read_v2p_mailbox(struct e1000_hw *hw) argument
161 e1000_check_for_bit_vf(struct e1000_hw *hw, u32 mask) argument
180 e1000_check_for_msg_vf(struct e1000_hw *hw) argument
198 e1000_check_for_ack_vf(struct e1000_hw *hw) argument
216 e1000_check_for_rst_vf(struct e1000_hw *hw) argument
235 e1000_obtain_mbx_lock_vf(struct e1000_hw *hw) argument
257 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) argument
293 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) argument
323 e1000_init_mbx_params_vf(struct e1000_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c348 static struct crystalhd_rx_dma_pkt *crystalhd_hw_alloc_rx_pkt(struct crystalhd_hw *hw) argument
353 if (!hw)
356 spin_lock_irqsave(&hw->lock, flags);
357 temp = hw->rx_pkt_pool_head;
359 hw->rx_pkt_pool_head = hw->rx_pkt_pool_head->next;
364 spin_unlock_irqrestore(&hw->lock, flags);
369 static void crystalhd_hw_free_rx_pkt(struct crystalhd_hw *hw, argument
374 if (!hw || !pkt)
377 spin_lock_irqsave(&hw
405 struct crystalhd_hw *hw = (struct crystalhd_hw *)context; local
427 crystalhd_hw_delete_ioqs(struct crystalhd_hw *hw) argument
453 crystalhd_hw_create_ioqs(struct crystalhd_hw *hw) argument
523 crystalhd_hw_tx_req_complete(struct crystalhd_hw *hw, uint32_t list_id, enum BC_STATUS cs) argument
558 crystalhd_tx_list0_handler(struct crystalhd_hw *hw, uint32_t err_sts) argument
590 crystalhd_tx_list1_handler(struct crystalhd_hw *hw, uint32_t err_sts) argument
622 crystalhd_tx_isr(struct crystalhd_hw *hw, uint32_t int_sts) argument
837 crystalhd_start_tx_dma_engine(struct crystalhd_hw *hw) argument
856 crystalhd_stop_tx_dma_engine(struct crystalhd_hw *hw) argument
913 crystalhd_get_pib_avail_cnt(struct crystalhd_hw *hw) argument
947 crystalhd_get_addr_from_pib_Q(struct crystalhd_hw *hw) argument
983 crystalhd_rel_addr_to_pib_Q(struct crystalhd_hw *hw, uint32_t addr_to_rel) argument
1040 crystalhd_hw_proc_pib(struct crystalhd_hw *hw) argument
1089 crystalhd_start_rx_dma_engine(struct crystalhd_hw *hw) argument
1108 crystalhd_stop_rx_dma_engine(struct crystalhd_hw *hw) argument
1165 crystalhd_hw_prog_rxdma(struct crystalhd_hw *hw, struct crystalhd_rx_dma_pkt *rx_pkt) argument
1224 crystalhd_hw_post_cap_buff(struct crystalhd_hw *hw, struct crystalhd_rx_dma_pkt *rx_pkt) argument
1236 crystalhd_get_dnsz(struct crystalhd_hw *hw, uint32_t list_index, uint32_t *y_dw_dnsz, uint32_t *uv_dw_dnsz) argument
1258 crystalhd_hw_finalize_pause(struct crystalhd_hw *hw) argument
1283 crystalhd_rx_pkt_done(struct crystalhd_hw *hw, uint32_t list_index, enum BC_STATUS comp_sts) argument
1320 crystalhd_rx_list0_handler(struct crystalhd_hw *hw, uint32_t int_sts, uint32_t y_err_sts, uint32_t uv_err_sts) argument
1388 crystalhd_rx_list1_handler(struct crystalhd_hw *hw, uint32_t int_sts, uint32_t y_err_sts, uint32_t uv_err_sts) argument
1459 crystalhd_rx_isr(struct crystalhd_hw *hw, uint32_t intr_sts) argument
1530 crystalhd_fw_cmd_post_proc(struct crystalhd_hw *hw, struct BC_FW_CMD *fw_cmd) argument
1556 crystalhd_put_ddr2sleep(struct crystalhd_hw *hw) argument
1709 crystalhd_do_fw_cmd(struct crystalhd_hw *hw, struct BC_FW_CMD *fw_cmd) argument
1791 crystalhd_hw_interrupt(struct crystalhd_adp *adp, struct crystalhd_hw *hw) argument
1849 crystalhd_hw_open(struct crystalhd_hw *hw, struct crystalhd_adp *adp) argument
1880 crystalhd_hw_close(struct crystalhd_hw *hw) argument
1897 crystalhd_hw_setup_dma_rings(struct crystalhd_hw *hw) argument
1970 crystalhd_hw_free_dma_rings(struct crystalhd_hw *hw) argument
2008 crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq, hw_comp_callback call_back, wait_queue_head_t *cb_event, uint32_t *list_id, uint8_t data_flags) argument
2115 crystalhd_hw_cancel_tx(struct crystalhd_hw *hw, uint32_t list_id) argument
2128 crystalhd_hw_add_cap_buffer(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq, bool en_post) argument
2168 crystalhd_hw_get_cap_buffer(struct crystalhd_hw *hw, struct BC_PIC_INFO_BLOCK *pib, struct crystalhd_dio_req **ioreq) argument
2204 crystalhd_hw_start_capture(struct crystalhd_hw *hw) argument
2229 crystalhd_hw_stop_capture(struct crystalhd_hw *hw) argument
2249 crystalhd_hw_pause(struct crystalhd_hw *hw) argument
2261 crystalhd_hw_unpause(struct crystalhd_hw *hw) argument
2277 crystalhd_hw_suspend(struct crystalhd_hw *hw) argument
2300 crystalhd_hw_stats(struct crystalhd_hw *hw, struct crystalhd_hw_stats *stats) argument
2318 crystalhd_hw_set_core_clock(struct crystalhd_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_hw.c115 #define FAST_PCM_STATE(hw) \
116 ((enum sndrv_pcm_state) (hw)->mmap_status->state)
117 #define FAST_PCM_TSTAMP(hw) \
118 ((hw)->mmap_status->tstamp)
123 snd_pcm_hw_t *hw = pcm->private_data; local
124 res = FAST_PCM_TSTAMP(hw);
125 if (SNDRV_PROTOCOL_VERSION(2, 0, 5) > hw->version)
131 static int sync_ptr1(snd_pcm_hw_t *hw, unsigned int flags) argument
134 hw->sync_ptr->flags = flags;
135 err = ioctl((hw)
144 sync_ptr(snd_pcm_hw_t *hw, unsigned int flags) argument
149 snd_pcm_hw_clear_timer_queue(snd_pcm_hw_t *hw) argument
170 snd_pcm_hw_t *hw = pcm->private_data; local
183 snd_pcm_hw_t *hw = pcm->private_data; local
200 snd_pcm_hw_t *hw = pcm->private_data; local
223 snd_pcm_hw_t *hw = pcm->private_data; local
257 snd_pcm_hw_t *hw = pcm->private_data; local
277 snd_pcm_hw_t *hw = pcm->private_data; local
322 snd_pcm_hw_t *hw = pcm->private_data; local
341 snd_pcm_hw_close_timer(snd_pcm_hw_t *hw) argument
351 snd_pcm_hw_t *hw = pcm->private_data; local
419 snd_pcm_hw_t *hw = pcm->private_data; local
432 snd_pcm_hw_t *hw = pcm->private_data; local
464 snd_pcm_hw_t *hw = pcm->private_data; local
485 snd_pcm_hw_t *hw = pcm->private_data; local
501 snd_pcm_hw_t *hw = pcm->private_data; local
510 snd_pcm_hw_t *hw = pcm->private_data; local
522 snd_pcm_hw_t *hw = pcm->private_data; local
554 snd_pcm_hw_t *hw = pcm->private_data; local
566 snd_pcm_hw_t *hw = pcm->private_data; local
578 snd_pcm_hw_t *hw = pcm->private_data; local
599 snd_pcm_hw_t *hw = pcm->private_data; local
612 snd_pcm_hw_t *hw = pcm->private_data; local
624 snd_pcm_hw_t *hw = pcm->private_data; local
641 snd_pcm_hw_t *hw = pcm->private_data; local
661 snd_pcm_hw_t *hw = pcm->private_data; local
705 snd_pcm_hw_t *hw = pcm->private_data; local
747 snd_pcm_hw_t *hw = pcm->private_data; local
759 snd_pcm_hw_t *hw = pcm->private_data; local
778 snd_pcm_hw_t *hw = pcm->private_data; local
797 snd_pcm_hw_t *hw = pcm->private_data; local
816 snd_pcm_hw_t *hw = pcm->private_data; local
834 snd_pcm_hw_t *hw = pcm->private_data; local
868 snd_pcm_hw_t *hw = pcm->private_data; local
890 snd_pcm_hw_t *hw = pcm->private_data; local
907 snd_pcm_hw_t *hw = pcm->private_data; local
934 snd_pcm_hw_t *hw = pcm->private_data; local
950 snd_pcm_hw_t *hw = pcm->private_data; local
962 snd_pcm_hw_t *hw = pcm->private_data; local
1009 snd_pcm_hw_t *hw = pcm->private_data; local
1123 snd_pcm_hw_t *hw = NULL; local
1376 snd_pcm_hw_t *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-legacy.c4 static void ide_legacy_init_one(struct ide_hw **hws, struct ide_hw *hw, argument
34 ide_std_init_ports(hw, base, ctl);
35 hw->irq = irq;
36 hw->config = config;
38 hws[port_no] = hw;
43 struct ide_hw hw[2], *hws[] = { NULL, NULL }; local
45 memset(&hw, 0, sizeof(hw));
48 ide_legacy_init_one(hws, &hw[0], 0, d, config);
49 ide_legacy_init_one(hws, &hw[
[all...]

Completed in 286 milliseconds

1234567891011>>