Home
last modified time | relevance | path

Searched defs:wl (Results 1 – 25 of 196) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
Dhw_ops.h15 wlcore_hw_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wlcore_hw_calc_tx_blocks()
24 wlcore_hw_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_blocks()
34 wlcore_hw_set_tx_desc_data_len(struct wl1271 *wl, in wlcore_hw_set_tx_desc_data_len()
45 wlcore_hw_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wlcore_hw_get_rx_buf_align()
55 wlcore_hw_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len) in wlcore_hw_prepare_read()
64 wlcore_hw_get_rx_packet_len(struct wl1271 *wl, void *rx_data, u32 data_len) in wlcore_hw_get_rx_packet_len()
72 static inline int wlcore_hw_tx_delayed_compl(struct wl1271 *wl) in wlcore_hw_tx_delayed_compl()
80 static inline void wlcore_hw_tx_immediate_compl(struct wl1271 *wl) in wlcore_hw_tx_immediate_compl()
87 wlcore_hw_init_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wlcore_hw_init_vif()
96 wlcore_hw_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wlcore_hw_convert_fw_status()
[all …]
Dinit.c23 int wl1271_init_templates_config(struct wl1271 *wl) in wl1271_init_templates_config()
144 static int wl1271_ap_init_deauth_template(struct wl1271 *wl, in wl1271_ap_init_deauth_template()
170 static int wl1271_ap_init_null_template(struct wl1271 *wl, in wl1271_ap_init_null_template()
203 static int wl1271_ap_init_qos_null_template(struct wl1271 *wl, in wl1271_ap_init_qos_null_template()
236 static int wl12xx_init_rx_config(struct wl1271 *wl) in wl12xx_init_rx_config()
247 static int wl12xx_init_phy_vif_config(struct wl1271 *wl, in wl12xx_init_phy_vif_config()
267 static int wl1271_init_sta_beacon_filter(struct wl1271 *wl, in wl1271_init_sta_beacon_filter()
284 int wl1271_init_pta(struct wl1271 *wl) in wl1271_init_pta()
299 int wl1271_init_energy_detection(struct wl1271 *wl) in wl1271_init_energy_detection()
310 static int wl1271_init_beacon_broadcast(struct wl1271 *wl, in wl1271_init_beacon_broadcast()
[all …]
Dacx.c22 int wl1271_acx_wake_up_conditions(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_wake_up_conditions()
53 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth()
82 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_tx_power()
113 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_feature_cfg()
143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map()
158 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl) in wl1271_acx_rx_msdu_life_time()
184 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_slot()
213 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_group_address_tbl()
245 int wl1271_acx_service_period_timeout(struct wl1271 *wl, in wl1271_acx_service_period_timeout()
276 int wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rts_threshold()
[all …]
Dio.c21 bool wl1271_set_block_size(struct wl1271 *wl) in wl1271_set_block_size()
31 void wlcore_disable_interrupts(struct wl1271 *wl) in wlcore_disable_interrupts()
37 void wlcore_disable_interrupts_nosync(struct wl1271 *wl) in wlcore_disable_interrupts_nosync()
43 void wlcore_enable_interrupts(struct wl1271 *wl) in wlcore_enable_interrupts()
49 void wlcore_synchronize_interrupts(struct wl1271 *wl) in wlcore_synchronize_interrupts()
55 int wlcore_translate_addr(struct wl1271 *wl, int addr) in wlcore_translate_addr()
123 int wlcore_set_partition(struct wl1271 *wl, in wlcore_set_partition()
188 void wl1271_io_reset(struct wl1271 *wl) in wl1271_io_reset()
194 void wl1271_io_init(struct wl1271 *wl) in wl1271_io_init()
Dmain.c46 static int wl12xx_set_authorized(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_set_authorized()
71 struct wl1271 *wl = hw->priv; in wl1271_reg_notify() local
80 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming()
102 int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_recalc_rx_streaming()
131 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_enable_work() local
170 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_disable_work() local
197 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_timer() local
202 void wl12xx_rearm_tx_watchdog_locked(struct wl1271 *wl) in wl12xx_rearm_tx_watchdog_locked()
218 struct wl1271 *wl = wlvif->wl; in wlcore_rc_update_work() local
251 struct wl1271 *wl; in wl12xx_tx_watchdog_work() local
[all …]
Dcmd.c40 static int __wlcore_cmd_send(struct wl1271 *wl, u16 id, void *buf, in __wlcore_cmd_send()
121 static int wlcore_cmd_send_failsafe(struct wl1271 *wl, u16 id, void *buf, in wlcore_cmd_send_failsafe()
149 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len, in wl1271_cmd_send()
164 int wlcore_cmd_wait_for_event_or_timeout(struct wl1271 *wl, in wlcore_cmd_wait_for_event_or_timeout()
226 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable()
269 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable()
302 static int wlcore_get_new_session_id(struct wl1271 *wl, u8 hlid) in wlcore_get_new_session_id()
312 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_allocate_link()
350 void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_free_link()
420 static int wl12xx_cmd_role_start_dev(struct wl1271 *wl, in wl12xx_cmd_role_start_dev()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wlcore/
Dhw_ops.h29 wlcore_hw_calc_tx_blocks(struct wl1271 *wl, u32 len, u32 spare_blks) in wlcore_hw_calc_tx_blocks()
38 wlcore_hw_set_tx_desc_blocks(struct wl1271 *wl, struct wl1271_tx_hw_descr *desc, in wlcore_hw_set_tx_desc_blocks()
48 wlcore_hw_set_tx_desc_data_len(struct wl1271 *wl, in wlcore_hw_set_tx_desc_data_len()
59 wlcore_hw_get_rx_buf_align(struct wl1271 *wl, u32 rx_desc) in wlcore_hw_get_rx_buf_align()
69 wlcore_hw_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len) in wlcore_hw_prepare_read()
78 wlcore_hw_get_rx_packet_len(struct wl1271 *wl, void *rx_data, u32 data_len) in wlcore_hw_get_rx_packet_len()
86 static inline int wlcore_hw_tx_delayed_compl(struct wl1271 *wl) in wlcore_hw_tx_delayed_compl()
94 static inline void wlcore_hw_tx_immediate_compl(struct wl1271 *wl) in wlcore_hw_tx_immediate_compl()
101 wlcore_hw_init_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wlcore_hw_init_vif()
110 wlcore_hw_convert_fw_status(struct wl1271 *wl, void *raw_fw_status, in wlcore_hw_convert_fw_status()
[all …]
Dinit.c37 int wl1271_init_templates_config(struct wl1271 *wl) in wl1271_init_templates_config()
158 static int wl1271_ap_init_deauth_template(struct wl1271 *wl, in wl1271_ap_init_deauth_template()
184 static int wl1271_ap_init_null_template(struct wl1271 *wl, in wl1271_ap_init_null_template()
217 static int wl1271_ap_init_qos_null_template(struct wl1271 *wl, in wl1271_ap_init_qos_null_template()
250 static int wl12xx_init_rx_config(struct wl1271 *wl) in wl12xx_init_rx_config()
261 static int wl12xx_init_phy_vif_config(struct wl1271 *wl, in wl12xx_init_phy_vif_config()
281 static int wl1271_init_sta_beacon_filter(struct wl1271 *wl, in wl1271_init_sta_beacon_filter()
298 int wl1271_init_pta(struct wl1271 *wl) in wl1271_init_pta()
313 int wl1271_init_energy_detection(struct wl1271 *wl) in wl1271_init_energy_detection()
324 static int wl1271_init_beacon_broadcast(struct wl1271 *wl, in wl1271_init_beacon_broadcast()
[all …]
Dacx.c36 int wl1271_acx_wake_up_conditions(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_wake_up_conditions()
67 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth()
96 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_tx_power()
127 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_feature_cfg()
157 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map()
172 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl) in wl1271_acx_rx_msdu_life_time()
198 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_slot()
227 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_group_address_tbl()
259 int wl1271_acx_service_period_timeout(struct wl1271 *wl, in wl1271_acx_service_period_timeout()
290 int wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rts_threshold()
[all …]
Dio.c35 bool wl1271_set_block_size(struct wl1271 *wl) in wl1271_set_block_size()
45 void wlcore_disable_interrupts(struct wl1271 *wl) in wlcore_disable_interrupts()
51 void wlcore_disable_interrupts_nosync(struct wl1271 *wl) in wlcore_disable_interrupts_nosync()
57 void wlcore_enable_interrupts(struct wl1271 *wl) in wlcore_enable_interrupts()
63 void wlcore_synchronize_interrupts(struct wl1271 *wl) in wlcore_synchronize_interrupts()
69 int wlcore_translate_addr(struct wl1271 *wl, int addr) in wlcore_translate_addr()
137 int wlcore_set_partition(struct wl1271 *wl, in wlcore_set_partition()
202 void wl1271_io_reset(struct wl1271 *wl) in wl1271_io_reset()
208 void wl1271_io_init(struct wl1271 *wl) in wl1271_io_init()
Dmain.c60 static int wl12xx_set_authorized(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_set_authorized()
85 struct wl1271 *wl = hw->priv; in wl1271_reg_notify() local
94 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming()
116 int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_recalc_rx_streaming()
145 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_enable_work() local
184 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_disable_work() local
211 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_timer() local
216 void wl12xx_rearm_tx_watchdog_locked(struct wl1271 *wl) in wl12xx_rearm_tx_watchdog_locked()
232 struct wl1271 *wl = wlvif->wl; in wlcore_rc_update_work() local
265 struct wl1271 *wl; in wl12xx_tx_watchdog_work() local
[all …]
Dcmd.c54 static int __wlcore_cmd_send(struct wl1271 *wl, u16 id, void *buf, in __wlcore_cmd_send()
135 static int wlcore_cmd_send_failsafe(struct wl1271 *wl, u16 id, void *buf, in wlcore_cmd_send_failsafe()
163 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len, in wl1271_cmd_send()
178 int wlcore_cmd_wait_for_event_or_timeout(struct wl1271 *wl, in wlcore_cmd_wait_for_event_or_timeout()
240 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable()
283 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable()
316 static int wlcore_get_new_session_id(struct wl1271 *wl, u8 hlid) in wlcore_get_new_session_id()
326 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_allocate_link()
364 void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_free_link()
434 static int wl12xx_cmd_role_start_dev(struct wl1271 *wl, in wl12xx_cmd_role_start_dev()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
Dacx.c12 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, in wl1251_acx_frame_rates()
42 int wl1251_acx_station_id(struct wl1251 *wl) in wl1251_acx_station_id()
62 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) in wl1251_acx_default_key()
89 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions()
116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth()
135 int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) in wl1251_acx_fw_version()
167 int wl1251_acx_tx_power(struct wl1251 *wl, int power) in wl1251_acx_tx_power()
194 int wl1251_acx_feature_cfg(struct wl1251 *wl, u32 data_flow_options) in wl1251_acx_feature_cfg()
221 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map()
235 int wl1251_acx_data_path_params(struct wl1251 *wl, in wl1251_acx_data_path_params()
[all …]
Dmain.c32 void wl1251_enable_interrupts(struct wl1251 *wl) in wl1251_enable_interrupts()
37 void wl1251_disable_interrupts(struct wl1251 *wl) in wl1251_disable_interrupts()
42 static int wl1251_power_off(struct wl1251 *wl) in wl1251_power_off()
47 static int wl1251_power_on(struct wl1251 *wl) in wl1251_power_on()
52 static int wl1251_fetch_firmware(struct wl1251 *wl) in wl1251_fetch_firmware()
91 static int wl1251_fetch_nvs(struct wl1251 *wl) in wl1251_fetch_nvs()
129 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
141 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
200 struct wl1251 *wl = in wl1251_irq_work() local
306 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join()
[all …]
Dinit.c18 int wl1251_hw_init_hwenc_config(struct wl1251 *wl) in wl1251_hw_init_hwenc_config()
37 int wl1251_hw_init_templates_config(struct wl1251 *wl) in wl1251_hw_init_templates_config()
89 int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter) in wl1251_hw_init_rx_config()
104 int wl1251_hw_init_phy_config(struct wl1251 *wl) in wl1251_hw_init_phy_config()
131 int wl1251_hw_init_beacon_filter(struct wl1251 *wl) in wl1251_hw_init_beacon_filter()
147 int wl1251_hw_init_pta(struct wl1251 *wl) in wl1251_hw_init_pta()
162 int wl1251_hw_init_energy_detection(struct wl1251 *wl) in wl1251_hw_init_energy_detection()
173 int wl1251_hw_init_beacon_broadcast(struct wl1251 *wl) in wl1251_hw_init_beacon_broadcast()
184 int wl1251_hw_init_power_auth(struct wl1251 *wl) in wl1251_hw_init_power_auth()
189 int wl1251_hw_init_mem_config(struct wl1251 *wl) in wl1251_hw_init_mem_config()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wl1251/
Dmain.c46 void wl1251_enable_interrupts(struct wl1251 *wl) in wl1251_enable_interrupts()
51 void wl1251_disable_interrupts(struct wl1251 *wl) in wl1251_disable_interrupts()
56 static int wl1251_power_off(struct wl1251 *wl) in wl1251_power_off()
61 static int wl1251_power_on(struct wl1251 *wl) in wl1251_power_on()
66 static int wl1251_fetch_firmware(struct wl1251 *wl) in wl1251_fetch_firmware()
105 static int wl1251_fetch_nvs(struct wl1251 *wl) in wl1251_fetch_nvs()
143 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
155 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
214 struct wl1251 *wl = in wl1251_irq_work() local
320 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join()
[all …]
Dacx.c12 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, in wl1251_acx_frame_rates()
42 int wl1251_acx_station_id(struct wl1251 *wl) in wl1251_acx_station_id()
62 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) in wl1251_acx_default_key()
89 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions()
116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth()
135 int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) in wl1251_acx_fw_version()
167 int wl1251_acx_tx_power(struct wl1251 *wl, int power) in wl1251_acx_tx_power()
194 int wl1251_acx_feature_cfg(struct wl1251 *wl, u32 data_flow_options) in wl1251_acx_feature_cfg()
221 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map()
235 int wl1251_acx_data_path_params(struct wl1251 *wl, in wl1251_acx_data_path_params()
[all …]
Dinit.c32 int wl1251_hw_init_hwenc_config(struct wl1251 *wl) in wl1251_hw_init_hwenc_config()
51 int wl1251_hw_init_templates_config(struct wl1251 *wl) in wl1251_hw_init_templates_config()
103 int wl1251_hw_init_rx_config(struct wl1251 *wl, u32 config, u32 filter) in wl1251_hw_init_rx_config()
118 int wl1251_hw_init_phy_config(struct wl1251 *wl) in wl1251_hw_init_phy_config()
145 int wl1251_hw_init_beacon_filter(struct wl1251 *wl) in wl1251_hw_init_beacon_filter()
161 int wl1251_hw_init_pta(struct wl1251 *wl) in wl1251_hw_init_pta()
176 int wl1251_hw_init_energy_detection(struct wl1251 *wl) in wl1251_hw_init_energy_detection()
187 int wl1251_hw_init_beacon_broadcast(struct wl1251 *wl) in wl1251_hw_init_beacon_broadcast()
198 int wl1251_hw_init_power_auth(struct wl1251 *wl) in wl1251_hw_init_power_auth()
203 int wl1251_hw_init_mem_config(struct wl1251 *wl) in wl1251_hw_init_mem_config()
[all …]
Dspi.c41 struct wl1251 *wl; in wl1251_irq() local
52 static struct spi_device *wl_to_spi(struct wl1251 *wl) in wl_to_spi()
57 static void wl1251_spi_reset(struct wl1251 *wl) in wl1251_spi_reset()
85 static void wl1251_spi_wake(struct wl1251 *wl) in wl1251_spi_wake()
137 static void wl1251_spi_reset_wake(struct wl1251 *wl) in wl1251_spi_reset_wake()
143 static void wl1251_spi_read(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_read()
183 static void wl1251_spi_write(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_write()
214 static void wl1251_spi_enable_irq(struct wl1251 *wl) in wl1251_spi_enable_irq()
219 static void wl1251_spi_disable_irq(struct wl1251 *wl) in wl1251_spi_disable_irq()
224 static int wl1251_spi_set_power(struct wl1251 *wl, bool enable) in wl1251_spi_set_power()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c611 static int wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len) in wl127x_prepare_read()
640 static int wl12xx_identify_chip(struct wl1271 *wl) in wl12xx_identify_chip()
735 static int __must_check wl12xx_top_reg_write(struct wl1271 *wl, int addr, in wl12xx_top_reg_write()
760 static int __must_check wl12xx_top_reg_read(struct wl1271 *wl, int addr, in wl12xx_top_reg_read()
802 static int wl128x_switch_tcxo_to_fref(struct wl1271 *wl) in wl128x_switch_tcxo_to_fref()
831 static bool wl128x_is_tcxo_valid(struct wl1271 *wl) in wl128x_is_tcxo_valid()
846 static bool wl128x_is_fref_valid(struct wl1271 *wl) in wl128x_is_fref_valid()
861 static int wl128x_manually_configure_mcs_pll(struct wl1271 *wl) in wl128x_manually_configure_mcs_pll()
880 static int wl128x_configure_mcs_pll(struct wl1271 *wl, int clk) in wl128x_configure_mcs_pll()
928 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
Dmain.c597 static int wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len) in wl127x_prepare_read()
626 static int wl12xx_identify_chip(struct wl1271 *wl) in wl12xx_identify_chip()
718 static int __must_check wl12xx_top_reg_write(struct wl1271 *wl, int addr, in wl12xx_top_reg_write()
743 static int __must_check wl12xx_top_reg_read(struct wl1271 *wl, int addr, in wl12xx_top_reg_read()
785 static int wl128x_switch_tcxo_to_fref(struct wl1271 *wl) in wl128x_switch_tcxo_to_fref()
814 static bool wl128x_is_tcxo_valid(struct wl1271 *wl) in wl128x_is_tcxo_valid()
829 static bool wl128x_is_fref_valid(struct wl1271 *wl) in wl128x_is_fref_valid()
844 static int wl128x_manually_configure_mcs_pll(struct wl1271 *wl) in wl128x_manually_configure_mcs_pll()
863 static int wl128x_configure_mcs_pll(struct wl1271 *wl, int clk) in wl128x_configure_mcs_pll()
911 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c287 static void brcms_free(struct brcms_info *wl) in brcms_free()
335 struct brcms_info *wl = hw->priv; in brcms_remove() local
354 static void brcms_release_fw(struct brcms_info *wl) in brcms_release_fw()
367 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) in brcms_request_fw()
407 struct brcms_info *wl = hw->priv; in brcms_ops_tx() local
424 struct brcms_info *wl = hw->priv; in brcms_ops_start() local
464 struct brcms_info *wl = hw->priv; in brcms_ops_stop() local
492 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() local
523 struct brcms_info *wl = hw->priv; in brcms_ops_remove_interface() local
533 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c286 static void brcms_free(struct brcms_info *wl) in brcms_free()
334 struct brcms_info *wl = hw->priv; in brcms_remove() local
353 static void brcms_release_fw(struct brcms_info *wl) in brcms_release_fw()
366 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) in brcms_request_fw()
406 struct brcms_info *wl = hw->priv; in brcms_ops_tx() local
423 struct brcms_info *wl = hw->priv; in brcms_ops_start() local
463 struct brcms_info *wl = hw->priv; in brcms_ops_stop() local
491 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() local
522 struct brcms_info *wl = hw->priv; in brcms_ops_remove_interface() local
532 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
Dmain.c661 static int wl18xx_identify_chip(struct wl1271 *wl) in wl18xx_identify_chip()
710 static int wl18xx_set_clk(struct wl1271 *wl) in wl18xx_set_clk()
818 static int wl18xx_boot_soft_reset(struct wl1271 *wl) in wl18xx_boot_soft_reset()
834 static int wl18xx_pre_boot(struct wl1271 *wl) in wl18xx_pre_boot()
864 static int wl18xx_pre_upload(struct wl1271 *wl) in wl18xx_pre_upload()
945 static int wl18xx_set_mac_and_phy(struct wl1271 *wl) in wl18xx_set_mac_and_phy()
969 static int wl18xx_enable_interrupts(struct wl1271 *wl) in wl18xx_enable_interrupts()
997 static int wl18xx_boot(struct wl1271 *wl) in wl18xx_boot()
1048 static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl18xx_trigger_cmd()
1060 static int wl18xx_ack_event(struct wl1271 *wl) in wl18xx_ack_event()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c675 static int wl18xx_identify_chip(struct wl1271 *wl) in wl18xx_identify_chip()
724 static int wl18xx_set_clk(struct wl1271 *wl) in wl18xx_set_clk()
832 static int wl18xx_boot_soft_reset(struct wl1271 *wl) in wl18xx_boot_soft_reset()
848 static int wl18xx_pre_boot(struct wl1271 *wl) in wl18xx_pre_boot()
878 static int wl18xx_pre_upload(struct wl1271 *wl) in wl18xx_pre_upload()
959 static int wl18xx_set_mac_and_phy(struct wl1271 *wl) in wl18xx_set_mac_and_phy()
983 static int wl18xx_enable_interrupts(struct wl1271 *wl) in wl18xx_enable_interrupts()
1011 static int wl18xx_boot(struct wl1271 *wl) in wl18xx_boot()
1062 static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl18xx_trigger_cmd()
1074 static int wl18xx_ack_event(struct wl1271 *wl) in wl18xx_ack_event()
[all …]

12345678