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