Lines Matching refs:ath10k
34 int (*tx_completion)(struct ath10k *ar,
36 int (*rx_completion)(struct ath10k *ar,
42 int (*tx_sg)(struct ath10k *ar, u8 pipe_id,
46 int (*diag_read)(struct ath10k *ar, u32 address, void *buf,
49 int (*diag_write)(struct ath10k *ar, u32 address, const void *data,
56 int (*exchange_bmi_msg)(struct ath10k *ar,
61 int (*start)(struct ath10k *ar);
65 void (*stop)(struct ath10k *ar);
67 int (*map_service_to_pipe)(struct ath10k *ar, u16 service_id,
71 void (*get_default_pipe)(struct ath10k *ar, u8 *ul_pipe, u8 *dl_pipe);
81 void (*send_complete_check)(struct ath10k *ar, u8 pipe_id, int force);
83 void (*set_callbacks)(struct ath10k *ar,
86 u16 (*get_free_queue_number)(struct ath10k *ar, u8 pipe_id);
88 u32 (*read32)(struct ath10k *ar, u32 address);
90 void (*write32)(struct ath10k *ar, u32 address, u32 value);
93 int (*power_up)(struct ath10k *ar);
97 void (*power_down)(struct ath10k *ar);
99 int (*suspend)(struct ath10k *ar);
100 int (*resume)(struct ath10k *ar);
103 static inline int ath10k_hif_tx_sg(struct ath10k *ar, u8 pipe_id, in ath10k_hif_tx_sg()
110 static inline int ath10k_hif_diag_read(struct ath10k *ar, u32 address, void *buf, in ath10k_hif_diag_read()
116 static inline int ath10k_hif_diag_write(struct ath10k *ar, u32 address, in ath10k_hif_diag_write()
125 static inline int ath10k_hif_exchange_bmi_msg(struct ath10k *ar, in ath10k_hif_exchange_bmi_msg()
133 static inline int ath10k_hif_start(struct ath10k *ar) in ath10k_hif_start()
138 static inline void ath10k_hif_stop(struct ath10k *ar) in ath10k_hif_stop()
143 static inline int ath10k_hif_map_service_to_pipe(struct ath10k *ar, in ath10k_hif_map_service_to_pipe()
154 static inline void ath10k_hif_get_default_pipe(struct ath10k *ar, in ath10k_hif_get_default_pipe()
160 static inline void ath10k_hif_send_complete_check(struct ath10k *ar, in ath10k_hif_send_complete_check()
166 static inline void ath10k_hif_set_callbacks(struct ath10k *ar, in ath10k_hif_set_callbacks()
172 static inline u16 ath10k_hif_get_free_queue_number(struct ath10k *ar, in ath10k_hif_get_free_queue_number()
178 static inline int ath10k_hif_power_up(struct ath10k *ar) in ath10k_hif_power_up()
183 static inline void ath10k_hif_power_down(struct ath10k *ar) in ath10k_hif_power_down()
188 static inline int ath10k_hif_suspend(struct ath10k *ar) in ath10k_hif_suspend()
196 static inline int ath10k_hif_resume(struct ath10k *ar) in ath10k_hif_resume()
204 static inline u32 ath10k_hif_read32(struct ath10k *ar, u32 address) in ath10k_hif_read32()
214 static inline void ath10k_hif_write32(struct ath10k *ar, in ath10k_hif_write32()