Searched defs:ath_ps_ops (Results 1 – 1 of 1) sorted by relevance
140 struct ath_ps_ops { struct141 void (*wakeup)(struct ath_common *common);142 void (*restore)(struct ath_common *common);189 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() function