Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/
Dath.h142 struct ath_ps_ops { struct
143 void (*wakeup)(struct ath_common *common);
144 void (*restore)(struct ath_common *common);
191 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() function