Lines Matching refs:ath11k_base
12 u32 (*read32)(struct ath11k_base *sc, u32 address);
13 void (*write32)(struct ath11k_base *sc, u32 address, u32 data);
14 int (*read)(struct ath11k_base *ab, void *buf, u32 start, u32 end);
15 void (*irq_enable)(struct ath11k_base *sc);
16 void (*irq_disable)(struct ath11k_base *sc);
17 int (*start)(struct ath11k_base *sc);
18 void (*stop)(struct ath11k_base *sc);
19 int (*power_up)(struct ath11k_base *sc);
20 void (*power_down)(struct ath11k_base *sc);
21 int (*suspend)(struct ath11k_base *ab);
22 int (*resume)(struct ath11k_base *ab);
23 int (*map_service_to_pipe)(struct ath11k_base *sc, u16 service_id,
25 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name,
28 void (*get_msi_address)(struct ath11k_base *ab, u32 *msi_addr_lo,
30 void (*ce_irq_enable)(struct ath11k_base *ab);
31 void (*ce_irq_disable)(struct ath11k_base *ab);
32 void (*get_ce_msi_idx)(struct ath11k_base *ab, u32 ce_id, u32 *msi_idx);
35 static inline void ath11k_hif_ce_irq_enable(struct ath11k_base *ab) in ath11k_hif_ce_irq_enable()
41 static inline void ath11k_hif_ce_irq_disable(struct ath11k_base *ab) in ath11k_hif_ce_irq_disable()
47 static inline int ath11k_hif_start(struct ath11k_base *sc) in ath11k_hif_start()
52 static inline void ath11k_hif_stop(struct ath11k_base *sc) in ath11k_hif_stop()
57 static inline void ath11k_hif_irq_enable(struct ath11k_base *sc) in ath11k_hif_irq_enable()
62 static inline void ath11k_hif_irq_disable(struct ath11k_base *sc) in ath11k_hif_irq_disable()
67 static inline int ath11k_hif_power_up(struct ath11k_base *sc) in ath11k_hif_power_up()
72 static inline void ath11k_hif_power_down(struct ath11k_base *sc) in ath11k_hif_power_down()
77 static inline int ath11k_hif_suspend(struct ath11k_base *ab) in ath11k_hif_suspend()
85 static inline int ath11k_hif_resume(struct ath11k_base *ab) in ath11k_hif_resume()
93 static inline u32 ath11k_hif_read32(struct ath11k_base *sc, u32 address) in ath11k_hif_read32()
98 static inline void ath11k_hif_write32(struct ath11k_base *sc, u32 address, u32 data) in ath11k_hif_write32()
103 static inline int ath11k_hif_read(struct ath11k_base *ab, void *buf, in ath11k_hif_read()
112 static inline int ath11k_hif_map_service_to_pipe(struct ath11k_base *sc, u16 service_id, in ath11k_hif_map_service_to_pipe()
118 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector()
130 static inline void ath11k_get_msi_address(struct ath11k_base *ab, u32 *msi_addr_lo, in ath11k_get_msi_address()
139 static inline void ath11k_get_ce_msi_idx(struct ath11k_base *ab, u32 ce_id, in ath11k_get_ce_msi_idx()