ath_ps_ops
const struct ath_ps_ops *ps_ops;
static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common)
ath_ps_ops(common)->wakeup(common);
ath_ps_ops(common)->restore(common);
ath_ps_ops(common)->wakeup(common);
ath_ps_ops(common)->restore(common);
static const struct ath_ps_ops ath9k_htc_ps_ops = {
static const struct ath_ps_ops ath9k_ps_ops = {