Lines Matching refs:ath12k_base

13 	u32 (*read32)(struct ath12k_base *ab, u32 address);
14 void (*write32)(struct ath12k_base *ab, u32 address, u32 data);
15 void (*irq_enable)(struct ath12k_base *ab);
16 void (*irq_disable)(struct ath12k_base *ab);
17 int (*start)(struct ath12k_base *ab);
18 void (*stop)(struct ath12k_base *ab);
19 int (*power_up)(struct ath12k_base *ab);
20 void (*power_down)(struct ath12k_base *ab, bool is_suspend);
21 int (*suspend)(struct ath12k_base *ab);
22 int (*resume)(struct ath12k_base *ab);
23 int (*map_service_to_pipe)(struct ath12k_base *ab, u16 service_id,
25 int (*get_user_msi_vector)(struct ath12k_base *ab, char *user_name,
28 void (*get_msi_address)(struct ath12k_base *ab, u32 *msi_addr_lo,
30 void (*ce_irq_enable)(struct ath12k_base *ab);
31 void (*ce_irq_disable)(struct ath12k_base *ab);
32 void (*get_ce_msi_idx)(struct ath12k_base *ab, u32 ce_id, u32 *msi_idx);
33 int (*panic_handler)(struct ath12k_base *ab);
34 void (*coredump_download)(struct ath12k_base *ab);
37 static inline int ath12k_hif_map_service_to_pipe(struct ath12k_base *ab, u16 service_id, in ath12k_hif_map_service_to_pipe()
44 static inline int ath12k_hif_get_user_msi_vector(struct ath12k_base *ab, in ath12k_hif_get_user_msi_vector()
58 static inline void ath12k_hif_get_msi_address(struct ath12k_base *ab, in ath12k_hif_get_msi_address()
68 static inline void ath12k_hif_get_ce_msi_idx(struct ath12k_base *ab, u32 ce_id, in ath12k_hif_get_ce_msi_idx()
77 static inline void ath12k_hif_ce_irq_enable(struct ath12k_base *ab) in ath12k_hif_ce_irq_enable()
83 static inline void ath12k_hif_ce_irq_disable(struct ath12k_base *ab) in ath12k_hif_ce_irq_disable()
89 static inline void ath12k_hif_irq_enable(struct ath12k_base *ab) in ath12k_hif_irq_enable()
94 static inline void ath12k_hif_irq_disable(struct ath12k_base *ab) in ath12k_hif_irq_disable()
99 static inline int ath12k_hif_suspend(struct ath12k_base *ab) in ath12k_hif_suspend()
107 static inline int ath12k_hif_resume(struct ath12k_base *ab) in ath12k_hif_resume()
115 static inline int ath12k_hif_start(struct ath12k_base *ab) in ath12k_hif_start()
120 static inline void ath12k_hif_stop(struct ath12k_base *ab) in ath12k_hif_stop()
125 static inline u32 ath12k_hif_read32(struct ath12k_base *ab, u32 address) in ath12k_hif_read32()
130 static inline void ath12k_hif_write32(struct ath12k_base *ab, u32 address, in ath12k_hif_write32()
136 static inline int ath12k_hif_power_up(struct ath12k_base *ab) in ath12k_hif_power_up()
144 static inline void ath12k_hif_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_hif_power_down()
152 static inline int ath12k_hif_panic_handler(struct ath12k_base *ab) in ath12k_hif_panic_handler()
160 static inline void ath12k_hif_coredump_download(struct ath12k_base *ab) in ath12k_hif_coredump_download()