Home
last modified time | relevance | path

Searched refs:b43legacy_wldev (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dradio.h42 void b43legacy_radio_lock(struct b43legacy_wldev *dev);
43 void b43legacy_radio_unlock(struct b43legacy_wldev *dev);
45 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset);
46 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val);
48 u16 b43legacy_radio_init2050(struct b43legacy_wldev *dev);
50 void b43legacy_radio_turn_on(struct b43legacy_wldev *dev);
51 void b43legacy_radio_turn_off(struct b43legacy_wldev *dev, bool force);
53 int b43legacy_radio_selectchannel(struct b43legacy_wldev *dev, u8 channel,
56 void b43legacy_radio_set_txpower_a(struct b43legacy_wldev *dev, u16 txpower);
57 void b43legacy_radio_set_txpower_bg(struct b43legacy_wldev *dev,
[all …]
Dmain.h45 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);
88 void b43legacy_tsf_write(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);
102 void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value);
[all …]
Dphy.h159 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);
169 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val);
171 int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev);
172 int b43legacy_phy_init(struct b43legacy_wldev *dev);
174 void b43legacy_set_rx_antenna(struct b43legacy_wldev *dev, int antenna);
176 void b43legacy_phy_set_antenna_diversity(struct b43legacy_wldev *dev);
177 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev);
[all …]
Dpio.h52 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 …]
Ddebugfs.h5 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()
Ddma.h157 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,
190 void b43legacy_dma_handle_txstatus(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()
[all …]
Dleds.h5 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()
Dxmit.h82 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()
Dmain.c149 static void b43legacy_wireless_core_exit(struct b43legacy_wldev *dev);
150 static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev);
151 static void b43legacy_wireless_core_stop(struct b43legacy_wldev *dev);
152 static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev);
241 static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset, in b43legacy_ram_write()
257 void b43legacy_shm_control_word(struct b43legacy_wldev *dev, in b43legacy_shm_control_word()
270 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, in b43legacy_shm_read32()
297 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, in b43legacy_shm_read16()
320 void b43legacy_shm_write32(struct b43legacy_wldev *dev, in b43legacy_shm_write32()
344 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16()
[all …]
Ddebugfs.c32 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);
42 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev, in fops_to_dfs_file()
66 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file()
80 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in tsf_write_file()
92 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in ucode_regs_read_file()
106 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file()
125 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in txstat_read_file()
173 static int restart_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in restart_write_file()
190 struct b43legacy_wldev *dev; in b43legacy_debugfs_read()
[all …]
Dsysfs.h5 struct b43legacy_wldev;
7 int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
8 void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
Db43legacy.h567 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 …]
Dsysfs.c68 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_show()
102 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_interfmode_store()
149 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_show()
173 struct b43legacy_wldev *wldev = dev_to_b43legacy_wldev(dev); in b43legacy_attr_preamble_store()
198 int b43legacy_sysfs_register(struct b43legacy_wldev *wldev) in b43legacy_sysfs_register()
220 void b43legacy_sysfs_unregister(struct b43legacy_wldev *wldev) in b43legacy_sysfs_unregister()
Dleds.c21 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()
Dilt.h30 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);
Dphy.c70 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()
110 void b43legacy_phy_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_phy_write()
116 void b43legacy_phy_calibrate(struct b43legacy_wldev *dev) in b43legacy_phy_calibrate()
134 static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev) in b43legacy_phy_init_pctl()
193 static void b43legacy_phy_agcsetup(struct b43legacy_wldev *dev) in b43legacy_phy_agcsetup()
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()
[all …]
Dilt.c302 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()
Dradio.c77 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()
126 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16()
132 static void b43legacy_set_all_gains(struct b43legacy_wldev *dev, in b43legacy_set_all_gains()
169 static void b43legacy_set_original_gains(struct b43legacy_wldev *dev) in b43legacy_set_original_gains()
208 static void b43legacy_synth_pu_workaround(struct b43legacy_wldev *dev, in b43legacy_synth_pu_workaround()
230 u8 b43legacy_radio_aci_detect(struct b43legacy_wldev *dev, u8 channel) in b43legacy_radio_aci_detect()
264 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev) in b43legacy_radio_aci_scan()
317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write()
[all …]
Drfkill.h6 struct b43legacy_wldev;
10 bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev);
Dxmit.c174 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()
Dpio.c136 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()
Drfkill.c17 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()
Ddma.c180 struct b43legacy_wldev *dev, in priority_to_txring()
324 static int b43legacy_dmacontroller_rx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_rx_reset()
355 static int b43legacy_dmacontroller_tx_reset(struct b43legacy_wldev *dev, in b43legacy_dmacontroller_tx_reset()
593 static enum b43legacy_dmatype b43legacy_engine_type(struct b43legacy_wldev *dev) in b43legacy_engine_type()
611 struct b43legacy_dmaring *b43legacy_setup_dmaring(struct b43legacy_wldev *dev, in b43legacy_setup_dmaring()
736 void b43legacy_dma_free(struct b43legacy_wldev *dev) in b43legacy_dma_free()
763 int b43legacy_dma_init(struct b43legacy_wldev *dev) in b43legacy_dma_init()
899 struct b43legacy_dmaring *parse_cookie(struct b43legacy_wldev *dev, in parse_cookie()
1056 int b43legacy_dma_tx(struct b43legacy_wldev *dev, in b43legacy_dma_tx()
1109 void b43legacy_dma_handle_txstatus(struct b43legacy_wldev *dev, in b43legacy_dma_handle_txstatus()
[all …]