Searched defs:ar (Results 1 - 25 of 166) sorted by relevance

1234567

/linux-master/arch/xtensa/include/asm/
H A Dcacheasm.h59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed variable
66 extui \at, \ar, 0, \line_width variable
69 __loops \ar, \a variable
70 \\insn \\ar, 0 variable
71 __endla \\ar, \\at, (1 << (\\line_width)) variable
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwow.h24 static inline int ath10k_wow_init(struct ath10k *ar) argument
H A Dtestmode.h18 static inline void ath10k_testmode_destroy(struct ath10k *ar) argument
22 static inline bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, argument
H A Dspectral.h50 ath10k_spectral_process_fft(struct ath10k *ar, argument
58 static inline int ath10k_spectral_start(struct ath10k *ar) argument
68 static inline int ath10k_spectral_create(struct ath10k *ar) argument
73 static inline void ath10k_spectral_destroy(struct ath10k *ar) argument
H A Dmac.h19 struct ath10k *ar; member in struct:ath10k_generic_iter
[all...]
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 Dswap.c15 static int ath10k_swap_code_seg_fill(struct ath10k *ar, argument
73 ath10k_swap_code_seg_free(struct ath10k *ar, argument
90 ath10k_swap_code_seg_alloc(struct ath10k *ar, size_t swap_bin_len) argument
124 ath10k_swap_code_seg_configure(struct ath10k *ar, const struct ath10k_fw_file *fw_file) argument
149 ath10k_swap_code_seg_release(struct ath10k *ar, struct ath10k_fw_file *fw_file) argument
163 ath10k_swap_code_seg_init(struct ath10k *ar, struct ath10k_fw_file *fw_file) 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 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 Dthermal.c29 struct ath10k *ar = cdev->devdata; local
42 struct ath10k *ar = cdev->devdata; local
66 struct ath10k *ar = dev_get_drvdata(dev); local
109 ath10k_thermal_event_temperature(struct ath10k *ar, int temperature) argument
126 ath10k_thermal_set_throttling(struct ath10k *ar) argument
155 ath10k_thermal_register(struct ath10k *ar) argument
213 ath10k_thermal_unregister(struct ath10k *ar) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtestmode.h28 static inline void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, argument
H A Drecovery.c23 struct ath6kl *ar = container_of(work, struct ath6kl, local
42 ath6kl_recovery_err_notify(struct ath6kl *ar, enum ath6kl_fw_err reason) argument
57 ath6kl_recovery_hb_event(struct ath6kl *ar, u32 cookie) argument
65 struct ath6kl *ar = from_timer(ar, t, fw_recovery.hb_timer); local
98 ath6kl_recovery_init(struct ath6kl *ar) argument
115 ath6kl_recovery_cleanup(struct ath6kl *ar) argument
126 ath6kl_recovery_suspend(struct ath6kl *ar) argument
144 ath6kl_recovery_resume(struct ath6kl *ar) argument
[all...]
H A Dhtc-ops.h23 static inline void *ath6kl_htc_create(struct ath6kl *ar) argument
99 ath6kl_htc_tx_complete(struct ath6kl *ar, struct sk_buff *skb) argument
106 ath6kl_htc_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe) 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.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...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.h36 static inline void ath11k_debugfs_sta_update_txcompl(struct ath11k *ar, argument
H A Dthermal.h44 static inline int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state) argument
49 static inline void ath11k_thermal_event_temperature(struct ath11k *ar, argument
H A Dwow.h40 static inline int ath11k_wow_init(struct ath11k *ar) argument
H A Dspectral.h67 static inline void ath11k_spectral_reset_buffer(struct ath11k *ar) argument
72 enum ath11k_spectral_mode ath11k_spectral_get_mode(struct ath11k *ar) argument
78 struct ath11k_dbring *ath11k_spectral_get_dbring(struct ath11k *ar) argument
/linux-master/sound/soc/sof/intel/
H A Dtelemetry.h27 u32 ar[XTENSA_CORE_AR_REGS_COUNT]; member in struct:xtensa_arch_block
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcmd.h57 static inline int carl9170_flush_cab(struct ar9170 *ar, argument
63 carl9170_rx_filter(struct ar9170 *ar, const unsigned int _rx_filter) argument
[all...]
H A Dled.c43 int carl9170_led_set_state(struct ar9170 *ar, const u32 led_state) argument
48 int carl9170_led_init(struct ar9170 *ar) argument
68 struct ar9170 *ar = container_of(work, struct ar9170, led_work.work); local
110 struct ar9170 *ar = arl->ar; local
124 carl9170_led_register_led(struct ar9170 *ar, int i, char *name, const char *trigger) argument
150 carl9170_led_unregister(struct ar9170 *ar) argument
164 carl9170_led_register(struct ar9170 *ar) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.h19 struct ath12k *ar; member in struct:ath12k_generic_iter
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c107 struct bpf_arena___l *ar = (struct bpf_arena___l *)&arena; local
/linux-master/fs/smb/server/
H A Dksmbd_work.c44 struct aux_read *ar, *tmp; local
112 struct aux_read *ar = NULL; local
[all...]

Completed in 1249 milliseconds

1234567