Home
last modified time | relevance | path

Searched defs:pwrctrl (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c105 static inline void register_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) in register_task_alive()
110 static inline void unregister_task_alive(struct pwrctrl_priv *pwrctrl, uint tag) in unregister_task_alive()
193 struct pwrctrl_priv *pwrctrl = &padapter->pwrctrlpriv; in r8712_register_cmd_alive() local
213 struct pwrctrl_priv *pwrctrl = &padapter->pwrctrlpriv; in r8712_unregister_cmd_alive() local
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c823 static inline void register_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) in register_task_alive()
828 static inline void unregister_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) in unregister_task_alive()
852 struct pwrctrl_priv *pwrctrl; in rtw_register_task_alive() local
897 struct pwrctrl_priv *pwrctrl; in rtw_unregister_task_alive() local
947 struct pwrctrl_priv *pwrctrl; in rtw_register_tx_alive() local
996 struct pwrctrl_priv *pwrctrl; in rtw_register_cmd_alive() local
1038 struct pwrctrl_priv *pwrctrl; in rtw_unregister_tx_alive() local
1080 struct pwrctrl_priv *pwrctrl; in rtw_unregister_cmd_alive() local
/Linux-v5.10/drivers/gpu/drm/zte/
Dzx_tvenc.c35 struct zx_tvenc_pwrctrl pwrctrl; member
192 struct zx_tvenc_pwrctrl *pwrctrl = &tvenc->pwrctrl; in zx_tvenc_encoder_enable() local
206 struct zx_tvenc_pwrctrl *pwrctrl = &tvenc->pwrctrl; in zx_tvenc_encoder_disable() local
301 struct zx_tvenc_pwrctrl *pwrctrl = &tvenc->pwrctrl; in zx_tvenc_pwrctrl_init() local
Dzx_vga.c41 struct zx_vga_pwrctrl pwrctrl; member
51 struct zx_vga_pwrctrl *pwrctrl = &vga->pwrctrl; in zx_vga_encoder_enable() local
63 struct zx_vga_pwrctrl *pwrctrl = &vga->pwrctrl; in zx_vga_encoder_disable() local
192 struct zx_vga_pwrctrl *pwrctrl = &vga->pwrctrl; in zx_vga_pwrctrl_init() local
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Deeprom_4k.c1010 u32 pwrctrl, mask, clr; in ath9k_hw_4k_set_board_values() local
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_pwrctrl.h215 #define rtw_set_pwr_state_check_timer(pwrctrl) \ argument