| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | drv_types.h | 1066 struct protsel { struct 1314 struct protsel protsel_port; 1317 struct protsel protsel_atimdtim; 1320 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | drv_types.h | 1186 struct protsel { struct 1449 struct protsel protsel_port; 1452 struct protsel protsel_atimdtim; 1455 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | drv_types.h | 1164 struct protsel { struct 1419 struct protsel protsel_port; 1422 struct protsel protsel_atimdtim; 1425 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | drv_types.h | 1185 struct protsel { struct 1448 struct protsel protsel_port; 1451 struct protsel protsel_atimdtim; 1454 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | drv_types.h | 1144 struct protsel { struct 1399 struct protsel protsel_port; 1402 struct protsel protsel_atimdtim; 1405 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | drv_types.h | 1179 struct protsel { struct 1434 struct protsel protsel_port; 1437 struct protsel protsel_atimdtim; 1440 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | drv_types.h | 1204 struct protsel { struct 1467 struct protsel protsel_port; 1470 struct protsel protsel_atimdtim; 1473 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | drv_types.h | 1286 struct protsel { struct 1549 struct protsel protsel_port; 1552 struct protsel protsel_atimdtim; 1555 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | drv_types.h | 1293 struct protsel { struct 1556 struct protsel protsel_port; 1559 struct protsel protsel_atimdtim; 1562 struct protsel protsel_macsleep;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 15412 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 15416 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15418 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 15420 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 15422 protsel->sel = sel; in rtw_enter_protsel() 15424 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15427 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 15431 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 15433 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 15435 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 15627 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 15631 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15633 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 15635 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 15637 protsel->sel = sel; in rtw_enter_protsel() 15639 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15642 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 15646 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 15648 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 15650 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 15582 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 15586 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15588 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 15590 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 15592 protsel->sel = sel; in rtw_enter_protsel() 15594 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15597 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 15601 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 15603 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 15605 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 15634 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 15638 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15640 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 15642 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 15644 protsel->sel = sel; in rtw_enter_protsel() 15646 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 15649 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 15653 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 15655 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 15657 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 16391 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 16395 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16397 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 16399 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 16401 protsel->sel = sel; in rtw_enter_protsel() 16403 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16406 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 16410 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 16412 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 16414 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 16725 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 16729 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16731 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 16733 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 16735 protsel->sel = sel; in rtw_enter_protsel() 16737 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16740 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 16744 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 16746 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 16748 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 16725 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 16729 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16731 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 16733 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 16735 protsel->sel = sel; in rtw_enter_protsel() 16737 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16740 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 16744 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 16746 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 16748 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com.c | 16392 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 16396 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16398 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 16400 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 16402 protsel->sel = sel; in rtw_enter_protsel() 16404 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16407 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 16411 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 16413 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 16415 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com.c | 16572 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel() argument 16576 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16578 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel() 16580 WARN_ON(refcnt > 1 && protsel->sel != sel); in rtw_enter_protsel() 16582 protsel->sel = sel; in rtw_enter_protsel() 16584 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_enter_protsel() 16587 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel() argument 16591 _enter_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() 16593 refcnt = ATOMIC_DEC_RETURN(&protsel->refcnt); in rtw_leave_protsel() 16595 _exit_critical_mutex(&protsel->mutex, NULL); in rtw_leave_protsel() [all …]
|