Home
last modified time | relevance | path

Searched refs:preportpwrstate (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.c87 struct reportpwrstate_parm *preportpwrstate) in r8712_cpwm_int_hdl() argument
92 if (pwrpriv->cpwm_tog == ((preportpwrstate->state) & 0x80)) in r8712_cpwm_int_hdl()
96 pwrpriv->cpwm = (preportpwrstate->state) & 0xf; in r8712_cpwm_int_hdl()
101 pwrpriv->cpwm_tog = (preportpwrstate->state) & 0x80; in r8712_cpwm_int_hdl()
H A Drtl871x_pwrctrl.h110 struct reportpwrstate_parm *preportpwrstate);
H A Drtl871x_mlme.c965 struct reportpwrstate_parm *preportpwrstate = in r8712_cpwm_event_callback() local
968 preportpwrstate->state |= (u8)(adapter->pwrctrlpriv.cpwm_tog + 0x80); in r8712_cpwm_event_callback()
969 r8712_cpwm_int_hdl(adapter, preportpwrstate); in r8712_cpwm_event_callback()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c719 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
732 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
733 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_pwrctrl.c1464 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1472 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1475 pwrpriv->cpwm_tog, preportpwrstate->state)); in cpwm_int_hdl()
1491 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1492 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_pwrctrl.c1475 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1483 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1486 pwrpriv->cpwm_tog, preportpwrstate->state)); in cpwm_int_hdl()
1502 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1503 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_pwrctrl.c1367 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1375 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1378 pwrpriv->cpwm_tog, preportpwrstate->state)); in cpwm_int_hdl()
1393 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1394 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h329 extern void cpwm_int_hdl(struct adapter *padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_pwrctrl.c1183 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1195 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1210 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1211 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_pwrctrl.c1183 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1195 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1210 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1211 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_pwrctrl.h387 extern void cpwm_int_hdl(_adapter *padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_pwrctrl.h387 extern void cpwm_int_hdl(_adapter *padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_pwrctrl.c1440 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1452 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1467 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1468 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_pwrctrl.h436 extern void cpwm_int_hdl(PADAPTER padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_pwrctrl.h438 extern void cpwm_int_hdl(PADAPTER padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_pwrctrl.c1475 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1487 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1502 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1503 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_pwrctrl.c1475 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1487 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1502 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1503 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_pwrctrl.h483 extern void cpwm_int_hdl(PADAPTER padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_pwrctrl.h508 extern void cpwm_int_hdl(PADAPTER padapter, struct reportpwrstate_parm *preportpwrstate);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_pwrctrl.c1593 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1605 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1620 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1621 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_pwrctrl.c1555 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1567 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1582 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1583 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_pwrctrl.c1556 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1568 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1583 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1584 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_pwrctrl.c1555 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1567 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1582 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1583 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_pwrctrl.c1481 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1493 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1508 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1509 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_pwrctrl.c1555 struct reportpwrstate_parm *preportpwrstate) in cpwm_int_hdl() argument
1567 if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { in cpwm_int_hdl()
1582 pwrpriv->cpwm = PS_STATE(preportpwrstate->state); in cpwm_int_hdl()
1583 pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; in cpwm_int_hdl()

12