Home
last modified time | relevance | path

Searched defs:pwrctrl_priv (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_pwrctrl.h164 struct pwrctrl_priv { struct
165 struct semaphore lock;
166 volatile u8 rpwm; /* requested power state for fw */
167 volatile u8 cpwm; /* fw current power state. updated when
169 volatile u8 tog; /* toggling */
170 volatile u8 cpwm_tog; /* toggling */
172 u8 pwr_mode;
173 u8 smart_ps;
174 u8 bcn_ant_mode;
176 u32 alives;
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_pwrctrl.h151 struct pwrctrl_priv { struct
152 struct semaphore lock;
153 volatile u8 rpwm; /* requested power state for fw */
154 volatile u8 cpwm; /* fw current power state. updated when 1.
157 volatile u8 tog; /* toggling */
159 u8 pwr_mode;
160 u8 smart_ps;
161 u8 bcn_ant_mode;
163 u8 bpower_saving;
165 u8 reg_rfoff;
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_pwrctrl.h95 struct pwrctrl_priv { struct
96 struct semaphore lock;
97 /*volatile*/ u8 rpwm; /* requested power state for fw */
122 void r8712_init_pwrctrl_priv(struct _adapter *adapter); argument