Searched refs:rtw_active_tpc_report (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | os_intfs.c | 358 int rtw_active_tpc_report = CONFIG_RTW_ACTIVE_TPC_REPORT; variable 359 module_param(rtw_active_tpc_report, int, 0644); 360 MODULE_PARM_DESC(rtw_active_tpc_report, "Active TPC report, 0:incapable, 1:capable, 2:auto enable"); 1319 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | os_intfs.c | 363 int rtw_active_tpc_report = CONFIG_RTW_ACTIVE_TPC_REPORT; variable 364 module_param(rtw_active_tpc_report, int, 0644); 365 MODULE_PARM_DESC(rtw_active_tpc_report, "Active TPC report, 0:incapable, 1:capable, 2:auto enable"); 1408 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | os_intfs.c | 362 int rtw_active_tpc_report = CONFIG_RTW_ACTIVE_TPC_REPORT; variable 363 module_param(rtw_active_tpc_report, int, 0644); 364 MODULE_PARM_DESC(rtw_active_tpc_report, "Active TPC report, 0:incapable, 1:capable, 2:auto enable"); 1329 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | os_intfs.c | 363 int rtw_active_tpc_report = CONFIG_RTW_ACTIVE_TPC_REPORT; variable 364 module_param(rtw_active_tpc_report, int, 0644); 365 MODULE_PARM_DESC(rtw_active_tpc_report, "Active TPC report, 0:incapable, 1:capable, 2:auto enable"); 1393 registry_par->active_tpc_report = (u8)rtw_active_tpc_report; in loadparam()
|