| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ | 
| D | init.c | 159 					  struct wl12xx_vif *wlvif)  in wl1271_ap_init_deauth_template() 187 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wl1271_ap_init_null_template()  local 220 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wl1271_ap_init_qos_null_template()  local 262 					    struct wl12xx_vif *wlvif)  in wl12xx_init_phy_vif_config() 282 					 struct wl12xx_vif *wlvif)  in wl1271_init_sta_beacon_filter() 325 					struct wl12xx_vif *wlvif)  in wl1271_init_beacon_broadcast() 351 int wl1271_sta_hw_init(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl1271_sta_hw_init() 375 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wl1271_sta_hw_init_post_mem()  local 387 static int wl1271_ap_hw_init(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl1271_ap_hw_init() 405 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wl1271_ap_init_templates()  local [all …] 
 | 
| D | main.c | 58 static int wl12xx_set_authorized(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_set_authorized() 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() 141 	struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,  in wl1271_rx_streaming_enable_work()  local 177 	struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,  in wl1271_rx_streaming_disable_work()  local 202 	struct wl12xx_vif *wlvif = (struct wl12xx_vif *)data;  in wl1271_rx_streaming_timer()  local 222 	struct wl12xx_vif *wlvif = container_of(work, struct wl12xx_vif,  in wlcore_rc_update_work()  local 344 					struct wl12xx_vif *wlvif,  in wl12xx_irq_ps_regulate_link() 373 					   struct wl12xx_vif *wlvif,  in wl12xx_irq_update_links_status() 396 	struct wl12xx_vif *wlvif;  in wlcore_fw_status()  local [all …] 
 | 
| D | acx.c | 37 int wl1271_acx_wake_up_conditions(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_acx_wake_up_conditions() 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() 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() 261 				      struct wl12xx_vif *wlvif)  in wl1271_acx_service_period_timeout() 291 int wl1271_acx_rts_threshold(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_acx_rts_threshold() 355 int wl1271_acx_beacon_filter_opt(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_acx_beacon_filter_opt() 396 				   struct wl12xx_vif *wlvif)  in wl1271_acx_beacon_filter_table() 453 int wl1271_acx_conn_monit_params(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_acx_conn_monit_params() [all …] 
 | 
| D | cmd.c | 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() 425 				     struct wl12xx_vif *wlvif,  in wl12xx_cmd_role_start_dev() 476 				    struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_stop_dev() 511 int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_start_sta() 587 int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_stop_sta() 622 int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_start_ap() 729 int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_stop_ap() 760 int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl12xx_cmd_role_start_ibss() 982 int wl1271_cmd_ps_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_cmd_ps_mode() [all …] 
 | 
| D | tx.c | 44 				      struct wl12xx_vif *wlvif, u8 id)  in wl1271_set_default_wep_key() 89 						 struct wl12xx_vif *wlvif,  in wl1271_tx_ap_update_inconnection_sta() 120 				    struct wl12xx_vif *wlvif,  in wl1271_tx_regulate_link() 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() 203 static int wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_tx_allocate() 264 static void wl1271_tx_fill_hdr(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_tx_fill_hdr() 376 static int wl1271_prepare_tx_frame(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_prepare_tx_frame() 484 	struct wl12xx_vif *wlvif;  in wl1271_handle_tx_low_watermark()  local 564 						    struct wl12xx_vif *wlvif,  in wlcore_vif_dequeue_high_prio() [all …] 
 | 
| D | event.c | 34 	struct wl12xx_vif *wlvif;  in wlcore_event_rssi_trigger()  local 56 static void wl1271_stop_ba_event(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl1271_stop_ba_event() 84 	struct wl12xx_vif *wlvif;  in wlcore_event_soft_gemini_sense()  local 114 	struct wl12xx_vif *wlvif;  in wlcore_event_ba_rx_constraint()  local 136 	struct wl12xx_vif *wlvif;  in wlcore_event_channel_switch()  local 179 	struct wl12xx_vif *wlvif;  in wlcore_disconnect_sta()  local 238 	struct wl12xx_vif *wlvif;  in wlcore_event_beacon_loss()  local
  | 
| D | ps.c | 38 	struct wl12xx_vif *wlvif;  in wl1271_elp_work()  local 80 	struct wl12xx_vif *wlvif;  in wl1271_ps_elp_sleep()  local 175 int wl1271_ps_set_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif,  in wl1271_ps_set_mode() 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()
  | 
| D | hw_ops.h | 101 wlcore_hw_init_vif(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wlcore_hw_init_vif() 119 wlcore_hw_sta_get_ap_rate_mask(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wlcore_hw_sta_get_ap_rate_mask() 157 				     struct wl12xx_vif *wlvif)  in wlcore_hw_ap_get_mimo_wide_rate_mask() 214 wlcore_hw_sta_rc_update(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wlcore_hw_sta_rc_update() 316 wlcore_hw_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start)  in wlcore_hw_set_cac() 325 wlcore_hw_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wlcore_hw_dfs_master_restart()
  | 
| D | scan.c | 38 	struct wl12xx_vif *wlvif;  in wl1271_scan_complete_work()  local 95 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wlcore_started_vifs_iter()  local 344 	struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wlcore_scan()  local 380 				 struct wl12xx_vif *wlvif,  in wlcore_scan_sched_scan_ssid_list()
  | 
| D | debugfs.c | 273 	struct wl12xx_vif *wlvif;  in dynamic_ps_timeout_write()  local 337 	struct wl12xx_vif *wlvif;  in forced_ps_write()  local 440 	struct wl12xx_vif *wlvif;  in driver_state_read()  local 536 	struct wl12xx_vif *wlvif;  in vifs_state_read()  local 821 	struct wl12xx_vif *wlvif;  in rx_streaming_interval_write()  local 876 	struct wl12xx_vif *wlvif;  in rx_streaming_always_write()  local 931 	struct wl12xx_vif *wlvif;  in beacon_filtering_write()  local
  | 
| D | wlcore_i.h | 277 	struct wl12xx_vif *wlvif;  member 501 struct ieee80211_vif *wl12xx_wlvif_to_vif(struct wl12xx_vif *wlvif)  in wl12xx_wlvif_to_vif() 506 static inline bool wlcore_is_p2p_mgmt(struct wl12xx_vif *wlvif)  in wlcore_is_p2p_mgmt() 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
  | 
| D | tx.h | 215 int wlcore_tx_get_mac80211_queue(struct wl12xx_vif *wlvif, int queue)  in wlcore_tx_get_mac80211_queue()
  | 
| /linux-4.4.14/drivers/net/wireless/ti/wl18xx/ | 
| D | scan.c | 41 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() 170 				  struct wl12xx_vif *wlvif,  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()
  | 
| D | cmd.c | 29 			      struct wl12xx_vif *wlvif,  in wl18xx_cmd_channel_switch() 176 int wl18xx_cmd_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start)  in wl18xx_cmd_set_cac() 233 int wl18xx_cmd_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif)  in wl18xx_cmd_dfs_master_restart()
  | 
| D | tx.c | 65 			struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif);  in wl18xx_get_last_tx_rate()  local
  | 
| D | main.c | 1266 				       struct wl12xx_vif *wlvif)  in wl18xx_sta_get_ap_rate_mask() 1286 					     struct wl12xx_vif *wlvif)  in wl18xx_ap_get_mimo_wide_rate_mask() 1606 				 struct wl12xx_vif *wlvif)  in wl18xx_sta_rc_update()
  | 
| /linux-4.4.14/drivers/net/wireless/ti/wl12xx/ | 
| D | scan.c | 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() 322 				  struct wl12xx_vif *wlvif,  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()
  | 
| D | cmd.c | 289 			      struct wl12xx_vif *wlvif,  in wl12xx_cmd_channel_switch()
  | 
| D | main.c | 1472 				       struct wl12xx_vif *wlvif)  in wl12xx_sta_get_ap_rate_mask()
  |