Searched defs:pwrctrl_priv (Results 1 – 3 of 3) sorted by relevance
164 struct pwrctrl_priv { struct165 struct semaphore lock;166 volatile u8 rpwm; /* requested power state for fw */167 volatile u8 cpwm; /* fw current power state. updated when169 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 …]
151 struct pwrctrl_priv { struct152 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 …]
95 struct pwrctrl_priv { struct96 struct semaphore lock;97 /*volatile*/ u8 rpwm; /* requested power state for fw */122 void r8712_init_pwrctrl_priv(struct _adapter *adapter); argument