Home
last modified time | relevance | path

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

123

/linux-3.4.99/drivers/net/wireless/wl1251/
Dacx.c12 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, in wl1251_acx_frame_rates()
44 int wl1251_acx_station_id(struct wl1251 *wl) in wl1251_acx_station_id()
69 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) in wl1251_acx_default_key()
98 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions()
127 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth()
149 int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) in wl1251_acx_fw_version()
183 int wl1251_acx_tx_power(struct wl1251 *wl, int power) in wl1251_acx_tx_power()
212 int wl1251_acx_feature_cfg(struct wl1251 *wl) in wl1251_acx_feature_cfg()
241 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map()
255 int wl1251_acx_data_path_params(struct wl1251 *wl, in wl1251_acx_data_path_params()
[all …]
Dmain.c45 void wl1251_enable_interrupts(struct wl1251 *wl) in wl1251_enable_interrupts()
50 void wl1251_disable_interrupts(struct wl1251 *wl) in wl1251_disable_interrupts()
55 static int wl1251_power_off(struct wl1251 *wl) in wl1251_power_off()
60 static int wl1251_power_on(struct wl1251 *wl) in wl1251_power_on()
65 static int wl1251_fetch_firmware(struct wl1251 *wl) in wl1251_fetch_firmware()
104 static int wl1251_fetch_nvs(struct wl1251 *wl) in wl1251_fetch_nvs()
141 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
153 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
219 struct wl1251 *wl = in wl1251_irq_work() local
325 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join()
[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.c36 struct wl1251 *wl; in wl1251_irq() local
47 static struct spi_device *wl_to_spi(struct wl1251 *wl) in wl_to_spi()
52 static void wl1251_spi_reset(struct wl1251 *wl) in wl1251_spi_reset()
78 static void wl1251_spi_wake(struct wl1251 *wl) in wl1251_spi_wake()
132 static void wl1251_spi_reset_wake(struct wl1251 *wl) in wl1251_spi_reset_wake()
138 static void wl1251_spi_read(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_read()
178 static void wl1251_spi_write(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_write()
209 static void wl1251_spi_enable_irq(struct wl1251 *wl) in wl1251_spi_enable_irq()
214 static void wl1251_spi_disable_irq(struct wl1251 *wl) in wl1251_spi_disable_irq()
219 static int wl1251_spi_set_power(struct wl1251 *wl, bool enable) in wl1251_spi_set_power()
[all …]
Dsdio.c47 static struct sdio_func *wl_to_func(struct wl1251 *wl) in wl_to_func()
55 struct wl1251 *wl = sdio_get_drvdata(func); in wl1251_sdio_interrupt() local
70 static void wl1251_sdio_read(struct wl1251 *wl, int addr, in wl1251_sdio_read()
83 static void wl1251_sdio_write(struct wl1251 *wl, int addr, in wl1251_sdio_write()
96 static void wl1251_sdio_read_elp(struct wl1251 *wl, int addr, u32 *val) in wl1251_sdio_read_elp()
116 static void wl1251_sdio_write_elp(struct wl1251 *wl, int addr, u32 val) in wl1251_sdio_write_elp()
132 static void wl1251_sdio_reset(struct wl1251 *wl) in wl1251_sdio_reset()
136 static void wl1251_sdio_enable_irq(struct wl1251 *wl) in wl1251_sdio_enable_irq()
145 static void wl1251_sdio_disable_irq(struct wl1251 *wl) in wl1251_sdio_disable_irq()
157 struct wl1251 *wl = cookie; in wl1251_line_irq() local
[all …]
Dio.c41 static int wl1251_translate_reg_addr(struct wl1251 *wl, int addr) in wl1251_translate_reg_addr()
58 static int wl1251_translate_mem_addr(struct wl1251 *wl, int addr) in wl1251_translate_mem_addr()
63 void wl1251_mem_read(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_read()
72 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_write()
81 u32 wl1251_mem_read32(struct wl1251 *wl, int addr) in wl1251_mem_read32()
86 void wl1251_mem_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_mem_write32()
91 u32 wl1251_reg_read32(struct wl1251 *wl, int addr) in wl1251_reg_read32()
96 void wl1251_reg_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_reg_write32()
134 void wl1251_set_partition(struct wl1251 *wl, in wl1251_set_partition()
Dcmd.c21 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_send()
68 int wl1251_cmd_test(struct wl1251 *wl, void *buf, size_t buf_len, u8 answer) in wl1251_cmd_test()
109 int wl1251_cmd_interrogate(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_interrogate()
147 int wl1251_cmd_configure(struct wl1251 *wl, u16 id, void *buf, size_t len) in wl1251_cmd_configure()
168 int wl1251_cmd_vbm(struct wl1251 *wl, u8 identity, in wl1251_cmd_vbm()
206 int wl1251_cmd_data_path(struct wl1251 *wl, u8 channel, bool enable) in wl1251_cmd_data_path()
255 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join()
309 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode) in wl1251_cmd_ps_mode()
340 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, in wl1251_cmd_read_memory()
380 int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id, in wl1251_cmd_template_set()
[all …]
Devent.c29 static int wl1251_event_scan_complete(struct wl1251 *wl, in wl1251_event_scan_complete()
52 static int wl1251_event_process(struct wl1251 *wl, struct event_mailbox *mbox) in wl1251_event_process()
120 int wl1251_event_wait(struct wl1251 *wl, u32 mask, int timeout_ms) in wl1251_event_wait()
145 int wl1251_event_unmask(struct wl1251 *wl) in wl1251_event_unmask()
156 void wl1251_event_mbox_config(struct wl1251 *wl) in wl1251_event_mbox_config()
165 int wl1251_event_handle(struct wl1251 *wl, u8 mbox_num) in wl1251_event_handle()
Dboot.c31 void wl1251_boot_target_enable_interrupts(struct wl1251 *wl) in wl1251_boot_target_enable_interrupts()
37 int wl1251_boot_soft_reset(struct wl1251 *wl) in wl1251_boot_soft_reset()
72 int wl1251_boot_init_seq(struct wl1251 *wl) in wl1251_boot_init_seq()
210 static void wl1251_boot_set_ecpu_ctrl(struct wl1251 *wl, u32 flag) in wl1251_boot_set_ecpu_ctrl()
222 int wl1251_boot_run_firmware(struct wl1251 *wl) in wl1251_boot_run_firmware()
316 static int wl1251_boot_upload_firmware(struct wl1251 *wl) in wl1251_boot_upload_firmware()
401 static int wl1251_boot_upload_nvs(struct wl1251 *wl) in wl1251_boot_upload_nvs()
480 int wl1251_boot(struct wl1251 *wl) in wl1251_boot()
Dtx.c32 static bool wl1251_tx_double_buffer_busy(struct wl1251 *wl, u32 data_out_count) in wl1251_tx_double_buffer_busy()
53 static int wl1251_tx_path_status(struct wl1251 *wl) in wl1251_tx_path_status()
69 static int wl1251_tx_id(struct wl1251 *wl, struct sk_buff *skb) in wl1251_tx_id()
143 static int wl1251_tx_fill_hdr(struct wl1251 *wl, struct sk_buff *skb, in wl1251_tx_fill_hdr()
177 static int wl1251_tx_send_packet(struct wl1251 *wl, struct sk_buff *skb, in wl1251_tx_send_packet()
261 static void wl1251_tx_trigger(struct wl1251 *wl) in wl1251_tx_trigger()
281 static int wl1251_tx_frame(struct wl1251 *wl, struct sk_buff *skb) in wl1251_tx_frame()
317 struct wl1251 *wl = container_of(work, struct wl1251, tx_work); in wl1251_tx_work() local
380 static void wl1251_tx_packet_cb(struct wl1251 *wl, in wl1251_tx_packet_cb()
427 void wl1251_tx_complete(struct wl1251 *wl) in wl1251_tx_complete()
[all …]
Ddebugfs.c97 static void wl1251_debugfs_update_stats(struct wl1251 *wl) in wl1251_debugfs_update_stats()
219 struct wl1251 *wl = file->private_data; in tx_queue_len_read() local
239 struct wl1251 *wl = file->private_data; in tx_queue_status_read() local
258 static void wl1251_debugfs_delete_files(struct wl1251 *wl) in wl1251_debugfs_delete_files()
357 static int wl1251_debugfs_add_files(struct wl1251 *wl) in wl1251_debugfs_add_files()
464 void wl1251_debugfs_reset(struct wl1251 *wl) in wl1251_debugfs_reset()
472 int wl1251_debugfs_init(struct wl1251 *wl) in wl1251_debugfs_init()
526 void wl1251_debugfs_exit(struct wl1251 *wl) in wl1251_debugfs_exit()
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dacx.c37 int wl1271_acx_wake_up_conditions(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_wake_up_conditions()
68 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth()
90 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_tx_power()
121 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_feature_cfg()
151 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map()
165 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl) in wl1271_acx_rx_msdu_life_time()
191 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_slot()
220 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_group_address_tbl()
252 int wl1271_acx_service_period_timeout(struct wl1271 *wl, in wl1271_acx_service_period_timeout()
283 int wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rts_threshold()
[all …]
Dinit.c37 int wl1271_init_templates_config(struct wl1271 *wl) in wl1271_init_templates_config()
140 static int wl1271_ap_init_deauth_template(struct wl1271 *wl, in wl1271_ap_init_deauth_template()
166 static int wl1271_ap_init_null_template(struct wl1271 *wl, in wl1271_ap_init_null_template()
199 static int wl1271_ap_init_qos_null_template(struct wl1271 *wl, in wl1271_ap_init_qos_null_template()
232 static int wl12xx_init_rx_config(struct wl1271 *wl) in wl12xx_init_rx_config()
243 static int wl12xx_init_phy_vif_config(struct wl1271 *wl, in wl12xx_init_phy_vif_config()
263 static int wl1271_init_sta_beacon_filter(struct wl1271 *wl, in wl1271_init_sta_beacon_filter()
280 int wl1271_init_pta(struct wl1271 *wl) in wl1271_init_pta()
295 int wl1271_init_energy_detection(struct wl1271 *wl) in wl1271_init_energy_detection()
306 static int wl1271_init_beacon_broadcast(struct wl1271 *wl, in wl1271_init_beacon_broadcast()
[all …]
Dboot.c36 static void wl1271_boot_set_ecpu_ctrl(struct wl1271 *wl, u32 flag) in wl1271_boot_set_ecpu_ctrl()
48 static unsigned int wl12xx_get_fw_ver_quirks(struct wl1271 *wl) in wl12xx_get_fw_ver_quirks()
65 static void wl1271_parse_fw_ver(struct wl1271 *wl) in wl1271_parse_fw_ver()
84 static void wl1271_boot_fw_version(struct wl1271 *wl) in wl1271_boot_fw_version()
100 static int wl1271_boot_upload_firmware_chunk(struct wl1271 *wl, void *buf, in wl1271_boot_upload_firmware_chunk()
167 static int wl1271_boot_upload_firmware(struct wl1271 *wl) in wl1271_boot_upload_firmware()
200 static int wl1271_boot_upload_nvs(struct wl1271 *wl) in wl1271_boot_upload_nvs()
345 static void wl1271_boot_enable_interrupts(struct wl1271 *wl) in wl1271_boot_enable_interrupts()
353 static int wl1271_boot_soft_reset(struct wl1271 *wl) in wl1271_boot_soft_reset()
388 static int wl1271_boot_run_firmware(struct wl1271 *wl) in wl1271_boot_run_firmware()
[all …]
Dcmd.c51 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len, in wl1271_cmd_send()
113 int wl1271_cmd_general_parms(struct wl1271 *wl) in wl1271_cmd_general_parms()
166 int wl128x_cmd_general_parms(struct wl1271 *wl) in wl128x_cmd_general_parms()
220 int wl1271_cmd_radio_parms(struct wl1271 *wl) in wl1271_cmd_radio_parms()
262 int wl128x_cmd_radio_parms(struct wl1271 *wl) in wl128x_cmd_radio_parms()
306 int wl1271_cmd_ext_radio_parms(struct wl1271 *wl) in wl1271_cmd_ext_radio_parms()
343 static int wl1271_cmd_wait_for_event_or_timeout(struct wl1271 *wl, u32 mask) in wl1271_cmd_wait_for_event_or_timeout()
371 static int wl1271_cmd_wait_for_event(struct wl1271 *wl, u32 mask) in wl1271_cmd_wait_for_event()
384 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable()
427 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable()
[all …]
Dmain.c396 static int wl12xx_set_authorized(struct wl1271 *wl, in wl12xx_set_authorized()
442 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming()
464 int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_recalc_rx_streaming()
493 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_enable_work() local
529 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_disable_work() local
553 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_timer() local
558 void wl12xx_rearm_tx_watchdog_locked(struct wl1271 *wl) in wl12xx_rearm_tx_watchdog_locked()
572 struct wl1271 *wl; in wl12xx_tx_watchdog_work() local
631 static void wl1271_conf_init(struct wl1271 *wl) in wl1271_conf_init()
665 static int wl1271_plt_init(struct wl1271 *wl) in wl1271_plt_init()
[all …]
Dtx.c36 static int wl1271_set_default_wep_key(struct wl1271 *wl, in wl1271_set_default_wep_key()
55 static int wl1271_alloc_tx_id(struct wl1271 *wl, struct sk_buff *skb) in wl1271_alloc_tx_id()
69 static void wl1271_free_tx_id(struct wl1271 *wl, int id) in wl1271_free_tx_id()
80 static void wl1271_tx_ap_update_inconnection_sta(struct wl1271 *wl, in wl1271_tx_ap_update_inconnection_sta()
96 static void wl1271_tx_regulate_link(struct wl1271 *wl, in wl1271_tx_regulate_link()
120 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet()
125 u8 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid_ap()
150 u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid()
170 static unsigned int wl12xx_calc_packet_alignment(struct wl1271 *wl, in wl12xx_calc_packet_alignment()
179 static int wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_tx_allocate()
[all …]
Dio.c107 bool wl1271_set_block_size(struct wl1271 *wl) in wl1271_set_block_size()
117 void wl1271_disable_interrupts(struct wl1271 *wl) in wl1271_disable_interrupts()
122 void wl1271_enable_interrupts(struct wl1271 *wl) in wl1271_enable_interrupts()
161 int wl1271_set_partition(struct wl1271 *wl, in wl1271_set_partition()
189 void wl1271_io_reset(struct wl1271 *wl) in wl1271_io_reset()
195 void wl1271_io_init(struct wl1271 *wl) in wl1271_io_init()
201 void wl1271_top_reg_write(struct wl1271 *wl, int addr, u16 val) in wl1271_top_reg_write()
214 u16 wl1271_top_reg_read(struct wl1271 *wl, int addr) in wl1271_top_reg_read()
Dio.h57 static inline void wl1271_raw_write(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_write()
63 static inline void wl1271_raw_read(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_read()
69 static inline u32 wl1271_raw_read32(struct wl1271 *wl, int addr) in wl1271_raw_read32()
77 static inline void wl1271_raw_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_raw_write32()
85 static inline int wl1271_translate_addr(struct wl1271 *wl, int addr) in wl1271_translate_addr()
108 static inline void wl1271_read(struct wl1271 *wl, int addr, void *buf, in wl1271_read()
118 static inline void wl1271_write(struct wl1271 *wl, int addr, void *buf, in wl1271_write()
128 static inline void wl1271_read_hwaddr(struct wl1271 *wl, int hwaddr, in wl1271_read_hwaddr()
142 static inline u32 wl1271_read32(struct wl1271 *wl, int addr) in wl1271_read32()
147 static inline void wl1271_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_write32()
[all …]
Dscan.c37 struct wl1271 *wl; in wl1271_scan_complete_work() local
93 static int wl1271_get_scan_channels(struct wl1271 *wl, in wl1271_get_scan_channels()
160 static int wl1271_scan_send(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan_send()
257 void wl1271_scan_stm(struct wl1271 *wl, struct ieee80211_vif *vif) in wl1271_scan_stm()
346 int wl1271_scan(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan()
382 int wl1271_scan_stop(struct wl1271 *wl) in wl1271_scan_stop()
410 wl1271_scan_get_sched_scan_channels(struct wl1271 *wl, in wl1271_scan_get_sched_scan_channels()
470 wl1271_scan_sched_scan_channels(struct wl1271 *wl, in wl1271_scan_sched_scan_channels()
519 wl12xx_scan_sched_scan_ssid_list(struct wl1271 *wl, in wl12xx_scan_sched_scan_ssid_list()
619 int wl1271_scan_sched_scan_config(struct wl1271 *wl, in wl1271_scan_sched_scan_config()
[all …]
Ddebugfs.c106 static void wl1271_debugfs_update_stats(struct wl1271 *wl) in wl1271_debugfs_update_stats()
227 struct wl1271 *wl = file->private_data; in tx_queue_len_read() local
247 struct wl1271 *wl = file->private_data; in gpio_power_read() local
262 struct wl1271 *wl = file->private_data; in gpio_power_write() local
294 struct wl1271 *wl = file->private_data; in start_recovery_write() local
312 struct wl1271 *wl = file->private_data; in dynamic_ps_timeout_read() local
323 struct wl1271 *wl = file->private_data; in dynamic_ps_timeout_write() local
376 struct wl1271 *wl = file->private_data; in forced_ps_read() local
387 struct wl1271 *wl = file->private_data; in forced_ps_write() local
445 struct wl1271 *wl = file->private_data; in split_scan_timeout_read() local
[all …]
Dps.c35 struct wl1271 *wl; in wl1271_elp_work() local
73 void wl1271_ps_elp_sleep(struct wl1271 *wl) in wl1271_ps_elp_sleep()
94 int wl1271_ps_elp_wakeup(struct wl1271 *wl) in wl1271_ps_elp_wakeup()
160 int wl1271_ps_set_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_ps_set_mode()
217 static void wl1271_ps_filter_frames(struct wl1271 *wl, u8 hlid) in wl1271_ps_filter_frames()
249 void wl12xx_ps_link_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_ps_link_start()
281 void wl12xx_ps_link_end(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid) in wl12xx_ps_link_end()
Devent.c33 static void wl1271_event_rssi_trigger(struct wl1271 *wl, in wl1271_event_rssi_trigger()
53 static void wl1271_stop_ba_event(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_stop_ba_event()
78 static void wl12xx_event_soft_gemini_sense(struct wl1271 *wl, in wl12xx_event_soft_gemini_sense()
101 static int wl1271_event_process(struct wl1271 *wl, struct event_mailbox *mbox) in wl1271_event_process()
270 int wl1271_event_unmask(struct wl1271 *wl) in wl1271_event_unmask()
281 void wl1271_event_mbox_config(struct wl1271 *wl) in wl1271_event_mbox_config()
290 int wl1271_event_handle(struct wl1271 *wl, u8 mbox_num) in wl1271_event_handle()
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c270 struct brcms_info *wl = hw->priv; in brcms_ops_tx() local
285 struct brcms_info *wl = hw->priv; in brcms_ops_start() local
314 struct brcms_info *wl = hw->priv; in brcms_ops_stop() local
341 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() local
364 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
419 struct brcms_info *wl = hw->priv; in brcms_ops_bss_info_changed() local
547 struct brcms_info *wl = hw->priv; in brcms_ops_configure_filter() local
576 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_start() local
585 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_complete() local
596 struct brcms_info *wl = hw->priv; in brcms_ops_conf_tx() local
[all …]
/linux-3.4.99/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c158 struct gelic_wl_info *wl; in gelic_eurus_sync_cmd_worker() local
216 static struct gelic_eurus_cmd *gelic_eurus_sync_cmd(struct gelic_wl_info *wl, in gelic_eurus_sync_cmd()
245 struct gelic_wl_info *wl = port_wl(netdev_port(netdev)); in gelic_wl_get_link() local
259 static void gelic_wl_send_iwap_event(struct gelic_wl_info *wl, u8 *bssid) in gelic_wl_send_iwap_event()
284 static void gelic_wl_get_ch_info(struct gelic_wl_info *wl) in gelic_wl_get_ch_info()
313 struct gelic_wl_info *wl = port_wl(netdev_port(netdev)); in gelic_wl_get_range() local
381 struct gelic_wl_info *wl = port_wl(netdev_priv(netdev)); in gelic_wl_set_scan() local
710 struct gelic_wl_info *wl = port_wl(netdev_priv(netdev)); in gelic_wl_get_scan() local
763 static void scan_list_dump(struct gelic_wl_info *wl) in scan_list_dump()
789 struct gelic_wl_info *wl = port_wl(netdev_port(netdev)); in gelic_wl_set_auth() local
[all …]

123