Home
last modified time | relevance | path

Searched refs:drv_mode (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_init.c240 else if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in halrf_set_rfability()
248 rf->ic_type, rf->phl_com->drv_mode, rf->support_ability); in halrf_set_rfability()
337 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in halrf_dm_init()
H A Dhalrf.c39 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_chl_rfk_trigger()
87 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dack_recover()
118 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dack_trigger()
168 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_rx_dck_trigger()
230 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_iqk_trigger()
270 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_lck_trigger()
311 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dpk_trigger()
481 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_tssi_trigger()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_init.c240 else if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in halrf_set_rfability()
248 rf->ic_type, rf->phl_com->drv_mode, rf->support_ability); in halrf_set_rfability()
337 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in halrf_dm_init()
H A Dhalrf.c39 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_chl_rfk_trigger()
87 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dack_recover()
118 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dack_trigger()
168 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_rx_dck_trigger()
230 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_iqk_trigger()
270 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_lck_trigger()
311 if ((rf->phl_com->drv_mode == RTW_DRV_MODE_MP) & in halrf_dpk_trigger()
481 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_tssi_trigger()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_thermal.c75 phl_com->drv_mode = RTW_DRV_MODE_HIGH_THERMAL; in rtw_hal_check_thermal_protect()
90 phl_com->drv_mode = RTW_DRV_MODE_NORMAL; in rtw_hal_check_thermal_protect()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_thermal.c75 phl_com->drv_mode = RTW_DRV_MODE_HIGH_THERMAL; in rtw_hal_check_thermal_protect()
90 phl_com->drv_mode = RTW_DRV_MODE_NORMAL; in rtw_hal_check_thermal_protect()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_thermal.c114 if(phl_com->drv_mode != RTW_DRV_MODE_NORMAL && in phl_thermal_protect_watchdog()
115 phl_com->drv_mode != RTW_DRV_MODE_HIGH_THERMAL) in phl_thermal_protect_watchdog()
H A Dphl_util.h19 #define phl_is_mp_mode(_phl_com) (_phl_com->drv_mode >= RTW_DRV_MODE_MP_SMDL_START && _phl_com->drv…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_thermal.c114 if(phl_com->drv_mode != RTW_DRV_MODE_NORMAL && in phl_thermal_protect_watchdog()
115 phl_com->drv_mode != RTW_DRV_MODE_HIGH_THERMAL) in phl_thermal_protect_watchdog()
H A Dphl_util.h19 #define phl_is_mp_mode(_phl_com) (_phl_com->drv_mode >= RTW_DRV_MODE_MP_SMDL_START && _phl_com->drv…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c268 int drv_mode = (DRV_MODE_STA | DRV_MODE_UAP | DRV_MODE_WIFIDIRECT); variable
270 int drv_mode = (DRV_MODE_STA | DRV_MODE_UAP); variable
274 int drv_mode = DRV_MODE_STA; variable
276 int drv_mode = DRV_MODE_UAP; variable
844 handle->drv_mode.fw_name = fw_name; in woal_update_firmware_name()
847 handle->drv_mode.fw_name = DEFAULT_WLAN_FW_NAME; in woal_update_firmware_name()
850 handle->drv_mode.fw_name = DEFAULT_AP_STA_FW_NAME; in woal_update_firmware_name()
853 handle->drv_mode.fw_name = DEFAULT_AP_FW_NAME; in woal_update_firmware_name()
855 handle->drv_mode.fw_name = DEFAULT_FW_NAME; in woal_update_firmware_name()
1033 kfree(handle->drv_mode.bss_attr); in woal_update_drv_tbl()
[all …]
H A Dmoal_proc.c59 extern int drv_mode;
394 if (config_data != (t_u32)drv_mode) in woal_config_write()
470 seq_printf(sfp, "drv_mode=%d\n", (int)drv_mode); in woal_config_read()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_init.c224 static int drv_mode = (DRV_MODE_STA | DRV_MODE_UAP | DRV_MODE_WIFIDIRECT); variable
226 static int drv_mode = (DRV_MODE_STA | DRV_MODE_UAP); variable
230 static int drv_mode = DRV_MODE_STA; variable
232 static int drv_mode = DRV_MODE_UAP; variable
654 params->drv_mode = out_data; in parse_cfg_read_block()
655 PRINTM(MMSG, "drv_mode = %d\n", params->drv_mode); in parse_cfg_read_block()
1420 handle->params.drv_mode = drv_mode; in woal_setup_module_param()
1422 handle->params.drv_mode = params->drv_mode; in woal_setup_module_param()
1675 handle->params.drv_mode = DRV_MODE_STA; in woal_setup_module_param()
1819 drv_mode = data; in woal_init_from_dev_tree()
[all …]
H A Dmoal_main.c1697 handle->drv_mode.fw_name = handle->params.fw_name;
1701 handle->drv_mode.fw_name =
1704 handle->drv_mode.fw_name = handle->card_info->fw_name;
1886 kfree(handle->drv_mode.bss_attr);
1887 handle->drv_mode.bss_attr = NULL;
1890 handle->drv_mode.drv_mode = handle->params.drv_mode;
1891 handle->drv_mode.intf_num = intf_num;
1892 handle->drv_mode.bss_attr = bss_tbl;
1923 if ((handle->params.drv_mode & DRV_MODE_STA)
1954 if (woal_update_drv_tbl(handle, handle->params.drv_mode) !=
[all …]
H A Dmoal_shim.c889 t_u32 drv_mode = handle->params.drv_mode; local
917 handle->params.drv_mode &= ~DRV_MODE_DFS;
920 handle->params.drv_mode &= ~DRV_MODE_WLAN;
921 if (!handle->params.drv_mode ||
924 handle->params.drv_mode)) {
931 for (i = 0; i < handle->drv_mode.intf_num; i++) {
933 handle->drv_mode.bss_attr[i].bss_type;
935 handle->drv_mode.bss_attr[i].frame_type;
937 handle->drv_mode.bss_attr[i].active;
939 handle->drv_mode.bss_attr[i].bss_priority;
[all …]
H A Dmoal_proc.c508 if (config_data != (t_u32)handle->params.drv_mode) in woal_config_write()
698 seq_printf(sfp, "drv_mode=%d\n", (int)handle->params.drv_mode); in woal_config_read()
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/lib/firmware/nxp/
H A Dwifi_mod_para.conf77 drv_mode=7
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c219 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
274 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
1529 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in _halrf_tssi_alimentk_8852b()
1663 if (rf->phl_com->drv_mode != RTW_DRV_MODE_MP) in _halrf_tssi_alimentk_8852b()
1735 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_tssi_backup_txagc_8852b()
1956 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_do_tssi_8852b()
2598 if (!(rf->phl_com->drv_mode == RTW_DRV_MODE_MP)) { in halrf_tssi_scan_ch_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c219 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
274 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
1529 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in _halrf_tssi_alimentk_8852b()
1663 if (rf->phl_com->drv_mode != RTW_DRV_MODE_MP) in _halrf_tssi_alimentk_8852b()
1735 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_tssi_backup_txagc_8852b()
1956 if (rf->phl_com->drv_mode == RTW_DRV_MODE_MP) { in halrf_do_tssi_8852b()
2598 if (!(rf->phl_com->drv_mode == RTW_DRV_MODE_MP)) { in halrf_tssi_scan_ch_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/
H A Dphl_test_verify.c199 phl_info->phl_com->drv_mode = driver_mode; in verify_change_mode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/
H A Dphl_test_verify.c199 phl_info->phl_com->drv_mode = driver_mode; in verify_change_mode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_init.c313 bb->ic_type, bb->phl_com->drv_mode, bb->support_ability); in halbb_supportability_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_init.c313 bb->ic_type, bb->phl_com->drv_mode, bb->support_ability); in halbb_supportability_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/
H A Dphl_test_mp.c283 phl_info->phl_com->drv_mode = driver_mode; in mp_change_mode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/
H A Dphl_test_mp.c283 phl_info->phl_com->drv_mode = driver_mode; in mp_change_mode()

123