Searched defs:ath_ps_ops (Results 1 – 1 of 1) sorted by relevance
142 struct ath_ps_ops { struct143 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