Home
last modified time | relevance | path

Searched refs:dfs_info (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_chan.c66 struct rtw_dfs_t *dfs_info = &phl_com->dfs_info; in phl_radar_detect_hdl() local
76 if (overlap_radar_range && !dfs_info->dfs_enabled) { in phl_radar_detect_hdl()
80 dfs_info->dfs_enabled = true; in phl_radar_detect_hdl()
90 } else if (!overlap_radar_range && dfs_info->dfs_enabled) { in phl_radar_detect_hdl()
94 dfs_info->dfs_enabled = false; in phl_radar_detect_hdl()
H A Dphl_sw_cap.c858 phl_com->dfs_info.region_domain = DFS_REGD_ETSI; in rtw_phl_final_cap_decision()
H A Dphl_def.h2657 struct rtw_dfs_t dfs_info; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_chan.c66 struct rtw_dfs_t *dfs_info = &phl_com->dfs_info; in phl_radar_detect_hdl() local
76 if (overlap_radar_range && !dfs_info->dfs_enabled) { in phl_radar_detect_hdl()
80 dfs_info->dfs_enabled = true; in phl_radar_detect_hdl()
90 } else if (!overlap_radar_range && dfs_info->dfs_enabled) { in phl_radar_detect_hdl()
94 dfs_info->dfs_enabled = false; in phl_radar_detect_hdl()
H A Dphl_sw_cap.c876 phl_com->dfs_info.region_domain = DFS_REGD_ETSI; in rtw_phl_final_cap_decision()
H A Dphl_def.h2681 struct rtw_dfs_t dfs_info; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dfs.c47 bb_dfs->dfs_rgn_domain = bb->phl_com->dfs_info.region_domain; in halbb_dfs_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dfs.c47 bb_dfs->dfs_rgn_domain = bb->phl_com->dfs_info.region_domain; in halbb_dfs_init()