| /linux-6.15/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | radio.h | 42 void b43legacy_radio_lock(struct b43legacy_wldev *dev); 43 void b43legacy_radio_unlock(struct b43legacy_wldev *dev); 48 u16 b43legacy_radio_init2050(struct b43legacy_wldev *dev); 50 void b43legacy_radio_turn_on(struct b43legacy_wldev *dev); 57 void b43legacy_radio_set_txpower_bg(struct b43legacy_wldev *dev, 63 u16 b43legacy_default_txctl1(struct b43legacy_wldev *dev); 67 void b43legacy_radio_clear_tssi(struct b43legacy_wldev *dev); 70 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev); 75 void b43legacy_calc_nrssi_slope(struct b43legacy_wldev *dev); 76 void b43legacy_calc_nrssi_threshold(struct b43legacy_wldev *dev); [all …]
|
| H A D | main.h | 45 u8 b43legacy_freq_to_channel(struct b43legacy_wldev *dev, in b43legacy_freq_to_channel() 66 int b43legacy_channel_to_freq(struct b43legacy_wldev *dev, in b43legacy_channel_to_freq() 87 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf); 90 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, 92 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, 94 void b43legacy_shm_write32(struct b43legacy_wldev *dev, 97 void b43legacy_shm_write16(struct b43legacy_wldev *dev, 101 u32 b43legacy_hf_read(struct b43legacy_wldev *dev); 108 void b43legacy_mac_suspend(struct b43legacy_wldev *dev); 109 void b43legacy_mac_enable(struct b43legacy_wldev *dev); [all …]
|
| H A D | phy.h | 159 struct b43legacy_wldev; 161 void b43legacy_phy_lock(struct b43legacy_wldev *dev); 162 void b43legacy_phy_unlock(struct b43legacy_wldev *dev); 168 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset); 171 int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev); 172 int b43legacy_phy_init(struct b43legacy_wldev *dev); 177 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev); 180 void b43legacy_phy_lo_b_measure(struct b43legacy_wldev *dev); 181 void b43legacy_phy_lo_g_measure(struct b43legacy_wldev *dev); 182 void b43legacy_phy_xmitpower(struct b43legacy_wldev *dev); [all …]
|
| H A D | pio.h | 52 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, 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() 132 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_pio_handle_txstatus() [all …]
|
| H A D | debugfs.h | 5 struct b43legacy_wldev; 36 struct b43legacy_wldev *dev; 53 int b43legacy_debug(struct b43legacy_wldev *dev, 58 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev); 59 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev); 60 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, 66 int b43legacy_debug(struct b43legacy_wldev *dev, in b43legacy_debug() 77 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) { } in b43legacy_debugfs_add_device() 79 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) { } in b43legacy_debugfs_remove_device() 81 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, in b43legacy_debugfs_log_txstat()
|
| H A D | dma.h | 157 struct b43legacy_wldev *dev; 182 int b43legacy_dma_init(struct b43legacy_wldev *dev); 183 void b43legacy_dma_free(struct b43legacy_wldev *dev); 185 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev); 186 void b43legacy_dma_tx_resume(struct b43legacy_wldev *dev); 188 int b43legacy_dma_tx(struct b43legacy_wldev *dev, 199 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init() 204 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free() 208 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx() 223 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_dma_tx_suspend() [all …]
|
| H A D | leds.h | 5 struct b43legacy_wldev; 16 struct b43legacy_wldev *dev; 46 void b43legacy_leds_init(struct b43legacy_wldev *dev); 47 void b43legacy_leds_exit(struct b43legacy_wldev *dev); 56 static inline void b43legacy_leds_init(struct b43legacy_wldev *dev) in b43legacy_leds_init() 59 static inline void b43legacy_leds_exit(struct b43legacy_wldev *dev) in b43legacy_leds_exit()
|
| H A D | xmit.h | 82 int b43legacy_generate_txhdr(struct b43legacy_wldev *dev, 198 void b43legacy_rx(struct b43legacy_wldev *dev, 202 void b43legacy_handle_txstatus(struct b43legacy_wldev *dev, 205 void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev, 208 void b43legacy_tx_suspend(struct b43legacy_wldev *dev); 209 void b43legacy_tx_resume(struct b43legacy_wldev *dev); 224 void b43legacy_qos_init(struct b43legacy_wldev *dev); 231 int b43legacy_new_kidx_api(struct b43legacy_wldev *dev) in b43legacy_new_kidx_api() 237 u8 b43legacy_kidx_to_fw(struct b43legacy_wldev *dev, u8 raw_kidx) in b43legacy_kidx_to_fw() 251 u8 b43legacy_kidx_to_raw(struct b43legacy_wldev *dev, u8 firmware_kidx) in b43legacy_kidx_to_raw()
|
| H A D | main.c | 1214 struct b43legacy_wldev *dev; in b43legacy_beacon_update_trigger_work() 2316 struct b43legacy_wldev *dev = container_of(work, struct b43legacy_wldev, in b43legacy_periodic_work_handler() 2450 struct b43legacy_wldev *dev; in b43legacy_tx_work() 2546 struct b43legacy_wldev *d; in find_wldev_for_phymode() 2585 struct b43legacy_wldev *up_dev; in b43legacy_switch_phymode() 2669 struct b43legacy_wldev *dev; in b43legacy_op_dev_config() 2813 struct b43legacy_wldev *dev; in b43legacy_op_bss_info_changed() 3381 struct b43legacy_wldev *dev; in b43legacy_op_add_interface() 3559 struct b43legacy_wldev *dev = in b43legacy_chip_reset() 3720 struct b43legacy_wldev *wldev; in b43legacy_one_core_detach() [all …]
|
| H A D | debugfs.c | 32 ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize); 33 int (*write)(struct b43legacy_wldev *dev, const char *buf, size_t count); 41 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev, in fops_to_dfs_file() 65 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file() 189 struct b43legacy_wldev *dev; in b43legacy_debugfs_read() 257 struct b43legacy_wldev *dev; in b43legacy_debugfs_write() 330 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug() 335 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_add_dynamic_debug() 354 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_add_device() 402 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_remove_device() [all …]
|
| H A D | sysfs.h | 5 struct b43legacy_wldev; 7 int b43legacy_sysfs_register(struct b43legacy_wldev *dev); 8 void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
|
| H A D | b43legacy.h | 567 struct b43legacy_wldev; 578 struct b43legacy_wldev *current_dev; 678 struct b43legacy_wldev { struct 764 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() argument 770 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() 776 int b43legacy_using_pio(struct b43legacy_wldev *dev) in b43legacy_using_pio() 786 struct b43legacy_wldev *dev_to_b43legacy_wldev(struct device *dev) in dev_to_b43legacy_wldev() 801 bool is_bcm_board_vendor(struct b43legacy_wldev *dev) in is_bcm_board_vendor() 807 u16 b43legacy_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_read16() 813 void b43legacy_write16(struct b43legacy_wldev *dev, u16 offset, u16 value) in b43legacy_write16() [all …]
|
| H A D | sysfs.c | 68 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show() 100 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store() 147 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show() 169 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store() 194 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register() 216 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
|
| H A D | leds.c | 21 static void b43legacy_led_turn_on(struct b43legacy_wldev *dev, u8 led_index, in b43legacy_led_turn_on() 38 static void b43legacy_led_turn_off(struct b43legacy_wldev *dev, u8 led_index, in b43legacy_led_turn_off() 61 struct b43legacy_wldev *dev = led->dev; in b43legacy_led_brightness_set() 75 static int b43legacy_register_led(struct b43legacy_wldev *dev, in b43legacy_register_led() 115 static void b43legacy_map_led(struct b43legacy_wldev *dev, in b43legacy_map_led() 176 void b43legacy_leds_init(struct b43legacy_wldev *dev) in b43legacy_leds_init() 224 void b43legacy_leds_exit(struct b43legacy_wldev *dev) in b43legacy_leds_exit()
|
| H A D | ilt.h | 30 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val); 31 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset, 33 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset);
|
| H A D | phy.c | 70 static void b43legacy_phy_initg(struct b43legacy_wldev *dev); 74 void b43legacy_phy_lock(struct b43legacy_wldev *dev) in b43legacy_phy_lock() 89 void b43legacy_phy_unlock(struct b43legacy_wldev *dev) in b43legacy_phy_unlock() 104 u16 b43legacy_phy_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_phy_read() 116 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev) in b43legacy_phy_calibrate() 309 static void b43legacy_phy_setupg(struct b43legacy_wldev *dev) in b43legacy_phy_setupg() 411 static void b43legacy_phy_inita(struct b43legacy_wldev *dev) in b43legacy_phy_inita() 1264 void b43legacy_lo_write(struct b43legacy_wldev *dev, in b43legacy_lo_write() 1351 void b43legacy_phy_lo_g_state(struct b43legacy_wldev *dev, in b43legacy_phy_lo_g_state() 1751 void b43legacy_phy_xmitpower(struct b43legacy_wldev *dev) in b43legacy_phy_xmitpower() [all …]
|
| H A D | ilt.c | 302 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_ilt_write() 308 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset, u32 val) in b43legacy_ilt_write32() 317 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_ilt_read()
|
| H A D | radio.c | 77 void b43legacy_radio_lock(struct b43legacy_wldev *dev) in b43legacy_radio_lock() 88 void b43legacy_radio_unlock(struct b43legacy_wldev *dev) in b43legacy_radio_unlock() 99 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16() 132 static void b43legacy_set_all_gains(struct b43legacy_wldev *dev, in b43legacy_set_all_gains() 264 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev) in b43legacy_radio_aci_scan() 349 void b43legacy_nrssi_mem_update(struct b43legacy_wldev *dev) in b43legacy_nrssi_mem_update() 536 void b43legacy_calc_nrssi_slope(struct b43legacy_wldev *dev) in b43legacy_calc_nrssi_slope() 1479 u16 b43legacy_radio_init2050(struct b43legacy_wldev *dev) in b43legacy_radio_init2050() 2013 u16 b43legacy_default_txctl1(struct b43legacy_wldev *dev) in b43legacy_default_txctl1() 2028 void b43legacy_radio_turn_on(struct b43legacy_wldev *dev) in b43legacy_radio_turn_on() [all …]
|
| H A D | rfkill.h | 6 struct b43legacy_wldev; 10 bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);
|
| H A D | xmit.c | 174 static int generate_txhdr_fw3(struct b43legacy_wldev *dev, in generate_txhdr_fw3() 345 int b43legacy_generate_txhdr(struct b43legacy_wldev *dev, in b43legacy_generate_txhdr() 357 static s8 b43legacy_rssi_postprocess(struct b43legacy_wldev *dev, in b43legacy_rssi_postprocess() 418 void b43legacy_rx(struct b43legacy_wldev *dev, in b43legacy_rx() 573 void b43legacy_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_handle_txstatus() 598 void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev, in b43legacy_handle_hwtxstatus() 621 void b43legacy_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_tx_suspend() 630 void b43legacy_tx_resume(struct b43legacy_wldev *dev) in b43legacy_tx_resume() 639 void b43legacy_qos_init(struct b43legacy_wldev *dev) in b43legacy_qos_init()
|
| H A D | pio.c | 136 struct b43legacy_pioqueue *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie() 270 struct b43legacy_wldev *dev = queue->dev; in tx_tasklet() 316 struct b43legacy_pioqueue *b43legacy_setup_pioqueue(struct b43legacy_wldev *dev, in b43legacy_setup_pioqueue() 388 void b43legacy_pio_free(struct b43legacy_wldev *dev) in b43legacy_pio_free() 406 int b43legacy_pio_init(struct b43legacy_wldev *dev) in b43legacy_pio_init() 452 int b43legacy_pio_tx(struct b43legacy_wldev *dev, in b43legacy_pio_tx() 474 void b43legacy_pio_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_pio_handle_txstatus() 651 void b43legacy_pio_freeze_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_freeze_txqueues() 663 void b43legacy_pio_thaw_txqueues(struct b43legacy_wldev *dev) in b43legacy_pio_thaw_txqueues()
|
| H A D | rfkill.c | 17 bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev) in b43legacy_is_hw_radio_enabled() 42 struct b43legacy_wldev *dev = wl->current_dev; in b43legacy_rfkill_poll()
|
| H A D | dma.c | 172 struct b43legacy_wldev *dev, in priority_to_txring() 316 static int b43legacy_dmacontroller_rx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_rx_reset() 347 static int b43legacy_dmacontroller_tx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_tx_reset() 603 struct b43legacy_dmaring *b43legacy_setup_dmaring(struct b43legacy_wldev *dev, in b43legacy_setup_dmaring() 728 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free() 755 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init() 891 struct b43legacy_dmaring *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie() 1048 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx() 1101 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_dma_handle_txstatus() 1350 void b43legacy_dma_tx_suspend(struct b43legacy_wldev *dev) in b43legacy_dma_tx_suspend() [all …]
|