Lines Matching refs:ath10k
31 int (*tx_sg)(struct ath10k *ar, u8 pipe_id,
35 int (*diag_read)(struct ath10k *ar, u32 address, void *buf,
38 int (*diag_write)(struct ath10k *ar, u32 address, const void *data,
45 int (*exchange_bmi_msg)(struct ath10k *ar,
50 int (*start)(struct ath10k *ar);
55 void (*stop)(struct ath10k *ar);
57 int (*start_post)(struct ath10k *ar);
59 int (*get_htt_tx_complete)(struct ath10k *ar);
61 int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id,
64 void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe);
74 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
76 u16 (*get_free_queue_number)(struct ath10k *ar, u8 pipe_id);
78 u32 (*read32)(struct ath10k *ar, u32 address);
80 void (*write32)(struct ath10k *ar, u32 address, u32 value);
83 int (*power_up)(struct ath10k *ar, enum ath10k_firmware_mode fw_mode);
88 void (*power_down)(struct ath10k *ar);
90 int (*suspend)(struct ath10k *ar);
91 int (*resume)(struct ath10k *ar);
94 int (*fetch_cal_eeprom)(struct ath10k *ar, void **data,
97 int (*get_target_info)(struct ath10k *ar,
99 int (*set_target_log_mode)(struct ath10k *ar, u8 fw_log_mode);
102 static inline int ath10k_hif_tx_sg(struct ath10k *ar, u8 pipe_id,
109 static inline int ath10k_hif_diag_read(struct ath10k *ar, u32 address, void *buf,
115 static inline int ath10k_hif_diag_write(struct ath10k *ar, u32 address,
124 static inline int ath10k_hif_exchange_bmi_msg(struct ath10k *ar,
132 static inline int ath10k_hif_start(struct ath10k *ar)
137 static inline void ath10k_hif_stop(struct ath10k *ar)
142 static inline int ath10k_hif_start_post(struct ath10k *ar)
149 static inline int ath10k_hif_get_htt_tx_complete(struct ath10k *ar)
156 static inline int ath10k_hif_map_service_to_pipe(struct ath10k *ar,
164 static inline void ath10k_hif_get_default_pipe(struct ath10k *ar,
170 static inline void ath10k_hif_send_complete_check(struct ath10k *ar,
177 static inline u16 ath10k_hif_get_free_queue_number(struct ath10k *ar,
183 static inline int ath10k_hif_power_up(struct ath10k *ar,
189 static inline void ath10k_hif_power_down(struct ath10k *ar)
194 static inline int ath10k_hif_suspend(struct ath10k *ar)
202 static inline int ath10k_hif_resume(struct ath10k *ar)
210 static inline u32 ath10k_hif_read32(struct ath10k *ar, u32 address)
220 static inline void ath10k_hif_write32(struct ath10k *ar,
231 static inline int ath10k_hif_fetch_cal_eeprom(struct ath10k *ar,
241 static inline int ath10k_hif_get_target_info(struct ath10k *ar,
250 static inline int ath10k_hif_set_target_log_mode(struct ath10k *ar,