Searched defs:ar (Results 126 - 150 of 171) sorted by last modified time

1234567

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpeer.c184 void ath12k_peer_cleanup(struct ath12k *ar, u32 vdev_id) argument
207 static int ath12k_wait_for_peer_deleted(struct ath12k *ar, int vdev_id, const u8 *addr) argument
212 int ath12k_wait_for_peer_delete_done(struct ath12k *ar, u32 vdev_id, argument
234 ath12k_peer_delete(struct ath12k *ar, u32 vdev_id, u8 *addr) argument
259 ath12k_wait_for_peer_created(struct ath12k *ar, int vdev_id, const u8 *addr) argument
264 ath12k_peer_create(struct ath12k *ar, struct ath12k_vif *arvif, struct ieee80211_sta *sta, struct ath12k_wmi_peer_create_arg *arg) argument
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h148 u8 ar[AQ_HW_MULTICAST_ADDRESS_MAX][ETH_ALEN]; member in struct:aq_nic_s::__anon13
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dfw.c20 static const void *carl9170_fw_find_desc(struct ar9170 *ar, const u8 descid[4], argument
39 static int carl9170_fw_verify_descs(struct ar9170 *ar, argument
82 static void carl9170_fw_info(struct ar9170 *ar) argument
131 static int carl9170_fw_checksum(struct ar9170 *ar, cons argument
188 carl9170_fw_tx_sequence(struct ar9170 *ar) argument
205 carl9170_fw_set_if_combinations(struct ar9170 *ar, u16 if_comb_types) argument
223 carl9170_fw(struct ar9170 *ar, const __u8 *data, size_t len) argument
365 carl9170_find_fw_desc(struct ar9170 *ar, const __u8 *fw_data, const size_t len) argument
394 carl9170_parse_firmware(struct ar9170 *ar) argument
[all...]
H A Dcarl9170.h201 struct ar9170 *ar; member in struct:carl9170_led
497 struct ar9170 *ar; member in struct:carl9170_tx_info
506 static inline void __carl9170_set_state(struct ar9170 *ar, argument
512 static inline void carl9170_set_state(struct ar9170 *ar, argument
522 static inline void carl9170_set_state_when(struct ar9170 *ar, argument
645 carl9170_get_main_vif(struct ar9170 *ar) argument
657 is_main_vif(struct ar9170 *ar, struct ieee80211_vif *vif) argument
[all...]
H A Dmac.c44 int carl9170_set_dyn_sifs_ack(struct ar9170 *ar) argument
60 int carl9170_set_rts_cts_rate(struct ar9170 *ar) argument
84 int carl9170_set_slot_time(struct ar9170 *ar) argument
106 carl9170_set_mac_rates(struct ar9170 *ar) argument
136 carl9170_set_qos(struct ar9170 *ar) argument
171 carl9170_init_mac(struct ar9170 *ar) argument
257 carl9170_set_mac_reg(struct ar9170 *ar, const u32 reg, const u8 *mac) argument
275 carl9170_mod_virtual_mac(struct ar9170 *ar, const unsigned int id, const u8 *mac) argument
285 carl9170_update_multicast(struct ar9170 *ar, const u64 mc_hash) argument
301 carl9170_set_operating_mode(struct ar9170 *ar) argument
392 carl9170_set_hwretry_limit(struct ar9170 *ar, const unsigned int max_retry) argument
399 carl9170_set_beacon_timers(struct ar9170 *ar) argument
470 carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac, const u8 ktype, const u8 keyidx, const u8 *keydata, const int keylen) argument
491 carl9170_disable_key(struct ar9170 *ar, const u8 id) argument
501 carl9170_set_mac_tpc(struct ar9170 *ar, struct ieee80211_channel *channel) argument
[all...]
H A Ddebug.c66 struct ar9170 *ar; local
117 struct ar9170 *ar; local
216 carl9170_debugfs_mem_usage_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
239 carl9170_debugfs_qos_stat_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
283 carl9170_debugfs_format_frame(struct ar9170 *ar, struct sk_buff *skb, const char *prefix, char *buf, ssize_t *off, ssize_t bufsize) argument
300 carl9170_debugfs_ampdu_state_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
356 carl9170_debugfs_queue_dump(struct ar9170 *ar, char *buf, ssize_t *len, size_t bufsize, struct sk_buff_head *queue) argument
382 carl9170_debugfs_sta_psm_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
398 carl9170_debugfs_tx_stuck_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
416 carl9170_debugfs_phy_noise_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
436 carl9170_debugfs_vif_dump_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *len) argument
544 carl9170_debugfs_hw_ioread32_write(struct ar9170 *ar, const char *buf, size_t count) argument
595 carl9170_debugfs_hw_ioread32_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *ret) argument
616 carl9170_debugfs_bug_write(struct ar9170 *ar, const char *buf, size_t count) argument
663 carl9170_debugfs_bug_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *ret) argument
691 carl9170_debugfs_erp_read(struct ar9170 *ar, char *buf, size_t bufsize, ssize_t *ret) argument
699 carl9170_debugfs_erp_write(struct ar9170 *ar, const char *buf, size_t count) argument
721 carl9170_debugfs_hw_iowrite32_write(struct ar9170 *ar, const char *buf, size_t count) argument
813 carl9170_debugfs_register(struct ar9170 *ar) argument
883 carl9170_debugfs_unregister(struct ar9170 *ar) argument
[all...]
H A Drx.c49 static void carl9170_dbg_message(struct ar9170 *ar, const char *buf, u32 len) argument
76 static void carl9170_handle_ps(struct ar9170 *ar, struct carl9170_rsp *rsp) argument
96 carl9170_check_sequence(struct ar9170 *ar, unsigned int seq) argument
129 carl9170_cmd_callback(struct ar9170 *ar, u32 len, void *buffer) argument
161 carl9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len) argument
289 carl9170_rx_mac_status(struct ar9170 *ar, struct ar9170_rx_head *head, struct ar9170_rx_macstatus *mac, struct ieee80211_rx_status *status) argument
442 carl9170_rx_phy_status(struct ar9170 *ar, struct ar9170_rx_phystatus *phy, struct ieee80211_rx_status *status) argument
518 carl9170_ps_beacon(struct ar9170 *ar, void *data, unsigned int len) argument
573 carl9170_ba_check(struct ar9170 *ar, void *data, unsigned int len) argument
620 carl9170_ampdu_check(struct ar9170 *ar, u8 *buf, u8 ms, struct ieee80211_rx_status *rx_status) argument
659 carl9170_handle_mpdu(struct ar9170 *ar, u8 *buf, int len, struct ieee80211_rx_status *status) argument
697 carl9170_rx_untie_data(struct ar9170 *ar, u8 *buf, int len) argument
825 carl9170_rx_untie_cmds(struct ar9170 *ar, const u8 *respbuf, const unsigned int resplen) argument
854 __carl9170_rx(struct ar9170 *ar, u8 *buf, unsigned int len) argument
875 carl9170_rx_stream(struct ar9170 *ar, void *buf, unsigned int len) argument
1007 carl9170_rx(struct ar9170 *ar, void *buf, unsigned int len) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dthermal.h34 static inline int ath10k_thermal_register(struct ath10k *ar) argument
39 static inline void ath10k_thermal_unregister(struct ath10k *ar) argument
43 static inline void ath10k_thermal_event_temperature(struct ath10k *ar, argument
48 static inline void ath10k_thermal_set_throttling(struct ath10k *ar) argument
H A Dtxrx.c14 static void ath10k_report_offchan_tx(struct ath10k *ar, struct sk_buff *skb) argument
47 struct ath10k *ar local
150 ath10k_peer_find(struct ath10k *ar, int vdev_id, const u8 *addr) argument
169 ath10k_peer_find_by_id(struct ath10k *ar, int peer_id) argument
185 ath10k_wait_for_peer_common(struct ath10k *ar, int vdev_id, const u8 *addr, bool expect_mapped) argument
207 ath10k_wait_for_peer_created(struct ath10k *ar, int vdev_id, const u8 *addr) argument
212 ath10k_wait_for_peer_deleted(struct ath10k *ar, int vdev_id, const u8 *addr) argument
220 struct ath10k *ar = htt->ar; local
256 struct ath10k *ar = htt->ar; local
[all...]
H A Dsnoc.h60 struct ath10k *ar; member in struct:ath10k_snoc
89 static inline struct ath10k_snoc *ath10k_snoc_priv(struct ath10k *ar) argument
H A Ddebug.h115 ath10k_debug_get_fw_dbglog_mask(struct ath10k *ar) argument
120 ath10k_debug_get_fw_dbglog_level(struct ath10k *ar) argument
125 ath10k_debug_is_extd_tx_stats_enabled(struct ath10k *ar) argument
134 ath10k_debug_start(struct ath10k *ar) argument
139 ath10k_debug_stop(struct ath10k *ar) argument
143 ath10k_debug_create(struct ath10k *ar) argument
148 ath10k_debug_destroy(struct ath10k *ar) argument
152 ath10k_debug_register(struct ath10k *ar) argument
157 ath10k_debug_unregister(struct ath10k *ar) argument
161 ath10k_debug_fw_stats_process(struct ath10k *ar, struct sk_buff *skb) argument
166 ath10k_debug_tpc_stats_process(struct ath10k *ar, struct ath10k_tpc_stats *tpc_stats) argument
173 ath10k_debug_tpc_stats_final_process(struct ath10k *ar, struct ath10k_tpc_stats_final *tpc_stats) argument
179 ath10k_debug_dbglog_add(struct ath10k *ar, u8 *buffer, int len) argument
184 ath10k_debug_get_fw_dbglog_mask(struct ath10k *ar) argument
189 ath10k_debug_get_fw_dbglog_level(struct ath10k *ar) argument
194 ath10k_debug_is_extd_tx_stats_enabled(struct ath10k *ar) argument
199 ath10k_debug_fw_stats_request(struct ath10k *ar) argument
229 ath10k_sta_update_rx_duration(struct ath10k *ar, struct ath10k_fw_stats *stats) argument
235 ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, unsigned long num_msdus, enum ath10k_pkt_rx_err err, unsigned long unchain_cnt, unsigned long drop_cnt, unsigned long drop_cnt_filter, unsigned long queued_msdus) argument
246 ath10k_sta_update_rx_tid_stats_ampdu(struct ath10k *ar, u16 peer_id, u8 tid, struct htt_rx_indication_mpdu_range *ranges, int num_ranges) argument
264 __ath10k_dbg(struct ath10k *ar, enum ath10k_debug_mask dbg_mask, const char *fmt, ...) argument
271 ath10k_dbg_dump(struct ath10k *ar, enum ath10k_debug_mask mask, const char *msg, const char *prefix, const void *buf, size_t len) argument
[all...]
H A Dp2p.c73 struct ath10k *ar = arvif->ar; local
86 struct ath10k *ar = arvif->ar; local
109 struct ath10k *ar = arvif->ar; local
133 ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id, const struct wmi_p2p_noa_info *noa) argument
[all...]
H A Dwmi-ops.h235 ath10k_wmi_rx(struct ath10k *ar, struct sk_buff *skb) argument
245 ath10k_wmi_map_svc(struct ath10k *ar, const __le32 *in, unsigned long *out, size_t len) argument
256 ath10k_wmi_map_svc_ext(struct ath10k *ar, const __le32 *in, unsigned long *out, size_t len) argument
267 ath10k_wmi_pull_scan(struct ath10k *ar, struct sk_buff *skb, struct wmi_scan_ev_arg *arg) argument
277 ath10k_wmi_pull_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb, struct wmi_tlv_mgmt_tx_compl_ev_arg *arg) argument
287 ath10k_wmi_pull_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb, struct wmi_tlv_mgmt_tx_bundle_compl_ev_arg *arg) argument
297 ath10k_wmi_pull_mgmt_rx(struct ath10k *ar, struct sk_buff *skb, struct wmi_mgmt_rx_ev_arg *arg) argument
307 ath10k_wmi_pull_ch_info(struct ath10k *ar, struct sk_buff *skb, struct wmi_ch_info_ev_arg *arg) argument
317 ath10k_wmi_pull_vdev_start(struct ath10k *ar, struct sk_buff *skb, struct wmi_vdev_start_ev_arg *arg) argument
327 ath10k_wmi_pull_peer_kick(struct ath10k *ar, struct sk_buff *skb, struct wmi_peer_kick_ev_arg *arg) argument
337 ath10k_wmi_pull_swba(struct ath10k *ar, struct sk_buff *skb, struct wmi_swba_ev_arg *arg) argument
347 ath10k_wmi_pull_phyerr_hdr(struct ath10k *ar, struct sk_buff *skb, struct wmi_phyerr_hdr_arg *arg) argument
357 ath10k_wmi_pull_phyerr(struct ath10k *ar, const void *phyerr_buf, int left_len, struct wmi_phyerr_ev_arg *arg) argument
367 ath10k_wmi_pull_svc_rdy(struct ath10k *ar, struct sk_buff *skb, struct wmi_svc_rdy_ev_arg *arg) argument
377 ath10k_wmi_pull_rdy(struct ath10k *ar, struct sk_buff *skb, struct wmi_rdy_ev_arg *arg) argument
387 ath10k_wmi_pull_svc_avail(struct ath10k *ar, struct sk_buff *skb, struct wmi_svc_avail_ev_arg *arg) argument
396 ath10k_wmi_pull_fw_stats(struct ath10k *ar, struct sk_buff *skb, struct ath10k_fw_stats *stats) argument
406 ath10k_wmi_pull_roam_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_roam_ev_arg *arg) argument
416 ath10k_wmi_pull_wow_event(struct ath10k *ar, struct sk_buff *skb, struct wmi_wow_ev_arg *arg) argument
426 ath10k_wmi_pull_echo_ev(struct ath10k *ar, struct sk_buff *skb, struct wmi_echo_ev_arg *arg) argument
436 ath10k_wmi_pull_dfs_status(struct ath10k *ar, struct sk_buff *skb, struct wmi_dfs_status_ev_arg *arg) argument
446 ath10k_wmi_get_txbf_conf_scheme(struct ath10k *ar) argument
455 ath10k_wmi_cleanup_mgmt_tx_send(struct ath10k *ar, struct sk_buff *msdu) argument
464 ath10k_wmi_mgmt_tx_send(struct ath10k *ar, struct sk_buff *msdu, dma_addr_t paddr) argument
486 ath10k_wmi_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) argument
514 ath10k_wmi_pdev_set_regdomain(struct ath10k *ar, u16 rd, u16 rd2g, u16 rd5g, u16 ctl2g, u16 ctl5g, enum wmi_dfs_region dfs_reg) argument
533 ath10k_wmi_pdev_set_base_macaddr(struct ath10k *ar, const u8 macaddr[ETH_ALEN]) argument
549 ath10k_wmi_pdev_suspend_target(struct ath10k *ar, u32 suspend_opt) argument
564 ath10k_wmi_pdev_resume_target(struct ath10k *ar) argument
579 ath10k_wmi_pdev_set_param(struct ath10k *ar, u32 id, u32 value) argument
594 ath10k_wmi_cmd_init(struct ath10k *ar) argument
609 ath10k_wmi_start_scan(struct ath10k *ar, const struct wmi_start_scan_arg *arg) argument
625 ath10k_wmi_stop_scan(struct ath10k *ar, const struct wmi_stop_scan_arg *arg) argument
640 ath10k_wmi_vdev_create(struct ath10k *ar, u32 vdev_id, enum wmi_vdev_type type, enum wmi_vdev_subtype subtype, const u8 macaddr[ETH_ALEN]) argument
658 ath10k_wmi_vdev_delete(struct ath10k *ar, u32 vdev_id) argument
673 ath10k_wmi_vdev_start(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg) argument
690 ath10k_wmi_vdev_restart(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg) argument
707 ath10k_wmi_vdev_stop(struct ath10k *ar, u32 vdev_id) argument
722 ath10k_wmi_vdev_up(struct ath10k *ar, u32 vdev_id, u32 aid, const u8 *bssid) argument
737 ath10k_wmi_vdev_down(struct ath10k *ar, u32 vdev_id) argument
752 ath10k_wmi_vdev_set_param(struct ath10k *ar, u32 vdev_id, u32 param_id, u32 param_value) argument
769 ath10k_wmi_vdev_install_key(struct ath10k *ar, const struct wmi_vdev_install_key_arg *arg) argument
786 ath10k_wmi_vdev_spectral_conf(struct ath10k *ar, const struct wmi_vdev_spectral_conf_arg *arg) argument
804 ath10k_wmi_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id, u32 trigger, u32 enable) argument
823 ath10k_wmi_vdev_sta_uapsd(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], const struct wmi_sta_uapsd_auto_trig_arg *args, u32 num_ac) argument
844 ath10k_wmi_vdev_wmm_conf(struct ath10k *ar, u32 vdev_id, const struct wmi_wmm_params_all_arg *arg) argument
859 ath10k_wmi_peer_create(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], enum wmi_peer_type peer_type) argument
876 ath10k_wmi_peer_delete(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN]) argument
892 ath10k_wmi_peer_flush(struct ath10k *ar, u32 vdev_id, const u8 peer_addr[ETH_ALEN], u32 tid_bitmap) argument
908 ath10k_wmi_peer_set_param(struct ath10k *ar, u32 vdev_id, const u8 *peer_addr, enum wmi_peer_param param_id, u32 param_value) argument
925 ath10k_wmi_set_psmode(struct ath10k *ar, u32 vdev_id, enum wmi_sta_ps_mode psmode) argument
942 ath10k_wmi_set_sta_ps_param(struct ath10k *ar, u32 vdev_id, enum wmi_sta_powersave_param param_id, u32 value) argument
959 ath10k_wmi_set_ap_ps_param(struct ath10k *ar, u32 vdev_id, const u8 *mac, enum wmi_ap_ps_peer_param param_id, u32 value) argument
976 ath10k_wmi_scan_chan_list(struct ath10k *ar, const struct wmi_scan_chan_list_arg *arg) argument
992 ath10k_wmi_scan_prob_req_oui(struct ath10k *ar, const u8 mac_addr[ETH_ALEN]) argument
1012 ath10k_wmi_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) argument
1028 ath10k_wmi_beacon_send_ref_nowait(struct ath10k *ar, u32 vdev_id, const void *bcn, size_t bcn_len, u32 bcn_paddr, bool dtim_zero, bool deliver_cab) argument
1055 ath10k_wmi_pdev_set_wmm_params(struct ath10k *ar, const struct wmi_wmm_params_all_arg *arg) argument
1072 ath10k_wmi_request_stats(struct ath10k *ar, u32 stats_mask) argument
1087 ath10k_wmi_request_peer_stats_info(struct ath10k *ar, u32 vdev_id, enum wmi_peer_stats_info_request_type type, u8 *addr, u32 reset) argument
1110 ath10k_wmi_force_fw_hang(struct ath10k *ar, enum wmi_force_fw_hang_type type, u32 delay_ms) argument
1126 ath10k_wmi_dbglog_cfg(struct ath10k *ar, u64 module_enable, u32 log_level) argument
1141 ath10k_wmi_pdev_pktlog_enable(struct ath10k *ar, u32 filter) argument
1156 ath10k_wmi_pdev_pktlog_disable(struct ath10k *ar) argument
1172 ath10k_wmi_pdev_set_quiet_mode(struct ath10k *ar, u32 period, u32 duration, u32 next_offset, u32 enabled) argument
1190 ath10k_wmi_pdev_get_temperature(struct ath10k *ar) argument
1206 ath10k_wmi_addba_clear_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac) argument
1222 ath10k_wmi_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 buf_size) argument
1239 ath10k_wmi_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) argument
1256 ath10k_wmi_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) argument
1274 ath10k_wmi_bcn_tmpl(struct ath10k *ar, u32 vdev_id, u32 tim_ie_offset, struct sk_buff *bcn, u32 prb_caps, u32 prb_erp, void *prb_ies, size_t prb_ies_len) argument
1293 ath10k_wmi_prb_tmpl(struct ath10k *ar, u32 vdev_id, struct sk_buff *prb) argument
1308 ath10k_wmi_p2p_go_bcn_ie(struct ath10k *ar, u32 vdev_id, const u8 *p2p_ie) argument
1323 ath10k_wmi_sta_keepalive(struct ath10k *ar, const struct wmi_sta_keepalive_arg *arg) argument
1341 ath10k_wmi_wow_enable(struct ath10k *ar) argument
1358 ath10k_wmi_wow_add_wakeup_event(struct ath10k *ar, u32 vdev_id, enum wmi_wow_wakeup_event event, u32 enable) argument
1377 ath10k_wmi_wow_host_wakeup_ind(struct ath10k *ar) argument
1394 ath10k_wmi_wow_add_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id, const u8 *pattern, const u8 *mask, int pattern_len, int pattern_offset) argument
1415 ath10k_wmi_wow_del_pattern(struct ath10k *ar, u32 vdev_id, u32 pattern_id) argument
1432 ath10k_wmi_wow_config_pno(struct ath10k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno_scan) argument
1450 ath10k_wmi_update_fw_tdls_state(struct ath10k *ar, u32 vdev_id, enum wmi_tdls_state state) argument
1466 ath10k_wmi_tdls_peer_update(struct ath10k *ar, const struct wmi_tdls_peer_update_cmd_arg *arg, const struct wmi_tdls_peer_capab_arg *cap, const struct wmi_channel_arg *chan) argument
1485 ath10k_wmi_adaptive_qcs(struct ath10k *ar, bool enable) argument
1500 ath10k_wmi_pdev_get_tpc_config(struct ath10k *ar, u32 param) argument
1517 ath10k_wmi_fw_stats_fill(struct ath10k *ar, struct ath10k_fw_stats *fw_stats, char *buf) argument
1528 ath10k_wmi_pdev_enable_adaptive_cca(struct ath10k *ar, u8 enable, u32 detect_level, u32 detect_margin) argument
1548 ath10k_wmi_ext_resource_config(struct ath10k *ar, enum wmi_host_platform_type type, u32 fw_feature_bitmap) argument
1568 ath10k_wmi_get_vdev_subtype(struct ath10k *ar, enum wmi_vdev_subtype subtype) argument
1577 ath10k_wmi_pdev_bss_chan_info_request(struct ath10k *ar, enum wmi_bss_survey_req_type type) argument
1595 ath10k_wmi_echo(struct ath10k *ar, u32 value) argument
1611 ath10k_wmi_pdev_get_tpc_table_cmdid(struct ath10k *ar, u32 param) argument
1628 ath10k_wmi_report_radar_found(struct ath10k *ar, const struct ath10k_radar_found_info *arg) argument
1645 ath10k_wmi_pdev_bb_timing(struct ath10k *ar, const struct wmi_bb_timing_cfg_arg *arg) argument
1663 ath10k_wmi_set_per_peer_per_tid_cfg(struct ath10k *ar, const struct wmi_per_peer_per_tid_cfg_arg *arg) argument
[all...]
H A Dsdio.h205 struct ath10k *ar; member in struct:ath10k_sdio
231 static inline struct ath10k_sdio *ath10k_sdio_priv(struct ath10k *ar) argument
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c628 u32 ar; local
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dusb.c73 struct ath6kl *ar; member in struct:ath6kl_usb
82 struct ath6kl *ar; member in struct:ath6kl_urb_context
177 static inline struct ath6kl_usb *ath6kl_usb_priv(struct ath6kl *ar) argument
698 static void hif_start(struct ath6kl *ar) argument
713 ath6kl_usb_send(struct ath6kl *ar, u8 PipeID, struct sk_buff *hdr_skb, struct sk_buff *skb) argument
789 hif_stop(struct ath6kl *ar) argument
796 ath6kl_usb_get_default_pipe(struct ath6kl *ar, u8 *ul_pipe, u8 *dl_pipe) argument
803 ath6kl_usb_map_service_pipe(struct ath6kl *ar, u16 svc_id, u8 *ul_pipe, u8 *dl_pipe) argument
858 ath6kl_usb_get_free_queue_number(struct ath6kl *ar, u8 pipe_id) argument
865 hif_detach_htc(struct ath6kl *ar) argument
963 ath6kl_usb_diag_read32(struct ath6kl *ar, u32 address, u32 *data) argument
998 ath6kl_usb_diag_write32(struct ath6kl *ar, u32 address, __le32 data) argument
1024 ath6kl_usb_bmi_read(struct ath6kl *ar, u8 *buf, u32 len) argument
1042 ath6kl_usb_bmi_write(struct ath6kl *ar, u8 *buf, u32 len) argument
1060 ath6kl_usb_power_on(struct ath6kl *ar) argument
1066 ath6kl_usb_power_off(struct ath6kl *ar) argument
1072 ath6kl_usb_stop(struct ath6kl *ar) argument
1077 ath6kl_usb_cleanup_scatter(struct ath6kl *ar) argument
1085 ath6kl_usb_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) argument
1093 ath6kl_usb_resume(struct ath6kl *ar) argument
1123 struct ath6kl *ar; local
[all...]
H A Dhif.h225 struct ath6kl *ar; member in struct:ath6kl_device
[all...]
H A Dwmi.c136 struct ath6kl_vif *ath6kl_get_vif_by_index(struct ath6kl *ar, u8 if_idx) argument
510 struct ath6kl *ar = wmi->parent_dev; local
543 struct ath6kl *ar = wmi->parent_dev; local
1092 struct ath6kl *ar = wmi->parent_dev; local
2004 struct ath6kl *ar = wmi->parent_dev; local
2858 struct ath6kl *ar = wmi->parent_dev; local
2903 struct ath6kl *ar = wmi->parent_dev; local
3304 struct ath6kl *ar = wmi->parent_dev; local
3711 struct ath6kl *ar = wmi->parent_dev; local
[all...]
H A Dcore.c54 void ath6kl_core_tx_complete(struct ath6kl *ar, struct sk_buff *skb) argument
60 void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) argument
66 int ath6kl_core_init(struct ath6kl *ar, enum ath6kl_htc_type htc_type) argument
269 struct ath6kl *ar; local
330 ath6kl_core_cleanup(struct ath6kl *ar) argument
359 ath6kl_core_destroy(struct ath6kl *ar) argument
[all...]
H A Dtestmode.c46 void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, size_t buf_len) argument
72 struct ath6kl *ar = wiphy_priv(wiphy); local
H A Dcore.h603 struct ath6kl *ar; member in struct:ath6kl_vif
881 static inline u32 ath6kl_get_hi_item_addr(struct ath6kl *ar, argument
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c237 struct tmComResEncVideoInputAspectRatio ar; local
313 struct tmComResEncVideoInputAspectRatio ar; local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dsigreturn.c337 uint32_t valid = 0, ar; local
370 uint32_t valid = 0, ar; local
[all...]
H A Dldt_gdt.c65 uint32_t has_limit = 0, has_ar = 0, limit, ar; local
95 uint32_t has_limit = 0, has_ar = 0, limit, ar; local
139 install_valid_mode(const struct user_desc *d, uint32_t ar, bool oldmode, bool ldt) argument
189 install_valid(const struct user_desc *desc, uint32_t ar) argument
[all...]
/linux-master/include/sound/sof/
H A Dxtensa.h46 uint32_t ar[]; member in struct:sof_ipc_dsp_oops_xtensa

Completed in 561 milliseconds

1234567