Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhif.h12 struct ath12k_hif_ops { struct
13 u32 (*read32)(struct ath12k_base *sc, u32 address);
14 void (*write32)(struct ath12k_base *sc, u32 address, u32 data);
15 void (*irq_enable)(struct ath12k_base *sc);
16 void (*irq_disable)(struct ath12k_base *sc);
17 int (*start)(struct ath12k_base *sc);
18 void (*stop)(struct ath12k_base *sc);
19 int (*power_up)(struct ath12k_base *sc);
20 void (*power_down)(struct ath12k_base *sc);
21 int (*suspend)(struct ath12k_base *ab);
[all …]