Home
last modified time | relevance | path

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

123

/linux-3.3/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()
482 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()
225 struct wl1251 *wl = file->private_data; in tx_queue_len_read() local
245 struct wl1251 *wl = file->private_data; in tx_queue_status_read() local
264 static void wl1251_debugfs_delete_files(struct wl1251 *wl) in wl1251_debugfs_delete_files()
363 static int wl1251_debugfs_add_files(struct wl1251 *wl) in wl1251_debugfs_add_files()
470 void wl1251_debugfs_reset(struct wl1251 *wl) in wl1251_debugfs_reset()
478 int wl1251_debugfs_init(struct wl1251 *wl) in wl1251_debugfs_init()
532 void wl1251_debugfs_exit(struct wl1251 *wl) in wl1251_debugfs_exit()
/linux-3.3/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()
66 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth()
88 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_tx_power()
119 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_feature_cfg()
149 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map()
163 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl) in wl1271_acx_rx_msdu_life_time()
189 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_slot()
218 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_group_address_tbl()
250 int wl1271_acx_service_period_timeout(struct wl1271 *wl, in wl1271_acx_service_period_timeout()
281 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()
126 static int wl1271_ap_init_deauth_template(struct wl1271 *wl, in wl1271_ap_init_deauth_template()
151 static int wl1271_ap_init_null_template(struct wl1271 *wl, in wl1271_ap_init_null_template()
183 static int wl1271_ap_init_qos_null_template(struct wl1271 *wl, in wl1271_ap_init_qos_null_template()
215 static int wl12xx_init_rx_config(struct wl1271 *wl) in wl12xx_init_rx_config()
226 static int wl12xx_init_phy_vif_config(struct wl1271 *wl, in wl12xx_init_phy_vif_config()
246 static int wl1271_init_sta_beacon_filter(struct wl1271 *wl, in wl1271_init_sta_beacon_filter()
263 int wl1271_init_pta(struct wl1271 *wl) in wl1271_init_pta()
278 int wl1271_init_energy_detection(struct wl1271 *wl) in wl1271_init_energy_detection()
289 static int wl1271_init_beacon_broadcast(struct wl1271 *wl, in wl1271_init_beacon_broadcast()
[all …]
Dboot.c95 static void wl1271_boot_set_ecpu_ctrl(struct wl1271 *wl, u32 flag) in wl1271_boot_set_ecpu_ctrl()
107 static unsigned int wl12xx_get_fw_ver_quirks(struct wl1271 *wl) in wl12xx_get_fw_ver_quirks()
124 static void wl1271_parse_fw_ver(struct wl1271 *wl) in wl1271_parse_fw_ver()
143 static void wl1271_boot_fw_version(struct wl1271 *wl) in wl1271_boot_fw_version()
159 static int wl1271_boot_upload_firmware_chunk(struct wl1271 *wl, void *buf, in wl1271_boot_upload_firmware_chunk()
226 static int wl1271_boot_upload_firmware(struct wl1271 *wl) in wl1271_boot_upload_firmware()
259 static int wl1271_boot_upload_nvs(struct wl1271 *wl) in wl1271_boot_upload_nvs()
404 static void wl1271_boot_enable_interrupts(struct wl1271 *wl) in wl1271_boot_enable_interrupts()
412 static int wl1271_boot_soft_reset(struct wl1271 *wl) in wl1271_boot_soft_reset()
447 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.c390 static int wl1271_check_operstate(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_check_operstate()
417 struct wl1271 *wl; in wl1271_dev_notify() local
503 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming()
525 int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_recalc_rx_streaming()
554 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_enable_work() local
590 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_disable_work() local
614 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_timer() local
618 static void wl1271_conf_init(struct wl1271 *wl) in wl1271_conf_init()
652 static int wl1271_plt_init(struct wl1271 *wl) in wl1271_plt_init()
715 static void wl12xx_irq_ps_regulate_link(struct wl1271 *wl, in wl12xx_irq_ps_regulate_link()
[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 int wl1271_tx_update_filters(struct wl1271 *wl, in wl1271_tx_update_filters()
109 static void wl1271_tx_ap_update_inconnection_sta(struct wl1271 *wl, in wl1271_tx_ap_update_inconnection_sta()
125 static void wl1271_tx_regulate_link(struct wl1271 *wl, in wl1271_tx_regulate_link()
149 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet()
154 u8 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid_ap()
179 u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid()
201 static unsigned int wl12xx_calc_packet_alignment(struct wl1271 *wl, in wl12xx_calc_packet_alignment()
[all …]
Dio.c48 bool wl1271_set_block_size(struct wl1271 *wl) in wl1271_set_block_size()
58 void wl1271_disable_interrupts(struct wl1271 *wl) in wl1271_disable_interrupts()
63 void wl1271_enable_interrupts(struct wl1271 *wl) in wl1271_enable_interrupts()
102 int wl1271_set_partition(struct wl1271 *wl, in wl1271_set_partition()
130 void wl1271_io_reset(struct wl1271 *wl) in wl1271_io_reset()
136 void wl1271_io_init(struct wl1271 *wl) in wl1271_io_init()
142 void wl1271_top_reg_write(struct wl1271 *wl, int addr, u16 val) in wl1271_top_reg_write()
155 u16 wl1271_top_reg_read(struct wl1271 *wl, int addr) in wl1271_top_reg_read()
Dio.h55 static inline void wl1271_raw_write(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_write()
61 static inline void wl1271_raw_read(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_read()
67 static inline u32 wl1271_raw_read32(struct wl1271 *wl, int addr) in wl1271_raw_read32()
75 static inline void wl1271_raw_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_raw_write32()
83 static inline int wl1271_translate_addr(struct wl1271 *wl, int addr) in wl1271_translate_addr()
106 static inline void wl1271_read(struct wl1271 *wl, int addr, void *buf, in wl1271_read()
116 static inline void wl1271_write(struct wl1271 *wl, int addr, void *buf, in wl1271_write()
126 static inline void wl1271_read_hwaddr(struct wl1271 *wl, int hwaddr, in wl1271_read_hwaddr()
140 static inline u32 wl1271_read32(struct wl1271 *wl, int addr) in wl1271_read32()
145 static inline void wl1271_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_write32()
[all …]
Devent.c38 struct wl1271 *wl; in wl1271_pspoll_work() local
76 static void wl1271_event_pspoll_delivery_fail(struct wl1271 *wl, in wl1271_event_pspoll_delivery_fail()
106 static int wl1271_event_ps_report(struct wl1271 *wl, in wl1271_event_ps_report()
160 static void wl1271_event_rssi_trigger(struct wl1271 *wl, in wl1271_event_rssi_trigger()
180 static void wl1271_stop_ba_event(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_stop_ba_event()
205 static void wl12xx_event_soft_gemini_sense(struct wl1271 *wl, in wl12xx_event_soft_gemini_sense()
236 static int wl1271_event_process(struct wl1271 *wl, struct event_mailbox *mbox) in wl1271_event_process()
420 int wl1271_event_unmask(struct wl1271 *wl) in wl1271_event_unmask()
431 void wl1271_event_mbox_config(struct wl1271 *wl) in wl1271_event_mbox_config()
440 int wl1271_event_handle(struct wl1271 *wl, u8 mbox_num) in wl1271_event_handle()
Dscan.c37 struct wl1271 *wl; in wl1271_scan_complete_work() local
97 static int wl1271_get_scan_channels(struct wl1271 *wl, in wl1271_get_scan_channels()
164 static int wl1271_scan_send(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan_send()
251 void wl1271_scan_stm(struct wl1271 *wl, struct ieee80211_vif *vif) in wl1271_scan_stm()
340 int wl1271_scan(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan()
376 int wl1271_scan_stop(struct wl1271 *wl) in wl1271_scan_stop()
404 wl1271_scan_get_sched_scan_channels(struct wl1271 *wl, in wl1271_scan_get_sched_scan_channels()
464 wl1271_scan_sched_scan_channels(struct wl1271 *wl, in wl1271_scan_sched_scan_channels()
513 wl12xx_scan_sched_scan_ssid_list(struct wl1271 *wl, in wl12xx_scan_sched_scan_ssid_list()
613 int wl1271_scan_sched_scan_config(struct wl1271 *wl, in wl1271_scan_sched_scan_config()
[all …]
Dps.c35 struct wl1271 *wl; in wl1271_elp_work() local
75 void wl1271_ps_elp_sleep(struct wl1271 *wl) in wl1271_ps_elp_sleep()
96 int wl1271_ps_elp_wakeup(struct wl1271 *wl) in wl1271_ps_elp_wakeup()
162 int wl1271_ps_set_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_ps_set_mode()
205 static void wl1271_ps_filter_frames(struct wl1271 *wl, u8 hlid) in wl1271_ps_filter_frames()
237 void wl12xx_ps_link_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_ps_link_start()
269 void wl12xx_ps_link_end(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid) in wl12xx_ps_link_end()
Ddebugfs.c106 static void wl1271_debugfs_update_stats(struct wl1271 *wl) in wl1271_debugfs_update_stats()
233 struct wl1271 *wl = file->private_data; in tx_queue_len_read() local
253 struct wl1271 *wl = file->private_data; in gpio_power_read() local
268 struct wl1271 *wl = file->private_data; in gpio_power_write() local
300 struct wl1271 *wl = file->private_data; in start_recovery_write() local
318 struct wl1271 *wl = file->private_data; in driver_state_read() local
401 struct wl1271 *wl = file->private_data; in vifs_state_read() local
510 struct wl1271 *wl = file->private_data; in dtim_interval_read() local
526 struct wl1271 *wl = file->private_data; in dtim_interval_write() local
568 struct wl1271 *wl = file->private_data; in beacon_interval_read() local
[all …]
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c269 struct brcms_info *wl = hw->priv; in brcms_ops_tx() local
284 struct brcms_info *wl = hw->priv; in brcms_ops_start() local
313 struct brcms_info *wl = hw->priv; in brcms_ops_stop() local
340 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() local
363 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
418 struct brcms_info *wl = hw->priv; in brcms_ops_bss_info_changed() local
546 struct brcms_info *wl = hw->priv; in brcms_ops_configure_filter() local
575 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_start() local
584 struct brcms_info *wl = hw->priv; in brcms_ops_sw_scan_complete() local
595 struct brcms_info *wl = hw->priv; in brcms_ops_conf_tx() local
[all …]
/linux-3.3/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