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