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