Searched defs:ath11k_hif_ops (Results 1 – 1 of 1) sorted by relevance
12 struct ath11k_hif_ops { struct13 u32 (*read32)(struct ath11k_base *ab, u32 address);14 void (*write32)(struct ath11k_base *ab, u32 address, u32 data);15 int (*read)(struct ath11k_base *ab, void *buf, u32 start, u32 end);16 void (*irq_enable)(struct ath11k_base *ab);17 void (*irq_disable)(struct ath11k_base *ab);18 int (*start)(struct ath11k_base *ab);19 void (*stop)(struct ath11k_base *ab);20 int (*power_up)(struct ath11k_base *ab);21 void (*power_down)(struct ath11k_base *ab);[all …]