Lines Matching defs:mt76_connac_pm
47 struct mt76_connac_pm { struct
48 bool enable;
49 bool ds_enable;
50 bool suspended;
52 spinlock_t txq_lock;
53 struct {
56 } tx_q[IEEE80211_NUM_ACS];
58 struct work_struct wake_work;
59 wait_queue_head_t wait;
61 struct {
64 } wake;
65 struct mutex mutex;
67 struct delayed_work ps_work;
68 unsigned long last_activity;
69 unsigned long idle_timeout;
71 struct {
98 int mt76_connac_pm_wake(struct mt76_phy *phy, struct mt76_connac_pm *pm); argument