Home
last modified time | relevance | path

Searched defs:pwctx (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h458 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
459 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
460 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
461 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h459 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
460 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
461 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
462 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h433 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
434 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
435 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
436 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h433 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
434 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
435 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
436 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h458 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
459 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
460 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
461 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h463 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
464 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
465 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
466 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service.h466 #define rtw_pwctx_reset(pwctx) (pwctx)->wait_cnt = 0 argument
467 #define rtw_pwctx_wait(pwctx) do { (pwctx)->wait_hdl((pwctx)->conf.wait_time); (pwctx)->wait_cnt++;… argument
468 #define rtw_pwctx_waited(pwctx) ((pwctx)->wait_cnt) argument
469 #define rtw_pwctx_exceed(pwctx) ((pwctx)->conf.wait_cnt_lmt >= 0 && (pwctx)->wait_cnt >= (pwctx)->c… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c1581 struct rtw_pwait_ctx *pwctx = &recvpriv->recvbuf_pwait; in sd_recv() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/
H A Dosdep_service.c1847 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/
H A Dosdep_service.c1847 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c2236 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/
H A Dosdep_service.c2073 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/
H A Dosdep_service.c2072 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/
H A Dosdep_service.c2072 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c2268 int rtw_pwctx_config(struct rtw_pwait_ctx *pwctx, enum rtw_pwait_type type, s32 time, s32 cnt_lmt) in rtw_pwctx_config()