Home
last modified time | relevance | path

Searched defs:ath11k_hif_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dhif.h11 struct ath11k_hif_ops { struct
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);
[all …]