Home
last modified time | relevance | path

Searched defs:protsel (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Ddrv_types.h1293 struct protsel { struct
1294 _mutex mutex; /* protect this structure */
1295 ATOMIC_T refcnt; /* reference count */
1296 u32 sel; /* save the last sel port */
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com.c16725 static inline void rtw_enter_protsel(struct protsel *protsel, u32 sel) in rtw_enter_protsel()
16740 static inline void rtw_leave_protsel(struct protsel *protsel) in rtw_leave_protsel()
16753 static inline bool rtw_assert_protsel(struct protsel *protsel) in rtw_assert_protsel()