Home
last modified time | relevance | path

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

/linux-4.4.14/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.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()
97 int wl1271_acx_tx_power(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_tx_power()
128 int wl1271_acx_feature_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_feature_cfg()
158 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map()
173 int wl1271_acx_rx_msdu_life_time(struct wl1271 *wl) in wl1271_acx_rx_msdu_life_time()
199 int wl1271_acx_slot(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_slot()
228 int wl1271_acx_group_address_tbl(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_group_address_tbl()
260 int wl1271_acx_service_period_timeout(struct wl1271 *wl, in wl1271_acx_service_period_timeout()
291 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()
190 void wl1271_io_reset(struct wl1271 *wl) in wl1271_io_reset()
196 void wl1271_io_init(struct wl1271 *wl) in wl1271_io_init()
Dmain.c58 static int wl12xx_set_authorized(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_set_authorized()
83 struct wl1271 *wl = hw->priv; in wl1271_reg_notify() local
92 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming()
114 int wl1271_recalc_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_recalc_rx_streaming()
143 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_enable_work() local
179 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_disable_work() local
203 struct wl1271 *wl = wlvif->wl; in wl1271_rx_streaming_timer() local
208 void wl12xx_rearm_tx_watchdog_locked(struct wl1271 *wl) in wl12xx_rearm_tx_watchdog_locked()
224 struct wl1271 *wl = wlvif->wl; in wlcore_rc_update_work() local
245 struct wl1271 *wl; in wl12xx_tx_watchdog_work() local
[all …]
Devent.c32 void wlcore_event_rssi_trigger(struct wl1271 *wl, s8 *metric_arr) in wlcore_event_rssi_trigger()
56 static void wl1271_stop_ba_event(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_stop_ba_event()
82 void wlcore_event_soft_gemini_sense(struct wl1271 *wl, u8 enable) in wlcore_event_soft_gemini_sense()
97 void wlcore_event_sched_scan_completed(struct wl1271 *wl, in wlcore_event_sched_scan_completed()
110 void wlcore_event_ba_rx_constraint(struct wl1271 *wl, in wlcore_event_ba_rx_constraint()
132 void wlcore_event_channel_switch(struct wl1271 *wl, in wlcore_event_channel_switch()
164 void wlcore_event_dummy_packet(struct wl1271 *wl) in wlcore_event_dummy_packet()
176 static void wlcore_disconnect_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_disconnect_sta()
210 void wlcore_event_max_tx_failure(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_max_tx_failure()
217 void wlcore_event_inactive_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_inactive_sta()
[all …]
Dcmd.c53 static int __wlcore_cmd_send(struct wl1271 *wl, u16 id, void *buf, in __wlcore_cmd_send()
134 static int wlcore_cmd_send_failsafe(struct wl1271 *wl, u16 id, void *buf, in wlcore_cmd_send_failsafe()
162 int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len, in wl1271_cmd_send()
177 int wlcore_cmd_wait_for_event_or_timeout(struct wl1271 *wl, in wlcore_cmd_wait_for_event_or_timeout()
230 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable()
273 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable()
306 static int wlcore_get_new_session_id(struct wl1271 *wl, u8 hlid) in wlcore_get_new_session_id()
316 int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_allocate_link()
354 void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid) in wl12xx_free_link()
424 static int wl12xx_cmd_role_start_dev(struct wl1271 *wl, in wl12xx_cmd_role_start_dev()
[all …]
Dio.h57 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr, in wlcore_raw_write()
75 static inline int __must_check wlcore_raw_read(struct wl1271 *wl, int addr, in wlcore_raw_read()
93 static inline int __must_check wlcore_raw_read_data(struct wl1271 *wl, int reg, in wlcore_raw_read_data()
100 static inline int __must_check wlcore_raw_write_data(struct wl1271 *wl, int reg, in wlcore_raw_write_data()
107 static inline int __must_check wlcore_raw_read32(struct wl1271 *wl, int addr, in wlcore_raw_read32()
123 static inline int __must_check wlcore_raw_write32(struct wl1271 *wl, int addr, in wlcore_raw_write32()
131 static inline int __must_check wlcore_read(struct wl1271 *wl, int addr, in wlcore_read()
141 static inline int __must_check wlcore_write(struct wl1271 *wl, int addr, in wlcore_write()
151 static inline int __must_check wlcore_write_data(struct wl1271 *wl, int reg, in wlcore_write_data()
158 static inline int __must_check wlcore_read_data(struct wl1271 *wl, int reg, in wlcore_read_data()
[all …]
Dtx.c43 static int wl1271_set_default_wep_key(struct wl1271 *wl, in wl1271_set_default_wep_key()
62 static int wl1271_alloc_tx_id(struct wl1271 *wl, struct sk_buff *skb) in wl1271_alloc_tx_id()
76 void wl1271_free_tx_id(struct wl1271 *wl, int id) in wl1271_free_tx_id()
88 static void wl1271_tx_ap_update_inconnection_sta(struct wl1271 *wl, in wl1271_tx_ap_update_inconnection_sta()
119 static void wl1271_tx_regulate_link(struct wl1271 *wl, in wl1271_tx_regulate_link()
147 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet()
153 static u8 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid_ap()
175 u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid()
192 unsigned int wlcore_calc_packet_alignment(struct wl1271 *wl, in wlcore_calc_packet_alignment()
203 static int wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_tx_allocate()
[all …]
Ddebugfs.c59 void wl1271_debugfs_update_stats(struct wl1271 *wl) in wl1271_debugfs_update_stats()
93 struct wl1271 *wl = file->private_data; in tx_queue_len_read() local
110 static void chip_op_handler(struct wl1271 *wl, unsigned long value, in chip_op_handler()
132 static inline void no_write_handler(struct wl1271 *wl, in no_write_handler()
196 struct wl1271 *wl = file->private_data; in gpio_power_read() local
211 struct wl1271 *wl = file->private_data; in gpio_power_write() local
243 struct wl1271 *wl = file->private_data; in start_recovery_write() local
261 struct wl1271 *wl = file->private_data; in dynamic_ps_timeout_read() local
272 struct wl1271 *wl = file->private_data; in dynamic_ps_timeout_write() local
325 struct wl1271 *wl = file->private_data; in forced_ps_read() local
[all …]
Dboot.c35 static int wl1271_boot_set_ecpu_ctrl(struct wl1271 *wl, u32 flag) in wl1271_boot_set_ecpu_ctrl()
53 static int wlcore_boot_parse_fw_ver(struct wl1271 *wl, in wlcore_boot_parse_fw_ver()
83 static int wlcore_validate_fw_ver(struct wl1271 *wl) in wlcore_validate_fw_ver()
140 static int wlcore_boot_static_data(struct wl1271 *wl) in wlcore_boot_static_data()
174 static int wl1271_boot_upload_firmware_chunk(struct wl1271 *wl, void *buf, in wl1271_boot_upload_firmware_chunk()
249 int wlcore_boot_upload_firmware(struct wl1271 *wl) in wlcore_boot_upload_firmware()
283 int wlcore_boot_upload_nvs(struct wl1271 *wl) in wlcore_boot_upload_nvs()
437 int wlcore_boot_run_firmware(struct wl1271 *wl) in wlcore_boot_run_firmware()
Dps.c37 struct wl1271 *wl; in wl1271_elp_work() local
78 void wl1271_ps_elp_sleep(struct wl1271 *wl) in wl1271_ps_elp_sleep()
107 int wl1271_ps_elp_wakeup(struct wl1271 *wl) in wl1271_ps_elp_wakeup()
175 int wl1271_ps_set_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_ps_set_mode()
237 static void wl1271_ps_filter_frames(struct wl1271 *wl, u8 hlid) in wl1271_ps_filter_frames()
273 void wl12xx_ps_link_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_ps_link_start()
309 void wl12xx_ps_link_end(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid) in wl12xx_ps_link_end()
Dsysfs.c31 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_show_bt_coex_state() local
49 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_store_bt_coex_state() local
91 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_show_hw_pg_ver() local
114 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_read_fwlog() local
172 int wlcore_sysfs_init(struct wl1271 *wl) in wlcore_sysfs_init()
209 void wlcore_sysfs_free(struct wl1271 *wl) in wlcore_sysfs_free()
Drx.c41 static u32 wlcore_rx_get_buf_size(struct wl1271 *wl, in wlcore_rx_get_buf_size()
51 static u32 wlcore_rx_get_align_buf_size(struct wl1271 *wl, u32 pkt_len) in wlcore_rx_get_align_buf_size()
59 static void wl1271_rx_status(struct wl1271 *wl, in wl1271_rx_status()
114 static int wl1271_rx_handle_data(struct wl1271 *wl, u8 *data, u32 length, in wl1271_rx_handle_data()
213 int wlcore_rx(struct wl1271 *wl, struct wl_fw_status *status) in wlcore_rx()
306 int wl1271_rx_filter_enable(struct wl1271 *wl, in wl1271_rx_filter_enable()
334 int wl1271_rx_filter_clear_all(struct wl1271 *wl) in wl1271_rx_filter_clear_all()
Dscan.c37 struct wl1271 *wl; in wl1271_scan_complete_work() local
123 static int wlcore_count_started_vifs(struct wl1271 *wl) in wlcore_count_started_vifs()
134 wlcore_scan_get_channels(struct wl1271 *wl, in wlcore_scan_get_channels()
254 wlcore_set_scan_chan_params(struct wl1271 *wl, in wlcore_set_scan_chan_params()
340 int wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, in wlcore_scan()
379 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl, in wlcore_scan_sched_scan_ssid_list()
482 void wlcore_scan_sched_scan_results(struct wl1271 *wl) in wlcore_scan_sched_scan_results()
Dtestmode.c72 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test()
151 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate()
215 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure()
247 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem()
284 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode()
315 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac()
364 struct wl1271 *wl = hw->priv; in wl1271_tm_cmd() local
Dvendor_cmd.c34 struct wl1271 *wl = hw->priv; in wlcore_vendor_cmd_smart_config_start() local
78 struct wl1271 *wl = hw->priv; in wlcore_vendor_cmd_smart_config_stop() local
109 struct wl1271 *wl = hw->priv; in wlcore_vendor_cmd_smart_config_set_group_key() local
Dspi.c171 struct wl1271 *wl = dev_get_drvdata(child); in wl12xx_spi_read_busy() local
207 struct wl1271 *wl = dev_get_drvdata(child); in wl12xx_spi_raw_read() local
Dwlcore_i.h341 struct wl1271 *wl; member
511 #define wl12xx_for_each_wlvif(wl, wlvif) \ argument
514 #define wl12xx_for_each_wlvif_continue(wl, wlvif) \ argument
517 #define wl12xx_for_each_wlvif_bss_type(wl, wlvif, _bss_type) \ argument
521 #define wl12xx_for_each_wlvif_sta(wl, wlvif) \ argument
524 #define wl12xx_for_each_wlvif_ap(wl, wlvif) \ argument
Dsdio.c387 struct wl1271 *wl = platform_get_drvdata(glue->core); in wl1271_suspend() local
Dtx.h233 static inline int wl1271_tx_total_queue_count(struct wl1271 *wl) in wl1271_tx_total_queue_count()
Dwlcore.h522 wlcore_set_ht_cap(struct wl1271 *wl, enum ieee80211_band band, in wlcore_set_ht_cap()
532 wlcore_set_min_fw_ver(struct wl1271 *wl, unsigned int chip, in wlcore_set_min_fw_ver()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dacx.c11 int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, in wl1251_acx_frame_rates()
41 int wl1251_acx_station_id(struct wl1251 *wl) in wl1251_acx_station_id()
61 int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) in wl1251_acx_default_key()
88 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions()
115 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth()
134 int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) in wl1251_acx_fw_version()
166 int wl1251_acx_tx_power(struct wl1251 *wl, int power) in wl1251_acx_tx_power()
193 int wl1251_acx_feature_cfg(struct wl1251 *wl, u32 data_flow_options) in wl1251_acx_feature_cfg()
220 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map()
234 int wl1251_acx_data_path_params(struct wl1251 *wl, in wl1251_acx_data_path_params()
[all …]
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()
142 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
154 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
220 struct wl1251 *wl = in wl1251_irq_work() local
326 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.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 …]
Dsdio.c48 static struct sdio_func *wl_to_func(struct wl1251 *wl) in wl_to_func()
56 struct wl1251 *wl = sdio_get_drvdata(func); in wl1251_sdio_interrupt() local
71 static void wl1251_sdio_read(struct wl1251 *wl, int addr, in wl1251_sdio_read()
84 static void wl1251_sdio_write(struct wl1251 *wl, int addr, in wl1251_sdio_write()
97 static void wl1251_sdio_read_elp(struct wl1251 *wl, int addr, u32 *val) in wl1251_sdio_read_elp()
117 static void wl1251_sdio_write_elp(struct wl1251 *wl, int addr, u32 val) in wl1251_sdio_write_elp()
133 static void wl1251_sdio_reset(struct wl1251 *wl) in wl1251_sdio_reset()
137 static void wl1251_sdio_enable_irq(struct wl1251 *wl) in wl1251_sdio_enable_irq()
146 static void wl1251_sdio_disable_irq(struct wl1251 *wl) in wl1251_sdio_disable_irq()
158 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()
Devent.c29 static int wl1251_event_scan_complete(struct wl1251 *wl, in wl1251_event_scan_complete()
50 static int wl1251_event_ps_report(struct wl1251 *wl, in wl1251_event_ps_report()
93 static int wl1251_event_process(struct wl1251 *wl, struct event_mailbox *mbox) in wl1251_event_process()
168 int wl1251_event_wait(struct wl1251 *wl, u32 mask, int timeout_ms) in wl1251_event_wait()
193 int wl1251_event_unmask(struct wl1251 *wl) in wl1251_event_unmask()
204 void wl1251_event_mbox_config(struct wl1251 *wl) in wl1251_event_mbox_config()
213 int wl1251_event_handle(struct wl1251 *wl, u8 mbox_num) in wl1251_event_handle()
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_rx(struct wl1251 *wl, u8 channel, bool enable) in wl1251_cmd_data_path_rx()
242 int wl1251_cmd_data_path_tx(struct wl1251 *wl, u8 channel, bool enable) in wl1251_cmd_data_path_tx()
273 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join()
318 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode) in wl1251_cmd_ps_mode()
349 int wl1251_cmd_read_memory(struct wl1251 *wl, u32 addr, void *answer, in wl1251_cmd_read_memory()
[all …]
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()
317 static int wl1251_boot_upload_firmware(struct wl1251 *wl) in wl1251_boot_upload_firmware()
402 static int wl1251_boot_upload_nvs(struct wl1251 *wl) in wl1251_boot_upload_nvs()
481 int wl1251_boot(struct wl1251 *wl) in wl1251_boot()
Dtx.c33 static bool wl1251_tx_double_buffer_busy(struct wl1251 *wl, u32 data_out_count) in wl1251_tx_double_buffer_busy()
54 static int wl1251_tx_path_status(struct wl1251 *wl) in wl1251_tx_path_status()
70 static int wl1251_tx_id(struct wl1251 *wl, struct sk_buff *skb) in wl1251_tx_id()
148 static int wl1251_tx_fill_hdr(struct wl1251 *wl, struct sk_buff *skb, in wl1251_tx_fill_hdr()
182 static int wl1251_tx_send_packet(struct wl1251 *wl, struct sk_buff *skb, in wl1251_tx_send_packet()
266 static void wl1251_tx_trigger(struct wl1251 *wl) in wl1251_tx_trigger()
285 static void enable_tx_for_packet_injection(struct wl1251 *wl) in enable_tx_for_packet_injection()
306 static int wl1251_tx_frame(struct wl1251 *wl, struct sk_buff *skb) in wl1251_tx_frame()
349 struct wl1251 *wl = container_of(work, struct wl1251, tx_work); in wl1251_tx_work() local
412 static void wl1251_tx_packet_cb(struct wl1251 *wl, in wl1251_tx_packet_cb()
[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()
Drx.c34 static void wl1251_rx_header(struct wl1251 *wl, in wl1251_rx_header()
46 static void wl1251_rx_status(struct wl1251 *wl, in wl1251_rx_status()
147 static void wl1251_rx_body(struct wl1251 *wl, in wl1251_rx_body()
199 static void wl1251_rx_ack(struct wl1251 *wl) in wl1251_rx_ack()
218 void wl1251_rx(struct wl1251 *wl) in wl1251_rx()
Dps.c33 struct wl1251 *wl; in wl1251_elp_work() local
56 void wl1251_ps_elp_sleep(struct wl1251 *wl) in wl1251_ps_elp_sleep()
66 int wl1251_ps_elp_wakeup(struct wl1251 *wl) in wl1251_ps_elp_wakeup()
106 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) in wl1251_ps_set_mode()
Dio.h37 static inline u32 wl1251_read32(struct wl1251 *wl, int addr) in wl1251_read32()
44 static inline void wl1251_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_write32()
50 static inline u32 wl1251_read_elp(struct wl1251 *wl, int addr) in wl1251_read_elp()
62 static inline void wl1251_write_elp(struct wl1251 *wl, int addr, u32 val) in wl1251_write_elp()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dmain.c609 static int wl127x_prepare_read(struct wl1271 *wl, u32 rx_desc, u32 len) in wl127x_prepare_read()
638 static int wl12xx_identify_chip(struct wl1271 *wl) in wl12xx_identify_chip()
733 static int __must_check wl12xx_top_reg_write(struct wl1271 *wl, int addr, in wl12xx_top_reg_write()
758 static int __must_check wl12xx_top_reg_read(struct wl1271 *wl, int addr, in wl12xx_top_reg_read()
800 static int wl128x_switch_tcxo_to_fref(struct wl1271 *wl) in wl128x_switch_tcxo_to_fref()
829 static bool wl128x_is_tcxo_valid(struct wl1271 *wl) in wl128x_is_tcxo_valid()
844 static bool wl128x_is_fref_valid(struct wl1271 *wl) in wl128x_is_fref_valid()
859 static int wl128x_manually_configure_mcs_pll(struct wl1271 *wl) in wl128x_manually_configure_mcs_pll()
878 static int wl128x_configure_mcs_pll(struct wl1271 *wl, int clk) in wl128x_configure_mcs_pll()
926 static int wl128x_boot_clk(struct wl1271 *wl, int *selected_clock) in wl128x_boot_clk()
[all …]
Dscan.c27 static int wl1271_get_scan_channels(struct wl1271 *wl, in wl1271_get_scan_channels()
94 static int wl1271_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_scan_send()
191 int wl12xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_scan_stop()
218 void wl1271_scan_stm(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_scan_stm()
321 int wl1271_scan_sched_scan_config(struct wl1271 *wl, in wl1271_scan_sched_scan_config()
428 int wl1271_scan_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_scan_sched_scan_start()
461 int wl12xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_sched_scan_start()
474 void wl12xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_scan_sched_scan_stop()
502 int wl12xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_scan_start()
509 void wl12xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_scan_completed()
Dcmd.c29 int wl1271_cmd_ext_radio_parms(struct wl1271 *wl) in wl1271_cmd_ext_radio_parms()
63 int wl1271_cmd_general_parms(struct wl1271 *wl) in wl1271_cmd_general_parms()
130 int wl128x_cmd_general_parms(struct wl1271 *wl) in wl128x_cmd_general_parms()
198 int wl1271_cmd_radio_parms(struct wl1271 *wl) in wl1271_cmd_radio_parms()
242 int wl128x_cmd_radio_parms(struct wl1271 *wl) in wl128x_cmd_radio_parms()
288 int wl12xx_cmd_channel_switch(struct wl1271 *wl, in wl12xx_cmd_channel_switch()
Devent.c27 int wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, in wl12xx_wait_for_event()
48 int wl12xx_process_mailbox_events(struct wl1271 *wl) in wl12xx_process_mailbox_events()
Dacx.c29 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) in wl1271_acx_host_if_cfg_bitmap()
Ddebugfs.c125 int wl12xx_debugfs_add_files(struct wl1271 *wl, in wl12xx_debugfs_add_files()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c663 static int wl18xx_identify_chip(struct wl1271 *wl) in wl18xx_identify_chip()
712 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()
1046 static int wl18xx_trigger_cmd(struct wl1271 *wl, int cmd_box_addr, in wl18xx_trigger_cmd()
1058 static int wl18xx_ack_event(struct wl1271 *wl) in wl18xx_ack_event()
[all …]
Dacx.c29 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap, in wl18xx_acx_host_if_cfg_bitmap()
64 int wl18xx_acx_set_checksum_state(struct wl1271 *wl) in wl18xx_acx_set_checksum_state()
90 int wl18xx_acx_clear_statistics(struct wl1271 *wl) in wl18xx_acx_clear_statistics()
114 int wl18xx_acx_peer_ht_operation_mode(struct wl1271 *wl, u8 hlid, bool wide) in wl18xx_acx_peer_ht_operation_mode()
150 int wl18xx_acx_set_peer_cap(struct wl1271 *wl, in wl18xx_acx_set_peer_cap()
203 int wl18xx_acx_interrupt_notify_config(struct wl1271 *wl, in wl18xx_acx_interrupt_notify_config()
231 int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action) in wl18xx_acx_rx_ba_filter()
255 int wl18xx_acx_ap_sleep(struct wl1271 *wl) in wl18xx_acx_ap_sleep()
286 int wl18xx_acx_dynamic_fw_traces(struct wl1271 *wl) in wl18xx_acx_dynamic_fw_traces()
Dscan.c41 static int wl18xx_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl18xx_scan_send()
160 void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl18xx_scan_completed()
169 int wl18xx_scan_sched_scan_config(struct wl1271 *wl, in wl18xx_scan_sched_scan_config()
303 int wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl18xx_sched_scan_start()
310 static int __wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif, in __wl18xx_scan_stop()
338 void wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl18xx_scan_sched_scan_stop()
342 int wl18xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl18xx_scan_start()
348 int wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl18xx_scan_stop()
Dcmd.c28 int wl18xx_cmd_channel_switch(struct wl1271 *wl, in wl18xx_cmd_channel_switch()
87 int wl18xx_cmd_smart_config_start(struct wl1271 *wl, u32 group_bitmap) in wl18xx_cmd_smart_config_start()
115 int wl18xx_cmd_smart_config_stop(struct wl1271 *wl) in wl18xx_cmd_smart_config_stop()
140 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, in wl18xx_cmd_smart_config_set_group_key()
176 int wl18xx_cmd_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start) in wl18xx_cmd_set_cac()
207 int wl18xx_cmd_radar_detection_debug(struct wl1271 *wl, u8 channel) in wl18xx_cmd_radar_detection_debug()
233 int wl18xx_cmd_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl18xx_cmd_dfs_master_restart()
Devent.c29 int wl18xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, in wl18xx_wait_for_event()
63 static int wlcore_smart_config_sync_event(struct wl1271 *wl, u8 sync_channel, in wlcore_smart_config_sync_event()
92 static int wlcore_smart_config_decode_event(struct wl1271 *wl, in wlcore_smart_config_decode_event()
115 static void wlcore_event_time_sync(struct wl1271 *wl, u16 tsf_msb, u16 tsf_lsb) in wlcore_event_time_sync()
123 int wl18xx_process_mailbox_events(struct wl1271 *wl) in wl18xx_process_mailbox_events()
Ddebugfs.c193 struct wl1271 *wl = file->private_data; in conf_read() local
236 struct wl1271 *wl = file->private_data; in clear_fw_stats_write() local
264 struct wl1271 *wl = file->private_data; in radar_detection_write() local
303 struct wl1271 *wl = file->private_data; in dynamic_fw_traces_write() local
336 struct wl1271 *wl = file->private_data; in dynamic_fw_traces_read() local
348 int wl18xx_debugfs_add_files(struct wl1271 *wl, in wl18xx_debugfs_add_files()
Dtx.c32 void wl18xx_get_last_tx_rate(struct wl1271 *wl, struct ieee80211_vif *vif, in wl18xx_get_last_tx_rate()
76 static void wl18xx_tx_complete_packet(struct wl1271 *wl, u8 tx_stat_byte) in wl18xx_tx_complete_packet()
142 void wl18xx_tx_immediate_complete(struct wl1271 *wl) in wl18xx_tx_immediate_complete()
Dio.c27 int wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val) in wl18xx_top_reg_write()
55 int wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out) in wl18xx_top_reg_read()
/linux-4.4.14/drivers/net/wireless/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
527 struct brcms_info *wl = hw->priv; in brcms_ops_config() local
583 struct brcms_info *wl = hw->priv; in brcms_ops_bss_info_changed() local
[all …]
Dled.c19 static void brcms_radio_led_ctrl(struct brcms_info *wl, bool state) in brcms_radio_led_ctrl()
38 struct brcms_info *wl = container_of(led_dev, in brcms_led_brightness_set() local
43 void brcms_led_unregister(struct brcms_info *wl) in brcms_led_unregister()
51 int brcms_led_register(struct brcms_info *wl) in brcms_led_register()
Dled.h29 static inline void brcms_led_unregister(struct brcms_info *wl) {}; in brcms_led_unregister()
30 static inline int brcms_led_register(struct brcms_info *wl) in brcms_led_register()
Ducode_loader.c40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) in brcms_ucode_data_init()
Dphy_shim.c35 struct brcms_info *wl; /* pointer to os-specific private state */ member
39 struct brcms_info *wl, in wlc_phy_shim_attach()
Ddebug.c111 struct brcms_info *wl = drvr->ieee_hw->priv; in brcms_debugfs_macstat_read() local
Dmac80211_if.h38 struct brcms_info *wl; member
Dchannel.c700 struct brcms_info *wl = hw->priv; in brcms_reg_notifier() local
Dmain.h457 struct brcms_info *wl; member
Dmain.c7966 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, in brcms_c_attach()
/linux-4.4.14/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
760 static void scan_list_dump(struct gelic_wl_info *wl) in scan_list_dump()
786 struct gelic_wl_info *wl = port_wl(netdev_port(netdev)); in gelic_wl_set_auth() local
[all …]
Dps3_gelic_wireless.h297 static inline struct gelic_port *wl_port(struct gelic_wl_info *wl) in wl_port()
308 struct gelic_wl_info *wl; member
/linux-4.4.14/kernel/power/
Dwakelock.c40 struct wakelock *wl; in pm_show_wakelocks() local
92 static inline void wakelocks_lru_add(struct wakelock *wl) in wakelocks_lru_add()
97 static inline void wakelocks_lru_most_recent(struct wakelock *wl) in wakelocks_lru_most_recent()
104 struct wakelock *wl, *aux; in __wakelocks_gc() local
144 static inline void wakelocks_lru_add(struct wakelock *wl) {} in wakelocks_lru_add()
145 static inline void wakelocks_lru_most_recent(struct wakelock *wl) {} in wakelocks_lru_most_recent()
154 struct wakelock *wl; in wakelock_lookup_add() local
201 struct wakelock *wl; in pm_wake_lock() local
248 struct wakelock *wl; in pm_wake_unlock() local
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c169 static int b43legacy_ratelimit(struct b43legacy_wl *wl) in b43legacy_ratelimit()
180 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyinfo()
199 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr()
218 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacywarn()
238 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacydbg()
1168 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon0() local
1182 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon1() local
1192 struct b43legacy_wl *wl = dev->wl; in handle_irq_beacon() local
1240 struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl, in b43legacy_beacon_update_trigger_work() local
1261 static void b43legacy_update_templates(struct b43legacy_wl *wl) in b43legacy_update_templates()
[all …]
Dleds.c37 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_on() local
54 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_off() local
Drfkill.c54 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll() local
Db43legacy.h679 struct b43legacy_wl *wl; member
793 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode()
851 # define b43legacydbg(wl, fmt...) do { /* nothing */ } while (0) argument
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c374 static int b43_ratelimit(struct b43_wl *wl) in b43_ratelimit()
385 void b43info(struct b43_wl *wl, const char *fmt, ...) in b43info()
406 void b43err(struct b43_wl *wl, const char *fmt, ...) in b43err()
427 void b43warn(struct b43_wl *wl, const char *fmt, ...) in b43warn()
448 void b43dbg(struct b43_wl *wl, const char *fmt, ...) in b43dbg()
945 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_update_tkip_key() local
1714 struct b43_wl *wl = dev->wl; in b43_upload_beacon0() local
1724 struct b43_wl *wl = dev->wl; in b43_upload_beacon1() local
1734 struct b43_wl *wl = dev->wl; in handle_irq_beacon() local
1805 struct b43_wl *wl = container_of(work, struct b43_wl, in b43_beacon_update_trigger_work() local
[all …]
Dleds.c91 struct b43_wl *wl = container_of(leds, struct b43_wl, leds); in b43_leds_work() local
113 struct b43_wl *wl = led->wl; in b43_led_brightness_set() local
351 void b43_leds_unregister(struct b43_wl *wl) in b43_leds_unregister()
Dpio.c336 struct b43_wl *wl = dev->wl; in tx_write_2byte_queue() local
389 struct b43_wl *wl = dev->wl; in tx_write_4byte_queue() local
457 struct b43_wl *wl = dev->wl; in pio_tx_frame() local
612 struct b43_wl *wl = dev->wl; in pio_rx_frame() local
Drfkill.c38 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_rfkill_poll() local
Dleds.h17 struct b43_wl *wl; member
80 static inline void b43_leds_unregister(struct b43_wl *wl) in b43_leds_unregister()
Dphy_common.c481 struct b43_wl *wl = container_of(work, struct b43_wl, in b43_phy_txpower_adjust_work() local
Db43.h828 struct b43_wl *wl; member
988 static inline int b43_is_mode(struct b43_wl *wl, int type) in b43_is_mode()
997 static inline enum ieee80211_band b43_current_band(struct b43_wl *wl) in b43_current_band()
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c273 struct wilc *wl; in init_irq() local
443 struct wilc *wl; in linux_wlan_txq_task() local
891 struct wilc *wl; in wilc1000_wlan_deinit() local
957 struct wilc *wl; in wlan_init_locks() local
1058 struct wilc *wl; in wlan_deinitialize_threads() local
1080 struct wilc *wl = nic->wilc; in wilc1000_wlan_init() local
1215 struct wilc *wl; in mac_open() local
1433 struct wilc *wl; in mac_close() local
Dwilc_wfi_cfgoperations.c539 struct wilc *wl; in CfgConnectResult() local
1088 struct wilc *wl; in add_key() local
1362 struct wilc *wl; in del_key() local
2389 struct wilc *wl; in wilc_mgmt_frame_register() local
2536 struct wilc *wl; in change_virtual_intf() local
2883 struct wilc *wl; in start_ap() local
/linux-4.4.14/arch/s390/include/asm/
Dsfp-util.h35 #define umul_ppmm(wh, wl, u, v) ({ \ argument
/linux-4.4.14/arch/alpha/math-emu/
Dsfp-util.h13 #define umul_ppmm(wh, wl, u, v) \ argument
/linux-4.4.14/arch/sparc/math-emu/
Dsfp-util_64.h42 #define umul_ppmm(wh, wl, u, v) \ argument
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c327 wait_queue_t wl; in lnet_eq_wait_locked() local
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c358 int *bl, int *wl) { in maven_compute_bwlevel()
503 int bl, wl; in maven_init_TVdata() local
Dmatroxfb_g450.c132 int *wl) in g450_compute_bwlevel()
/linux-4.4.14/drivers/video/fbdev/
Dleo.c447 static void leo_wid_put(struct fb_info *info, struct fb_wid_list *wl) in leo_wid_put()
488 struct fb_wid_list wl; in leo_init_wids() local
/linux-4.4.14/sound/soc/codecs/
Dwm8955.c598 int wl; in wm8955_hw_params() local
Dwm2200.c1701 int i, bclk, lrclk, wl, fl, sr_code; in wm2200_hw_params() local
Dwm5100.c1405 int i, base, bclk, aif_rate, lrclk, wl, fl, sr; in wm5100_hw_params() local
Darizona.c1536 int bclk, lrclk, wl, frame, bclk_target; in arizona_hw_params() local
/linux-4.4.14/sound/soc/fsl/
Dfsl_ssi.c772 u32 wl = CCSR_SSI_SxCCR_WL(sample_size); in fsl_ssi_hw_params() local
/linux-4.4.14/include/net/
Dipv6.h405 __be32 wh, __be32 wl) in __ipv6_addr_set_half()
/linux-4.4.14/kernel/sched/
Dfair.c4572 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load()
4629 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load()
6807 unsigned long capacity, wl; in find_busiest_queue() local
/linux-4.4.14/lib/mpi/
Dlonglong.h613 #define umul_ppmm(wh, wl, u, v) \ argument
/linux-4.4.14/sound/pci/
Dintel8x0.c2893 const struct snd_pci_quirk *wl; in intel8x0_in_clock_list() local
/linux-4.4.14/drivers/block/
DDAC960.h2521 uint wl[2]; in dma_addr_writeql() member