Searched defs:wl (Results 1 - 25 of 105) sorted by relevance

12345

/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dacx.c15 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) argument
H A Ddebugfs.c111 int wl12xx_debugfs_add_files(struct wl1271 *wl, argument
H A Devent.c13 int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, argument
34 int wl12xx_process_mailbox_events(struct wl1271 *wl) argument
[all...]
H A Dcmd.c15 int wl1271_cmd_ext_radio_parms(struct wl1271 *wl) argument
49 int wl1271_cmd_general_parms(struct wl1271 *wl) argument
116 wl128x_cmd_general_parms(struct wl1271 *wl) argument
184 wl1271_cmd_radio_parms(struct wl1271 *wl) argument
228 wl128x_cmd_radio_parms(struct wl1271 *wl) argument
274 wl12xx_cmd_channel_switch(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_channel_switch *ch_switch) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Drfkill.c25 struct b43_wl *wl = hw_to_b43_wl(hw); local
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dled.h31 static inline void brcms_led_unregister(struct brcms_info *wl) {}; argument
32 static inline int brcms_led_register(struct brcms_info *wl) argument
H A Ducode_loader.c40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Drfkill.c41 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); local
H A Dleds.c24 struct b43legacy_wl *wl = dev->wl; local
41 struct b43legacy_wl *wl = dev->wl; local
[all...]
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dio.c13 int wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val) argument
41 int wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out) argument
H A Dcmd.c14 int wl18xx_cmd_channel_switch(struct wl1271 *wl, argument
73 int wl18xx_cmd_smart_config_start(struct wl1271 *wl, u32 group_bitmap) argument
101 int wl18xx_cmd_smart_config_stop(struct wl1271 *wl) argument
126 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, argument
162 wl18xx_cmd_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start) argument
193 wl18xx_cmd_radar_detection_debug(struct wl1271 *wl, u8 channel) argument
219 wl18xx_cmd_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif) argument
[all...]
H A Dscan.c27 static int wl18xx_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, argument
146 void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif) argument
155 wl18xx_scan_sched_scan_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req, struct ieee80211_scan_ies *ies) argument
289 wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req, struct ieee80211_scan_ies *ies) argument
296 __wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 scan_type) argument
324 wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) argument
328 wl18xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_scan_request *req) argument
334 wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) argument
[all...]
H A Dtx.c18 void wl18xx_get_last_tx_rate(struct wl1271 *wl, struct ieee80211_vif *vif, argument
62 static void wl18xx_tx_complete_packet(struct wl1271 *wl, u8 tx_stat_byte) argument
132 wl18xx_tx_immediate_complete(struct wl1271 *wl) argument
[all...]
H A Dacx.c15 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap, argument
50 int wl18xx_acx_set_checksum_state(struct wl1271 *wl) argument
76 int wl18xx_acx_clear_statistics(struct wl1271 *wl) argument
100 int wl18xx_acx_peer_ht_operation_mode(struct wl1271 *wl, u8 hlid, bool wide) argument
136 int wl18xx_acx_set_peer_cap(struct wl1271 *wl, argument
189 wl18xx_acx_interrupt_notify_config(struct wl1271 *wl, bool action) argument
217 wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action) argument
241 wl18xx_acx_ap_sleep(struct wl1271 *wl) argument
272 wl18xx_acx_dynamic_fw_traces(struct wl1271 *wl) argument
299 wl18xx_acx_time_sync_cfg(struct wl1271 *wl) argument
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dio.h23 static inline u32 wl1251_read32(struct wl1251 *wl, int addr) argument
30 static inline void wl1251_write32(struct wl1251 *wl, int addr, u32 val) argument
36 wl1251_read_elp(struct wl1251 *wl, int addr) argument
48 wl1251_write_elp(struct wl1251 *wl, int addr, u32 val) argument
[all...]
H A Dps.c19 struct wl1251 *wl; local
42 void wl1251_ps_elp_sleep(struct wl1251 *wl) argument
52 wl1251_ps_elp_wakeup(struct wl1251 *wl) argument
92 wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) argument
[all...]
H A Devent.c15 static int wl1251_event_scan_complete(struct wl1251 *wl, argument
40 static int wl1251_event_ps_report(struct wl1251 *wl, argument
83 wl1251_event_process(struct wl1251 *wl, struct event_mailbox *mbox) argument
158 wl1251_event_wait(struct wl1251 *wl, u32 mask, int timeout_ms) argument
181 wl1251_event_unmask(struct wl1251 *wl) argument
192 wl1251_event_mbox_config(struct wl1251 *wl) argument
201 wl1251_event_handle(struct wl1251 *wl, u8 mbox_num) argument
[all...]
H A Drx.c20 static void wl1251_rx_header(struct wl1251 *wl, argument
32 static void wl1251_rx_status(struct wl1251 *wl, argument
133 wl1251_rx_body(struct wl1251 *wl, struct wl1251_rx_descriptor *desc) argument
185 wl1251_rx_ack(struct wl1251 *wl) argument
204 wl1251_rx(struct wl1251 *wl) argument
[all...]
H A Ddebugfs.c78 static void wl1251_debugfs_update_stats(struct wl1251 *wl) argument
200 struct wl1251 *wl = file->private_data; local
220 struct wl1251 *wl = file->private_data; local
239 wl1251_debugfs_delete_files(struct wl1251 *wl) argument
338 wl1251_debugfs_add_files(struct wl1251 *wl) argument
437 wl1251_debugfs_reset(struct wl1251 *wl) argument
445 wl1251_debugfs_init(struct wl1251 *wl) argument
463 wl1251_debugfs_exit(struct wl1251 *wl) argument
[all...]
H A Dio.c27 static int wl1251_translate_reg_addr(struct wl1251 *wl, int addr) argument
44 static int wl1251_translate_mem_addr(struct wl1251 *wl, int addr) argument
49 void wl1251_mem_read(struct wl1251 *wl, int addr, void *buf, size_t len) argument
58 wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) argument
67 wl1251_mem_read32(struct wl1251 *wl, int addr) argument
72 wl1251_mem_write32(struct wl1251 *wl, int addr, u32 val) argument
77 wl1251_reg_read32(struct wl1251 *wl, int addr) argument
82 wl1251_reg_write32(struct wl1251 *wl, int addr, u32 val) argument
120 wl1251_set_partition(struct wl1251 *wl, u32 mem_start, u32 mem_size, u32 reg_start, u32 reg_size) argument
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dio.c21 bool wl1271_set_block_size(struct wl1271 *wl) argument
31 void wlcore_disable_interrupts(struct wl1271 *wl) argument
37 void wlcore_disable_interrupts_nosync(struct wl1271 *wl) argument
43 void wlcore_enable_interrupts(struct wl1271 *wl) argument
49 wlcore_synchronize_interrupts(struct wl1271 *wl) argument
55 wlcore_translate_addr(struct wl1271 *wl, int addr) argument
123 wlcore_set_partition(struct wl1271 *wl, const struct wlcore_partition_set *p) argument
188 wl1271_io_reset(struct wl1271 *wl) argument
194 wl1271_io_init(struct wl1271 *wl) argument
[all...]
H A Dvendor_cmd.c32 struct wl1271 *wl = hw->priv; local
77 struct wl1271 *wl = hw->priv; local
109 struct wl1271 *wl = hw->priv; local
[all...]
H A Dps.c15 int wl1271_ps_set_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif, argument
77 static void wl1271_ps_filter_frames(struct wl1271 *wl, u argument
113 wl12xx_ps_link_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid, bool clean_queues) argument
149 wl12xx_ps_link_end(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid) argument
[all...]
H A Dsysfs.c19 struct wl1271 *wl = dev_get_drvdata(dev); local
37 struct wl1271 *wl = dev_get_drvdata(dev); local
78 struct wl1271 *wl = dev_get_drvdata(dev); local
100 struct wl1271 *wl = dev_get_drvdata(dev); local
132 wlcore_sysfs_init(struct wl1271 *wl) argument
169 wlcore_sysfs_free(struct wl1271 *wl) argument
[all...]
/linux-master/arch/xtensa/lib/
H A Dumulsidi3.S30 #define wl a3 define
33 #define wl a2 define

Completed in 251 milliseconds

12345