/drivers/net/wireless/b43legacy/ |
D | radio.h | 55 void b43legacy_radio_lock(struct b43legacy_wldev *dev); 56 void b43legacy_radio_unlock(struct b43legacy_wldev *dev); 58 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset); 59 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val); 61 u16 b43legacy_radio_init2050(struct b43legacy_wldev *dev); 63 void b43legacy_radio_turn_on(struct b43legacy_wldev *dev); 64 void b43legacy_radio_turn_off(struct b43legacy_wldev *dev, bool force); 66 int b43legacy_radio_selectchannel(struct b43legacy_wldev *dev, u8 channel, 69 void b43legacy_radio_set_txpower_a(struct b43legacy_wldev *dev, u16 txpower); 70 void b43legacy_radio_set_txpower_bg(struct b43legacy_wldev *dev, [all …]
|
D | main.h | 58 u8 b43legacy_freq_to_channel(struct b43legacy_wldev *dev, in b43legacy_freq_to_channel() 79 int b43legacy_channel_to_freq(struct b43legacy_wldev *dev, in b43legacy_channel_to_freq() 100 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf); 101 void b43legacy_tsf_write(struct b43legacy_wldev *dev, u64 tsf); 103 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, 105 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, 107 void b43legacy_shm_write32(struct b43legacy_wldev *dev, 110 void b43legacy_shm_write16(struct b43legacy_wldev *dev, 114 u32 b43legacy_hf_read(struct b43legacy_wldev *dev); 115 void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value); [all …]
|
D | phy.h | 172 struct b43legacy_wldev; 174 void b43legacy_phy_lock(struct b43legacy_wldev *dev); 175 void b43legacy_phy_unlock(struct b43legacy_wldev *dev); 181 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset); 182 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val); 184 int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev); 185 int b43legacy_phy_init(struct b43legacy_wldev *dev); 187 void b43legacy_set_rx_antenna(struct b43legacy_wldev *dev, int antenna); 189 void b43legacy_phy_set_antenna_diversity(struct b43legacy_wldev *dev); 190 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev); [all …]
|
D | pio.h | 51 struct b43legacy_wldev *dev; 98 int b43legacy_pio_init(struct b43legacy_wldev *dev); 99 void b43legacy_pio_free(struct b43legacy_wldev *dev); 101 int b43legacy_pio_tx(struct b43legacy_wldev *dev, 103 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev, 111 void b43legacy_pio_freeze_txqueues(struct b43legacy_wldev *dev); 112 void b43legacy_pio_thaw_txqueues(struct b43legacy_wldev *dev); 117 int b43legacy_pio_init(struct b43legacy_wldev *dev) in b43legacy_pio_init() 122 void b43legacy_pio_free(struct b43legacy_wldev *dev) in b43legacy_pio_free() 126 int b43legacy_pio_tx(struct b43legacy_wldev *dev, in b43legacy_pio_tx() [all …]
|
D | dma.h | 156 struct b43legacy_wldev *dev; 181 int b43legacy_dma_init(struct b43legacy_wldev *dev); 182 void b43legacy_dma_free(struct b43legacy_wldev *dev); 184 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev); 185 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev); 187 int b43legacy_dma_tx(struct b43legacy_wldev *dev, 189 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev, 198 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init() 203 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free() 207 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx() [all …]
|
D | debugfs.h | 4 struct b43legacy_wldev; 36 struct b43legacy_wldev *dev; 55 int b43legacy_debug(struct b43legacy_wldev *dev, 60 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev); 61 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev); 62 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, 68 int b43legacy_debug(struct b43legacy_wldev *dev, in b43legacy_debug() 79 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) { } in b43legacy_debugfs_add_device() 81 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) { } in b43legacy_debugfs_remove_device() 83 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, in b43legacy_debugfs_log_txstat()
|
D | main.c | 163 static void b43legacy_wireless_core_exit(struct b43legacy_wldev *dev); 164 static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev); 165 static void b43legacy_wireless_core_stop(struct b43legacy_wldev *dev); 166 static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev); 255 static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset, in b43legacy_ram_write() 272 void b43legacy_shm_control_word(struct b43legacy_wldev *dev, in b43legacy_shm_control_word() 285 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, in b43legacy_shm_read32() 312 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, in b43legacy_shm_read16() 335 void b43legacy_shm_write32(struct b43legacy_wldev *dev, in b43legacy_shm_write32() 363 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16() [all …]
|
D | xmit.h | 81 int b43legacy_generate_txhdr(struct b43legacy_wldev *dev, 197 void b43legacy_rx(struct b43legacy_wldev *dev, 201 void b43legacy_handle_txstatus(struct b43legacy_wldev *dev, 204 void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev, 207 void b43legacy_tx_suspend(struct b43legacy_wldev *dev); 208 void b43legacy_tx_resume(struct b43legacy_wldev *dev); 223 void b43legacy_qos_init(struct b43legacy_wldev *dev); 230 int b43legacy_new_kidx_api(struct b43legacy_wldev *dev) in b43legacy_new_kidx_api() 236 u8 b43legacy_kidx_to_fw(struct b43legacy_wldev *dev, u8 raw_kidx) in b43legacy_kidx_to_fw() 250 u8 b43legacy_kidx_to_raw(struct b43legacy_wldev *dev, u8 firmware_kidx) in b43legacy_kidx_to_raw()
|
D | leds.h | 4 struct b43legacy_wldev; 15 struct b43legacy_wldev *dev; 45 void b43legacy_leds_init(struct b43legacy_wldev *dev); 46 void b43legacy_leds_exit(struct b43legacy_wldev *dev); 55 static inline void b43legacy_leds_init(struct b43legacy_wldev *dev) in b43legacy_leds_init() 58 static inline void b43legacy_leds_exit(struct b43legacy_wldev *dev) in b43legacy_leds_exit()
|
D | debugfs.c | 45 ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize); 46 int (*write)(struct b43legacy_wldev *dev, const char *buf, size_t count); 55 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev, in fops_to_dfs_file() 79 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file() 93 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in tsf_write_file() 105 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in ucode_regs_read_file() 119 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file() 138 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in txstat_read_file() 186 static int restart_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in restart_write_file() 203 struct b43legacy_wldev *dev; in b43legacy_debugfs_read() [all …]
|
D | b43legacy.h | 566 struct b43legacy_wldev; 577 struct b43legacy_wldev *current_dev; 677 struct b43legacy_wldev { struct 763 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() argument 769 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() 775 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() 785 struct b43legacy_wldev *dev_to_b43legacy_wldev(struct device *dev) in dev_to_b43legacy_wldev() 800 bool is_bcm_board_vendor(struct b43legacy_wldev *dev) in is_bcm_board_vendor() 806 u16 b43legacy_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_read16() 812 void b43legacy_write16(struct b43legacy_wldev *dev, u16 offset, u16 value) in b43legacy_write16() [all …]
|
D | sysfs.c | 79 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show() 113 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store() 161 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show() 185 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store() 210 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register() 232 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
|
D | leds.c | 34 static void b43legacy_led_turn_on(struct b43legacy_wldev *dev, u8 led_index, in b43legacy_led_turn_on() 51 static void b43legacy_led_turn_off(struct b43legacy_wldev *dev, u8 led_index, in b43legacy_led_turn_off() 74 struct b43legacy_wldev *dev = led->dev; in b43legacy_led_brightness_set() 88 static int b43legacy_register_led(struct b43legacy_wldev *dev, in b43legacy_register_led() 128 static void b43legacy_map_led(struct b43legacy_wldev *dev, in b43legacy_map_led() 189 void b43legacy_leds_init(struct b43legacy_wldev *dev) in b43legacy_leds_init() 237 void b43legacy_leds_exit(struct b43legacy_wldev *dev) in b43legacy_leds_exit()
|
D | sysfs.h | 4 struct b43legacy_wldev; 6 int b43legacy_sysfs_register(struct b43legacy_wldev *dev); 7 void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
|
D | phy.c | 83 static void b43legacy_phy_initg(struct b43legacy_wldev *dev); 98 void b43legacy_phy_lock(struct b43legacy_wldev *dev) in b43legacy_phy_lock() 113 void b43legacy_phy_unlock(struct b43legacy_wldev *dev) in b43legacy_phy_unlock() 128 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_phy_read() 134 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_phy_write() 141 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev) in b43legacy_phy_calibrate() 159 static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev) in b43legacy_phy_init_pctl() 218 static void b43legacy_phy_agcsetup(struct b43legacy_wldev *dev) in b43legacy_phy_agcsetup() 334 static void b43legacy_phy_setupg(struct b43legacy_wldev *dev) in b43legacy_phy_setupg() 436 static void b43legacy_phy_inita(struct b43legacy_wldev *dev) in b43legacy_phy_inita() [all …]
|
D | radio.c | 90 void b43legacy_radio_lock(struct b43legacy_wldev *dev) in b43legacy_radio_lock() 102 void b43legacy_radio_unlock(struct b43legacy_wldev *dev) in b43legacy_radio_unlock() 114 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16() 141 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16() 148 static void b43legacy_set_all_gains(struct b43legacy_wldev *dev, in b43legacy_set_all_gains() 185 static void b43legacy_set_original_gains(struct b43legacy_wldev *dev) in b43legacy_set_original_gains() 224 static void b43legacy_synth_pu_workaround(struct b43legacy_wldev *dev, in b43legacy_synth_pu_workaround() 246 u8 b43legacy_radio_aci_detect(struct b43legacy_wldev *dev, u8 channel) in b43legacy_radio_aci_detect() 280 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev) in b43legacy_radio_aci_scan() 333 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write() [all …]
|
D | ilt.h | 29 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val); 30 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset, 32 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset);
|
D | ilt.c | 315 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_ilt_write() 322 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset, u32 val) in b43legacy_ilt_write32() 332 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_ilt_read()
|
D | xmit.c | 187 static int generate_txhdr_fw3(struct b43legacy_wldev *dev, in generate_txhdr_fw3() 358 int b43legacy_generate_txhdr(struct b43legacy_wldev *dev, in b43legacy_generate_txhdr() 370 static s8 b43legacy_rssi_postprocess(struct b43legacy_wldev *dev, in b43legacy_rssi_postprocess() 431 void b43legacy_rx(struct b43legacy_wldev *dev, in b43legacy_rx() 586 void b43legacy_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_handle_txstatus() 611 void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev, in b43legacy_handle_hwtxstatus() 634 void b43legacy_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_tx_suspend() 643 void b43legacy_tx_resume(struct b43legacy_wldev *dev) in b43legacy_tx_resume() 652 void b43legacy_qos_init(struct b43legacy_wldev *dev) in b43legacy_qos_init()
|
D | pio.c | 149 struct b43legacy_pioqueue *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie() 283 struct b43legacy_wldev *dev = queue->dev; in tx_tasklet() 329 struct b43legacy_pioqueue *b43legacy_setup_pioqueue(struct b43legacy_wldev *dev, in b43legacy_setup_pioqueue() 402 void b43legacy_pio_free(struct b43legacy_wldev *dev) in b43legacy_pio_free() 420 int b43legacy_pio_init(struct b43legacy_wldev *dev) in b43legacy_pio_init() 466 int b43legacy_pio_tx(struct b43legacy_wldev *dev, in b43legacy_pio_tx() 488 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_pio_handle_txstatus() 665 void b43legacy_pio_freeze_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_freeze_txqueues() 677 void b43legacy_pio_thaw_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_thaw_txqueues()
|
D | rfkill.h | 5 struct b43legacy_wldev; 9 bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);
|
D | dma.c | 193 struct b43legacy_wldev *dev, in priority_to_txring() 350 static int b43legacy_dmacontroller_rx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_rx_reset() 381 static int b43legacy_dmacontroller_tx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_tx_reset() 619 static u64 supported_dma_mask(struct b43legacy_wldev *dev) in supported_dma_mask() 648 struct b43legacy_dmaring *b43legacy_setup_dmaring(struct b43legacy_wldev *dev, in b43legacy_setup_dmaring() 773 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free() 800 static int b43legacy_dma_set_mask(struct b43legacy_wldev *dev, u64 mask) in b43legacy_dma_set_mask() 837 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init() 976 struct b43legacy_dmaring *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie() 1133 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx() [all …]
|
D | rfkill.c | 30 bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev) in b43legacy_is_hw_radio_enabled() 55 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_rfkill_poll()
|