Lines Matching defs:ps_data
134 struct ps_data { struct
135 u8 target_ps_mode; /* ps mode to be set */
136 u8 cur_psmode; /* current ps_mode */
137 u8 ps_state; /* controller's power save state */
138 u8 ps_cmd;
139 u8 h2c_wakeupmode;
140 u8 cur_h2c_wakeupmode;
141 u8 c2h_wakeupmode;
142 u8 c2h_wakeup_gpio;
143 u8 h2c_wakeup_gpio;
144 bool driver_sent_cmd;
145 u16 h2c_ps_interval;
146 u16 c2h_ps_interval;
147 bool wakeup_source;
148 struct gpio_desc *h2c_ps_gpio;
149 s32 irq_handler;
150 struct hci_dev *hdev;
151 struct work_struct work;
152 struct timer_list ps_timer;
153 struct mutex ps_lock;