Searched refs:wmi (Results 1 - 20 of 20) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dwmi.c89 struct wmi *ath9k_init_wmi(struct ath9k_htc_priv *priv)
91 struct wmi *wmi; local
93 wmi = kzalloc(sizeof(struct wmi), GFP_KERNEL);
94 if (!wmi)
97 wmi->drv_priv = priv;
98 wmi->stopped = false;
99 skb_queue_head_init(&wmi->wmi_event_queue);
100 spin_lock_init(&wmi
114 struct wmi *wmi = priv->wmi; local
135 struct wmi *wmi = (struct wmi *)data; local
194 ath9k_wmi_rsp_callback(struct wmi *wmi, struct sk_buff *skb) argument
207 struct wmi *wmi = (struct wmi *) priv; local
246 ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi, enum htc_endpoint_id *wmi_ctrl_epid) argument
270 ath9k_wmi_cmd_issue(struct wmi *wmi, struct sk_buff *skb, enum wmi_cmd_id cmd, u16 len) argument
283 ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id, u8 *cmd_buf, u32 cmd_len, u8 *rsp_buf, u32 rsp_len, u32 timeout) argument
[all...]
H A Dwmi.h140 struct wmi { struct
165 struct wmi *ath9k_init_wmi(struct ath9k_htc_priv *priv);
167 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi,
169 int ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id,
179 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, NULL, 0, \
186 ret = ath9k_wmi_cmd(priv->wmi, _wmi_cmd, \
H A Dhtc_drv_init.c199 ret = ath9k_wmi_connect(priv->htc, priv->wmi, &priv->wmi_cmd_ep);
295 r = ath9k_wmi_cmd(priv->wmi, WMI_REG_READ_CMDID,
322 ret = ath9k_wmi_cmd(priv->wmi, WMI_REG_READ_CMDID,
347 r = ath9k_wmi_cmd(priv->wmi, WMI_REG_WRITE_CMDID,
365 mutex_lock(&priv->wmi->multi_write_mutex);
368 priv->wmi->multi_write[priv->wmi->multi_write_idx].reg =
370 priv->wmi->multi_write[priv->wmi->multi_write_idx].val =
373 priv->wmi
[all...]
H A DMakefile49 wmi.o \
H A Dhtc_drv_txrx.c534 tasklet_kill(&priv->wmi->wmi_event_tasklet);
548 spin_lock_bh(&priv->wmi->event_lock);
549 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) {
553 spin_unlock_bh(&priv->wmi->event_lock);
656 spin_lock(&priv->wmi->event_lock);
658 &priv->wmi->pending_tx_events);
659 spin_unlock(&priv->wmi->event_lock);
749 spin_lock(&priv->wmi->event_lock);
750 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) {
770 spin_unlock(&priv->wmi
[all...]
H A Dhtc.h32 #include "wmi.h"
432 struct wmi *wmi; member in struct:ath9k_htc_priv
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c25 static int ath6kl_wmi_sync_point(struct wmi *wmi, u8 if_idx);
72 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id) argument
77 wmi->ep_id = ep_id;
80 enum htc_endpoint_id ath6kl_wmi_get_control_ep(struct wmi *wmi) argument
82 return wmi->ep_id;
109 int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struc argument
155 ath6kl_wmi_meta_add(struct wmi *wmi, struct sk_buff *skb, u8 *version, void *tx_meta_info) argument
183 ath6kl_wmi_data_hdr_add(struct wmi *wmi, struct sk_buff *skb, u8 msg_type, u32 flags, enum wmi_data_hdr_data_type data_type, u8 meta_ver, void *tx_meta_info, u8 if_idx) argument
247 ath6kl_wmi_implicit_create_pstream(struct wmi *wmi, u8 if_idx, struct sk_buff *skb, u32 layer2_priority, bool wmm_enabled, u8 *ac) argument
329 ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb) argument
443 ath6kl_wmi_remain_on_chnl_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
474 ath6kl_wmi_cancel_remain_on_chnl_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
511 ath6kl_wmi_tx_status_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
537 ath6kl_wmi_rx_probe_req_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
581 ath6kl_wmi_rx_action_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
666 ath6kl_wmi_simple_cmd(struct wmi *wmi, u8 if_idx, enum wmi_cmd_id cmd_id) argument
681 ath6kl_wmi_ready_event_rx(struct wmi *wmi, u8 *datap, int len) argument
701 ath6kl_wmi_set_roam_lrssi_cmd(struct wmi *wmi, u8 lrssi) argument
725 ath6kl_wmi_force_roam_cmd(struct wmi *wmi, const u8 *bssid) argument
745 ath6kl_wmi_set_roam_mode_cmd(struct wmi *wmi, enum wmi_roam_mode mode) argument
765 ath6kl_wmi_connect_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
897 ath6kl_wmi_regdomain_event(struct wmi *wmi, u8 *datap, int len) argument
930 ath6kl_wmi_disconnect_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
955 ath6kl_wmi_peer_node_event_rx(struct wmi *wmi, u8 *datap, int len) argument
974 ath6kl_wmi_tkip_micerr_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
996 ath6kl_wmi_bssinfo_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
1105 ath6kl_wmi_pstream_timeout_event_rx(struct wmi *wmi, u8 *datap, int len) argument
1132 ath6kl_wmi_bitrate_reply_rx(struct wmi *wmi, u8 *datap, int len) argument
1158 ath6kl_wmi_test_rx(struct wmi *wmi, u8 *datap, int len) argument
1165 ath6kl_wmi_ratemask_reply_rx(struct wmi *wmi, u8 *datap, int len) argument
1175 ath6kl_wmi_ch_list_reply_rx(struct wmi *wmi, u8 *datap, int len) argument
1185 ath6kl_wmi_tx_pwr_reply_rx(struct wmi *wmi, u8 *datap, int len) argument
1198 ath6kl_wmi_keepalive_reply_rx(struct wmi *wmi, u8 *datap, int len) argument
1208 ath6kl_wmi_scan_complete_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
1221 ath6kl_wmi_neighbor_report_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
1257 ath6kl_wmi_error_event_rx(struct wmi *wmi, u8 *datap, int len) argument
1281 ath6kl_wmi_stats_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
1325 ath6kl_wmi_send_rssi_threshold_params(struct wmi *wmi, struct wmi_rssi_threshold_params_cmd *rssi_cmd) argument
1342 ath6kl_wmi_rssi_threshold_event_rx(struct wmi *wmi, u8 *datap, int len) argument
1438 ath6kl_wmi_cac_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
1509 ath6kl_wmi_send_snr_threshold_params(struct wmi *wmi, struct wmi_snr_threshold_params_cmd *snr_cmd) argument
1526 ath6kl_wmi_snr_threshold_event_rx(struct wmi *wmi, u8 *datap, int len) argument
1616 ath6kl_wmi_aplist_event_rx(struct wmi *wmi, u8 *datap, int len) argument
1647 ath6kl_wmi_cmd_send(struct wmi *wmi, u8 if_idx, struct sk_buff *skb, enum wmi_cmd_id cmd_id, enum wmi_sync_flag sync_flag) argument
1709 ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx, enum network_type nw_type, enum dot11_auth_mode dot11_auth_mode, enum auth_mode auth_mode, enum crypto_type pairwise_crypto, u8 pairwise_crypto_len, enum crypto_type group_crypto, u8 group_crypto_len, int ssid_len, u8 *ssid, u8 *bssid, u16 channel, u32 ctrl_flags, u8 nw_subtype) argument
1769 ath6kl_wmi_reconnect_cmd(struct wmi *wmi, u8 if_idx, u8 *bssid, u16 channel) argument
1797 ath6kl_wmi_disconnect_cmd(struct wmi *wmi, u8 if_idx) argument
1811 ath6kl_wmi_beginscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list, u32 no_cck, u32 *rates) argument
1877 ath6kl_wmi_startscan_cmd(struct wmi *wmi, u8 if_idx, enum wmi_scan_type scan_type, u32 force_fgscan, u32 is_legacy, u32 home_dwell_time, u32 force_scan_interval, s8 num_chan, u16 *ch_list) argument
1920 ath6kl_wmi_scanparams_cmd(struct wmi *wmi, u8 if_idx, u16 fg_start_sec, u16 fg_end_sec, u16 bg_sec, u16 minact_chdw_msec, u16 maxact_chdw_msec, u16 pas_chdw_msec, u8 short_scan_ratio, u8 scan_ctrl_flag, u32 max_dfsch_act_time, u16 maxact_scan_per_ssid) argument
1953 ath6kl_wmi_bssfilter_cmd(struct wmi *wmi, u8 if_idx, u8 filter, u32 ie_mask) argument
1975 ath6kl_wmi_probedssid_cmd(struct wmi *wmi, u8 if_idx, u8 index, u8 flag, u8 ssid_len, u8 *ssid) argument
2012 ath6kl_wmi_listeninterval_cmd(struct wmi *wmi, u8 if_idx, u16 listen_interval, u16 listen_beacons) argument
2033 ath6kl_wmi_bmisstime_cmd(struct wmi *wmi, u8 if_idx, u16 bmiss_time, u16 num_beacons) argument
2053 ath6kl_wmi_powermode_cmd(struct wmi *wmi, u8 if_idx, u8 pwr_mode) argument
2072 ath6kl_wmi_pmparams_cmd(struct wmi *wmi, u8 if_idx, u16 idle_period, u16 ps_poll_num, u16 dtim_policy, u16 tx_wakeup_policy, u16 num_tx_to_wakeup, u16 ps_fail_event_policy) argument
2098 ath6kl_wmi_disctimeout_cmd(struct wmi *wmi, u8 if_idx, u8 timeout) argument
2120 ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index, enum crypto_type key_type, u8 key_usage, u8 key_len, u8 *key_rsc, unsigned int key_rsc_len, u8 *key_material, u8 key_op_ctrl, u8 *mac_addr, enum wmi_sync_flag sync_flag) argument
2168 ath6kl_wmi_add_krk_cmd(struct wmi *wmi, u8 if_idx, u8 *krk) argument
2187 ath6kl_wmi_deletekey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index) argument
2209 ath6kl_wmi_setpmkid_cmd(struct wmi *wmi, u8 if_idx, const u8 *bssid, const u8 *pmkid, bool set) argument
2242 ath6kl_wmi_data_sync_send(struct wmi *wmi, struct sk_buff *skb, enum htc_endpoint_id ep_id, u8 if_idx) argument
2262 ath6kl_wmi_sync_point(struct wmi *wmi, u8 if_idx) argument
2360 ath6kl_wmi_create_pstream_cmd(struct wmi *wmi, u8 if_idx, struct wmi_create_pstream_cmd *params) argument
2454 ath6kl_wmi_delete_pstream_cmd(struct wmi *wmi, u8 if_idx, u8 traffic_class, u8 tsid) argument
2512 ath6kl_wmi_set_ip_cmd(struct wmi *wmi, u8 if_idx, __be32 ips0, __be32 ips1) argument
2537 ath6kl_wmi_relinquish_implicit_pstream_credits(struct wmi *wmi) argument
2586 ath6kl_wmi_set_host_sleep_mode_cmd(struct wmi *wmi, u8 if_idx, enum ath6kl_host_mode host_mode) argument
2618 ath6kl_wmi_host_sleep_mode_cmd_prcd_evt_rx(struct wmi *wmi, struct ath6kl_vif *vif) argument
2629 ath6kl_wmi_set_wow_mode_cmd(struct wmi *wmi, u8 if_idx, enum ath6kl_wow_mode wow_mode, u32 filter, u16 host_req_delay) argument
2657 ath6kl_wmi_add_wow_pattern_cmd(struct wmi *wmi, u8 if_idx, u8 list_id, u8 filter_size, u8 filter_offset, const u8 *filter, const u8 *mask) argument
2694 ath6kl_wmi_del_wow_pattern_cmd(struct wmi *wmi, u8 if_idx, u16 list_id, u16 filter_id) argument
2714 ath6kl_wmi_cmd_send_xtnd(struct wmi *wmi, struct sk_buff *skb, enum wmix_command_id cmd_id, enum wmi_sync_flag sync_flag) argument
2731 ath6kl_wmi_get_challenge_resp_cmd(struct wmi *wmi, u32 cookie, u32 source) argument
2750 ath6kl_wmi_config_debug_module_cmd(struct wmi *wmi, u32 valid, u32 config) argument
2769 ath6kl_wmi_get_stats_cmd(struct wmi *wmi, u8 if_idx) argument
2774 ath6kl_wmi_set_tx_pwr_cmd(struct wmi *wmi, u8 if_idx, u8 dbM) argument
2793 ath6kl_wmi_get_tx_pwr_cmd(struct wmi *wmi, u8 if_idx) argument
2798 ath6kl_wmi_get_roam_tbl_cmd(struct wmi *wmi) argument
2803 ath6kl_wmi_set_lpreamble_cmd(struct wmi *wmi, u8 if_idx, u8 status, u8 preamble_policy) argument
2823 ath6kl_wmi_set_rts_cmd(struct wmi *wmi, u16 threshold) argument
2841 ath6kl_wmi_set_wmm_txop(struct wmi *wmi, u8 if_idx, enum wmi_txop_cfg cfg) argument
2862 ath6kl_wmi_set_keepalive_cmd(struct wmi *wmi, u8 if_idx, u8 keep_alive_intvl) argument
2885 ath6kl_wmi_test_cmd(struct wmi *wmi, void *buf, size_t len) argument
2901 ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on) argument
2919 ath6kl_wmi_add_del_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, u8 *filter, bool add_filter) argument
2955 ath6kl_wmi_get_pmkid_list_event_rx(struct wmi *wmi, u8 *datap, u32 len) argument
2974 ath6kl_wmi_addba_req_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
2985 ath6kl_wmi_delba_req_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
3039 ath6kl_wmi_ap_hidden_ssid(struct wmi *wmi, u8 if_idx, bool enable) argument
3056 ath6kl_wmi_ap_set_apsd(struct wmi *wmi, u8 if_idx, u8 enable) argument
3072 ath6kl_wmi_set_apsd_bfrd_traf(struct wmi *wmi, u8 if_idx, u16 aid, u16 bitmap, u32 flags) argument
3092 ath6kl_wmi_pspoll_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
3107 ath6kl_wmi_dtimexpiry_event_rx(struct wmi *wmi, u8 *datap, int len, struct ath6kl_vif *vif) argument
3115 ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, bool flag) argument
3137 ath6kl_wmi_set_rx_frame_format_cmd(struct wmi *wmi, u8 if_idx, u8 rx_meta_ver, bool rx_dot11_hdr, bool defrag_on_host) argument
3161 ath6kl_wmi_set_appie_cmd(struct wmi *wmi, u8 if_idx, u8 mgmt_frm_type, const u8 *ie, u8 ie_len) argument
3184 ath6kl_wmi_disable_11b_rates_cmd(struct wmi *wmi, bool disable) argument
3202 ath6kl_wmi_remain_on_chnl_cmd(struct wmi *wmi, u8 if_idx, u32 freq, u32 dur) argument
3224 ath6kl_wmi_send_action_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len) argument
3262 __ath6kl_wmi_send_mgmt_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len, u32 no_cck) argument
3301 ath6kl_wmi_send_mgmt_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len, u32 no_cck) argument
3327 ath6kl_wmi_send_probe_response_cmd(struct wmi *wmi, u8 if_idx, u32 freq, const u8 *dst, const u8 *data, u16 data_len) argument
3354 ath6kl_wmi_probe_report_req_cmd(struct wmi *wmi, u8 if_idx, bool enable) argument
3371 ath6kl_wmi_info_req_cmd(struct wmi *wmi, u8 if_idx, u32 info_req_flags) argument
3388 ath6kl_wmi_cancel_remain_on_chnl_cmd(struct wmi *wmi, u8 if_idx) argument
3395 ath6kl_wmi_control_rx_xtnd(struct wmi *wmi, struct sk_buff *skb) argument
3433 ath6kl_wmi_roam_tbl_event_rx(struct wmi *wmi, u8 *datap, int len) argument
3439 ath6kl_wmi_proc_events_vif(struct wmi *wmi, u16 if_idx, u16 cmd_id, u8 *datap, u32 len) argument
3519 ath6kl_wmi_proc_events(struct wmi *wmi, struct sk_buff *skb) argument
3668 ath6kl_wmi_control_rx(struct wmi *wmi, struct sk_buff *skb) argument
3682 ath6kl_wmi_reset(struct wmi *wmi) argument
3694 struct wmi *wmi; local
3711 ath6kl_wmi_shutdown(struct wmi *wmi) argument
[all...]
H A Dwmi.h109 struct wmi { struct
2370 enum htc_endpoint_id ath6kl_wmi_get_control_ep(struct wmi *wmi);
2371 void ath6kl_wmi_set_control_ep(struct wmi *wmi, enum htc_endpoint_id ep_id);
2372 int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb);
2373 int ath6kl_wmi_data_hdr_add(struct wmi *wmi, struct sk_buff *skb,
2378 int ath6kl_wmi_dot11_hdr_remove(struct wmi *wm
[all...]
H A DMakefile34 ath6kl_core-y += wmi.o
H A Dcfg80211.c145 ath6kl_wmi_set_host_sleep_mode_cmd(ar->wmi, vif->fw_vif_idx,
280 ath6kl_err("wmi is not ready\n");
352 ret = ath6kl_wmi_set_appie_cmd(ar->wmi, vif->fw_vif_idx,
421 return ar->tx_pending[ath6kl_wmi_get_control_ep(ar->wmi)] == 0;
464 if (ar->tx_pending[ath6kl_wmi_get_control_ep(ar->wmi)]) {
491 status = ath6kl_wmi_reconnect_cmd(ar->wmi, vif->fw_vif_idx,
553 ath6kl_wmi_addkey_cmd(ar->wmi, vif->fw_vif_idx, sme->key_idx,
564 if (ath6kl_wmi_bssfilter_cmd(ar->wmi, vif->fw_vif_idx,
591 status = ath6kl_wmi_listeninterval_cmd(ar->wmi, vif->fw_vif_idx,
601 status = ath6kl_wmi_connect_cmd(ar->wmi, vi
[all...]
H A Dcore.c94 ar->wmi = ath6kl_wmi_init(ar);
95 if (!ar->wmi) {
96 ath6kl_err("failed to initialize wmi\n");
101 ath6kl_dbg(ATH6KL_DBG_TRC, "%s: got wmi @ 0x%p.\n", __func__, ar->wmi);
185 ath6kl_wmi_shutdown(ar->wmi);
187 ar->wmi = NULL;
H A Dtestmode.c91 ath6kl_wmi_test_cmd(ar->wmi, buf, buf_len);
H A Dmain.c385 ath6kl_wmi_addkey_cmd(vif->ar->wmi, vif->fw_vif_idx,
426 ar->wmi, vif->fw_vif_idx, ik->key_index, ik->key_type,
437 ath6kl_wmi_bssfilter_cmd(ar->wmi, vif->fw_vif_idx, NONE_BSS_FILTER, 0);
530 ath6kl_wmi_disconnect_cmd(vif->ar->wmi, vif->fw_vif_idx);
578 ath6kl_wmi_bssfilter_cmd(ar->wmi, vif->fw_vif_idx,
603 ath6kl_wmi_listeninterval_cmd(ar->wmi, vif->fw_vif_idx,
626 ath6kl_wmi_bssfilter_cmd(ar->wmi, vif->fw_vif_idx,
849 ath6kl_wmi_send_mgmt_cmd(ar->wmi, vif->fw_vif_idx,
869 ath6kl_wmi_set_pvb_cmd(ar->wmi, vif->fw_vif_idx, conn->aid, 0);
913 ath6kl_wmi_set_pvb_cmd(ar->wmi, vi
[all...]
H A Dinit.c229 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint);
388 ret = ath6kl_wmi_set_rx_frame_format_cmd(ar->wmi, idx,
396 ret = ath6kl_wmi_pmparams_cmd(ar->wmi, idx, 0, 1, 0, 0, 1,
406 ret = ath6kl_wmi_set_lpreamble_cmd(ar->wmi, idx, 0,
415 ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, idx,
422 ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, idx,
430 ret = ath6kl_wmi_set_wmm_txop(ar->wmi, idx, WMI_TXOP_DISABLED);
438 ret = ath6kl_wmi_info_req_cmd(ar->wmi, idx,
452 ret = ath6kl_wmi_probe_report_req_cmd(ar->wmi, idx, true);
1546 ath6kl_err("wmi i
[all...]
H A Ddebug.c475 ret = ath6kl_wmi_config_debug_module_cmd(ar->wmi,
521 if (ath6kl_wmi_get_stats_cmd(ar->wmi, 0)) {
975 ath6kl_wmi_set_roam_lrssi_cmd(ar->wmi, ar->lrssi_roam_threshold);
1114 ret = ath6kl_wmi_get_roam_tbl_cmd(ar->wmi);
1192 ret = ath6kl_wmi_force_roam_cmd(ar->wmi, bssid);
1232 ret = ath6kl_wmi_set_roam_mode_cmd(ar->wmi, mode);
1275 ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, 0, val);
1320 ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, 0, val);
1502 ath6kl_wmi_create_pstream_cmd(ar->wmi, vif->fw_vif_idx, &pstream);
1549 ath6kl_wmi_delete_pstream_cmd(ar->wmi, vi
[all...]
H A Dtxrx.c161 ath6kl_wmi_set_apsd_bfrd_traf(ar->wmi,
198 ath6kl_wmi_set_pvb_cmd(ar->wmi,
243 ath6kl_wmi_set_pvb_cmd(ar->wmi,
303 ath6kl_err("wmi ctrl ep full, dropping pkt : 0x%p, len:%d\n",
400 if (ath6kl_wmi_dix_2_dot3(ar->wmi, skb)) {
419 ret = ath6kl_wmi_data_hdr_add(ar->wmi, skb,
425 ath6kl_warn("failed to add wmi data header:%d\n"
435 ret = ath6kl_wmi_implicit_create_pstream(ar->wmi,
592 ath6kl_err("wmi ctrl ep is full\n");
1268 ath6kl_wmi_set_apsd_bfrd_traf(ar->wmi,
[all...]
H A Dcore.h28 #include "wmi.h"
571 struct wmi *wmi; member in struct:ath6kl
/drivers/platform/x86/
H A DMakefile6 obj-$(CONFIG_ASUS_WMI) += asus-wmi.o
7 obj-$(CONFIG_ASUS_NB_WMI) += asus-nb-wmi.o
9 obj-$(CONFIG_EEEPC_WMI) += eeepc-wmi.o
14 obj-$(CONFIG_DELL_WMI) += dell-wmi.o
15 obj-$(CONFIG_DELL_WMI_AIO) += dell-wmi-aio.o
16 obj-$(CONFIG_ACER_WMI) += acer-wmi.o
19 obj-$(CONFIG_HP_WMI) += hp-wmi.o
21 obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o
30 obj-$(CONFIG_ACPI_WMI) += wmi.o
31 obj-$(CONFIG_MSI_WMI) += msi-wmi
[all...]
H A DKconfig107 be called dell-wmi.
119 be called dell-wmi-aio.
212 be called hp-wmi.
484 doesn't work on your Eee PC, try eeepc-wmi instead.
502 be called asus-wmi.
512 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
525 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
561 be called msi-wmi.
/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c8 #include <linux/mxm-wmi.h>

Completed in 385 milliseconds