Home
last modified time | relevance | path

Searched defs:variable (Results 26 – 50 of 138) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c1005 void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) in SetHwReg()
1085 void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) in GetHwReg()
1115 struct adapter *adapter, enum HAL_DEF_VARIABLE variable, void *value in SetHalDefVar()
1200 struct adapter *adapter, enum HAL_DEF_VARIABLE variable, void *value in GetHalDefVar()
H A Dhal_intf.c133 void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg()
139 void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg()
145 void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf()
H A Dsdio_halinit.c1393 static void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in SetHwReg8723BS()
1767 static void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) in GetHwReg8723BS()
1786 static void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len) in SetHwRegWithBuf8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/sdio/
H A Drtl8821cs_ops.c297 static u8 sethwreg(PADAPTER adapter, u8 variable, u8 *val) in sethwreg()
356 static void gethwreg(PADAPTER adapter, u8 variable, u8 *val) in gethwreg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/sdio/
H A Drtl8821cs_ops.c296 static u8 sethwreg(PADAPTER adapter, u8 variable, u8 *val) in sethwreg()
355 static void gethwreg(PADAPTER adapter, u8 variable, u8 *val) in gethwreg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_hal_init.c5115 static void hw_var_set_monitor(PADAPTER Adapter, u8 variable, u8 *val) in hw_var_set_monitor()
5160 static void hw_var_set_opmode(PADAPTER padapter, u8 variable, u8* val) in hw_var_set_opmode()
5432 static void hw_var_set_macaddr(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_macaddr()
5454 static void hw_var_set_bssid(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_bssid()
5476 static void hw_var_set_bcn_func(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_bcn_func()
5509 static void hw_var_set_correct_tsf(PADAPTER padapter, u8 variable, u8* val) in hw_var_set_correct_tsf()
5624 static void hw_var_set_mlme_disconnect(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_mlme_disconnect()
5667 static void hw_var_set_mlme_sitesurvey(PADAPTER padapter, u8 variable, u8* val) in hw_var_set_mlme_sitesurvey()
5825 static void hw_var_set_mlme_join(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_mlme_join()
6314 void SetHwReg8723B(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8723B()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py26 def conditional(variable, checkvalue, truevalue, falsevalue, d): argument
39 def less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
45 def version_less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c3799 static void hw_var_set_monitor(PADAPTER Adapter, u8 variable, u8 *val) in hw_var_set_monitor()
3844 static void hw_var_set_opmode(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_opmode()
4139 static void hw_var_set_macaddr(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_macaddr()
4162 static void hw_var_set_bssid(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_bssid()
4185 static void hw_var_set_bcn_func(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_bcn_func()
4212 static void hw_var_set_correct_tsf(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_correct_tsf()
4307 static void hw_var_set_mlme_disconnect(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_mlme_disconnect()
4340 static void hw_var_set_mlme_sitesurvey(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_mlme_sitesurvey()
4451 static void hw_var_set_mlme_join(PADAPTER Adapter, u8 variable, u8* val) in hw_var_set_mlme_join()
4536 void SetHwReg8188E(_adapter *adapter, u8 variable, u8 *val) in SetHwReg8188E()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dctti_type_index.hpp179 inline ctti_type_index ctti_type_index::type_id_runtime(const T& variable) BOOST_NOEXCEPT { in type_id_runtime()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_log.cpp146 bool xcam_get_enviroment_value(const char* variable, unsigned long long* value) in xcam_get_enviroment_value()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/
H A Drtl8723b_hal_init.c4308 static void hw_var_set_monitor(PADAPTER Adapter, u8 variable, u8 *val) in hw_var_set_monitor()
4348 static void hw_var_set_opmode(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_opmode()
4602 static void hw_var_set_bcn_func(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_bcn_func()
4629 static void hw_var_set_mlme_disconnect(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_mlme_disconnect()
4666 static void hw_var_set_mlme_join(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_mlme_join()
4806 u8 SetHwReg8723B(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8723B()
5407 void GetHwReg8723B(PADAPTER padapter, u8 variable, u8 *val) in GetHwReg8723B()
5493 u8 SetHalDefVar8723B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in SetHalDefVar8723B()
5597 u8 GetHalDefVar8723B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in GetHalDefVar8723B()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h1079 u8 variable[0]; member
1086 u8 variable[0]; member
1104 u8 variable[0]; member
1113 u8 variable[0]; member
1120 u8 variable[0]; member
1125 u8 variable[0]; member
1132 u8 variable[0]; member
1143 u8 variable[0]; member
1147 u8 variable[0]; member
1155 u8 variable[0]; member
[all …]
H A Dpercpu-defs.h316 #define __pcpu_size_call_return(stem, variable) \ argument
331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
373 #define __pcpu_size_call(stem, variable, ...) \ argument
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.cc768 #define ARG_KVALUE(argument, variable, value) \ argument
774 #define ARG_IVALUE(argument, variable) \ argument
782 #define ARG_SVALUE(argument, variable) \ argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1004 def contains(variable, checkvalues, truevalue, falsevalue, d): argument
1035 def contains_any(variable, checkvalues, truevalue, falsevalue, d): argument
1065 def filter(variable, checkvalues, d): argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_intf.c256 void rtw_hal_set_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg()
261 void rtw_hal_get_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg()
267 void rtw_hal_set_hwreg_with_buf(_adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_intf.c253 void rtw_hal_set_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg()
258 void rtw_hal_get_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg()
264 void rtw_hal_set_hwreg_with_buf(_adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_intf.c218 void rtw_hal_set_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_set_hwreg()
223 void rtw_hal_get_hwreg(_adapter *padapter, u8 variable, u8 *val) in rtw_hal_get_hwreg()
229 void rtw_hal_set_hwreg_with_buf(_adapter *padapter, u8 variable, u8 *pbuf, int len) in rtw_hal_set_hwreg_with_buf()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_defs.h45 #define XCAM_UNUSED(variable) (void)(variable) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_hal_init.c4377 static void hw_var_set_monitor(PADAPTER adapter, u8 variable, u8 *val) in hw_var_set_monitor()
4408 static void hw_var_set_opmode(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_opmode()
4735 u8 SetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8188F()
5201 void GetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val) in GetHwReg8188F()
5321 u8 SetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in SetHalDefVar8188F()
5428 u8 GetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in GetHalDefVar8188F()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_hal_init.c4377 static void hw_var_set_monitor(PADAPTER adapter, u8 variable, u8 *val) in hw_var_set_monitor()
4408 static void hw_var_set_opmode(PADAPTER padapter, u8 variable, u8 *val) in hw_var_set_opmode()
4735 u8 SetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8188F()
5186 void GetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val) in GetHwReg8188F()
5306 u8 SetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in SetHalDefVar8188F()
5413 u8 GetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) in GetHalDefVar8188F()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/
H A Drtl8822b_ops.c2465 void rtl8822b_sethwreg(PADAPTER adapter, u8 variable, u8 *val) in rtl8822b_sethwreg()
3131 void rtl8822b_gethwreg(PADAPTER adapter, u8 variable, u8 *val) in rtl8822b_gethwreg()
3324 void rtl8822b_sethwregwithbuf(PADAPTER adapter, u8 variable, u8 *pbuf, int len) in rtl8822b_sethwregwithbuf()
3345 u8 rtl8822b_sethaldefvar(PADAPTER adapter, HAL_DEF_VARIABLE variable, void *pval) in rtl8822b_sethaldefvar()
3407 u8 rtl8822b_gethaldefvar(PADAPTER adapter, HAL_DEF_VARIABLE variable, void *pval) in rtl8822b_gethaldefvar()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_halinit.c1313 u8 SetHwReg8188FS(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8188FS()
1369 void GetHwReg8188FS(PADAPTER padapter, u8 variable, u8 *val) in GetHwReg8188FS()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_halinit.c1357 u8 SetHwReg8188FS(PADAPTER padapter, u8 variable, u8 *val) in SetHwReg8188FS()
1413 void GetHwReg8188FS(PADAPTER padapter, u8 variable, u8 *val) in GetHwReg8188FS()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_ops.c1738 u8 rtl8821c_sethwreg(PADAPTER adapter, u8 variable, u8 *val) in rtl8821c_sethwreg()
2368 void rtl8821c_gethwreg(PADAPTER adapter, u8 variable, u8 *val) in rtl8821c_gethwreg()
2539 u8 rtl8821c_sethaldefvar(PADAPTER adapter, HAL_DEF_VARIABLE variable, void *pval) in rtl8821c_sethaldefvar()
2610 u8 rtl8821c_gethaldefvar(PADAPTER adapter, HAL_DEF_VARIABLE variable, void *pval) in rtl8821c_gethaldefvar()

123456