Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c40 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_limited_tx() local
41 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_limited_tx()
99 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_limited_wl() local
100 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw_coex_limited_wl()
104 if (!coex->under_5g && coex_dm->bt_status != COEX_BTSTATUS_NCON_IDLE) { in rtw_coex_limited_wl()
114 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_freerun_check() local
115 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw_coex_freerun_check()
116 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_freerun_check()
150 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_wl_slot_extend() local
151 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_wl_slot_extend()
[all …]
H A Dmain.c17 #include "coex.h"
1631 struct rtw_coex *coex = &rtwdev->coex; in rtw_core_stop() local
1641 cancel_delayed_work_sync(&coex->bt_relink_work); in rtw_core_stop()
1642 cancel_delayed_work_sync(&coex->bt_reenable_work); in rtw_core_stop()
1643 cancel_delayed_work_sync(&coex->defreeze_work); in rtw_core_stop()
1644 cancel_delayed_work_sync(&coex->wl_remain_work); in rtw_core_stop()
1645 cancel_delayed_work_sync(&coex->bt_remain_work); in rtw_core_stop()
1646 cancel_delayed_work_sync(&coex->wl_connecting_work); in rtw_core_stop()
1647 cancel_delayed_work_sync(&coex in rtw_core_stop()
2213 struct rtw_coex *coex = &rtwdev->coex; rtw_core_init() local
[all...]
H A Drtw8821a.c764 struct rtw_coex *coex = &rtwdev->coex; in rtw8821a_coex_cfg_ant_switch() local
765 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821a_coex_cfg_ant_switch()
834 struct rtw_coex *coex = &rtwdev->coex; in rtw8821a_coex_cfg_rfe_type() local
835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type()
842 struct rtw_coex *coex = &rtwdev->coex; in rtw8821a_coex_cfg_wl_tx_power() local
843 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821a_coex_cfg_wl_tx_power()
H A Dcoex.h417 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_disabled()
418 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_disabled()
416 struct rtw_coex *coex = &rtwdev->coex; rtw_coex_disabled() local
H A Drtw8822b.c1127 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_ant_switch() local
1128 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_ant_switch()
1129 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch()
1223 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_rfe_type() local
1224 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type()
1271 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_tx_power() local
1272 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_tx_power()
1293 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_rx_gain() local
1294 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_rx_gain()
H A Drtw8821c.c838 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_ant_switch() local
839 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821c_coex_cfg_ant_switch()
840 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch()
947 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_rfe_type() local
948 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type()
989 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_wl_tx_power() local
990 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821c_coex_cfg_wl_tx_power()
H A Drtw8723d.c1067 struct rtw_coex *coex = &rtwdev->coex; in rtw8723d_coex_cfg_rfe_type() local
1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type()
1099 struct rtw_coex *coex = &rtwdev->coex; in rtw8723d_coex_cfg_wl_tx_power() local
1100 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8723d_coex_cfg_wl_tx_power()
1119 struct rtw_coex *coex = &rtwdev->coex; in rtw8723d_coex_cfg_wl_rx_gain() local
1120 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8723d_coex_cfg_wl_rx_gain()
H A Ddebug.c8 #include "coex.h"
941 struct rtw_coex *coex = &rtwdev->coex; in rtw_debugfs_set_coex_enable() local
950 coex->manual_control = !enable; in rtw_debugfs_set_coex_enable()
960 struct rtw_coex *coex = &rtwdev->coex; in rtw_debugfs_get_coex_enable() local
962 seq_printf(m, "coex mechanism %s\n", in rtw_debugfs_get_coex_enable()
963 coex->manual_control ? "disabled" : "enabled"); in rtw_debugfs_get_coex_enable()
H A DMakefile12 coex.o \
H A Dmac80211.c394 struct rtw_coex *coex = &rtwdev->coex; in rtw_ops_bss_info_changed() local
395 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_ops_bss_info_changed()
H A Dps.c10 #include "coex.h"
281 if (rtwdev->coex.stat.wl_force_lps_ctrl) in rtw_enter_lps()
H A Drtw8822c.c2956 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_gnt_fix() local
2957 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw8822c_coex_cfg_gnt_fix()
2966 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()
3012 coex->under_5g || !efuse->share_ant) { in rtw8822c_coex_cfg_gnt_fix()
3044 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_rfe_type() local
3045 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
3067 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_tx_power() local
3068 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_tx_power()
3078 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_rx_gain() local
3079 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_rx_gain()
H A Drtw8703b.c1681 struct rtw_coex *coex = &rtwdev->coex; in rtw8703b_coex_set_rfe_type() local
1682 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type()
H A Drtw8814a.c1832 struct rtw_coex *coex = &rtwdev->coex; in rtw8814a_coex_cfg_rfe_type() local
1833 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
H A Dmain.h2080 struct rtw_coex coex; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A DMakefile6 iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o
/freebsd/sys/modules/iwlwifi/
H A DMakefile33 SRCS+= mvm/binding.c mvm/coex.c
43 SRCS+= mld/agg.c mld/ap.c mld/coex.c
/freebsd/sys/modules/rtw88/
H A DMakefile21 SRCS+= bf.c coex.c debug.c efuse.c fw.c mac.c mac80211.c
/freebsd/sys/modules/rtw89/
H A DMakefile24 SRCS+= cam.c efuse.c efuse_be.c regd.c sar.c coex.c ps.c ser.c
/freebsd/sys/contrib/dev/rtw89/
H A DMakefile16 coex.o \
H A Dmac.h1346 int rtw89_mac_coex_init(struct rtw89_dev *rtwdev, const struct rtw89_mac_ax_coex *coex); in rtw89_mac_get_plt_cnt()
1348 const struct rtw89_mac_ax_coex *coex);
H A Dmac.c6143 int rtw89_mac_coex_init(struct rtw89_dev *rtwdev, const struct rtw89_mac_ax_coex *coex) in rtw89_mac_cfg_gnt_v1()
6178 switch (coex->pta_mode) { in rtw89_mac_cfg_plt_ax()
6215 switch (coex->direction) { in rtw89_mac_get_sb()
6240 const struct rtw89_mac_ax_coex *coex) in rtw89_mac_cfg_ctrl_path_v1()
6248 switch (coex->pta_mode) {
5957 rtw89_mac_coex_init(struct rtw89_dev * rtwdev,const struct rtw89_mac_ax_coex * coex) rtw89_mac_coex_init() argument
6054 rtw89_mac_coex_init_v1(struct rtw89_dev * rtwdev,const struct rtw89_mac_ax_coex * coex) rtw89_mac_coex_init_v1() argument
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath10k.txt95 - qcom,coexist-support : should contain eithr "0" or "1" to indicate coex
97 - qcom,coexist-gpio-pin : gpio pin number information to support coex
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7986a-bananapi-bpi-r3-mini.dts387 ngff-coex-conf {
/freebsd/contrib/wpa/hostapd/
H A DChangeLog349 * fixed a regression in HT 20/40 coex Action frame parsing