Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c39 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_limited_tx() local
40 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_limited_tx()
102 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_limited_wl() local
103 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw_coex_limited_wl()
104 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_limited_wl()
108 if (coex->under_5g || in rtw_coex_limited_wl()
123 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_wl_ccklock_action() local
124 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_coex_wl_ccklock_action()
127 if (coex->stop_dm) in rtw_coex_wl_ccklock_action()
162 struct rtw_coex *coex = &rtwdev->coex; in rtw_coex_wl_ccklock_detect() local
[all …]
Dmain.c753 struct rtw_coex *coex = &rtwdev->coex; in rtw_core_stop() local
759 cancel_delayed_work_sync(&coex->bt_relink_work); in rtw_core_stop()
760 cancel_delayed_work_sync(&coex->bt_reenable_work); in rtw_core_stop()
761 cancel_delayed_work_sync(&coex->defreeze_work); in rtw_core_stop()
1146 struct rtw_coex *coex = &rtwdev->coex; in rtw_core_init() local
1156 INIT_DELAYED_WORK(&coex->bt_relink_work, rtw_coex_bt_relink_work); in rtw_core_init()
1157 INIT_DELAYED_WORK(&coex->bt_reenable_work, rtw_coex_bt_reenable_work); in rtw_core_init()
1158 INIT_DELAYED_WORK(&coex->defreeze_work, rtw_coex_defreeze_work); in rtw_core_init()
1161 skb_queue_head_init(&rtwdev->coex.queue); in rtw_core_init()
1170 mutex_init(&rtwdev->coex.mutex); in rtw_core_init()
[all …]
Drtw8822b.c1037 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_ant_switch() local
1038 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_ant_switch()
1039 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch()
1133 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_rfe_type() local
1134 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type()
1181 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_tx_power() local
1182 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_tx_power()
1203 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_rx_gain() local
1204 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_rx_gain()
DMakefile12 coex.o \
Drtw8822c.c1933 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_gnt_fix() local
1934 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw8822c_coex_cfg_gnt_fix()
1943 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix()
1974 coex->under_5g || !efuse->share_ant) { in rtw8822c_coex_cfg_gnt_fix()
2000 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_rfe_type() local
2001 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
2023 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_tx_power() local
2024 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_tx_power()
2034 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_rx_gain() local
2035 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_rx_gain()
Dmain.h1331 struct rtw_coex coex; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dlib.c631 struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data; in iwlagn_bt_coex_profile_notif() local
632 struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg; in iwlagn_bt_coex_profile_notif()
640 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()
641 IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load); in iwlagn_bt_coex_profile_notif()
643 coex->bt_ci_compliance); in iwlagn_bt_coex_profile_notif()
650 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()
651 priv->last_bt_traffic_load != coex->bt_traffic_load) { in iwlagn_bt_coex_profile_notif()
652 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()
659 coex->bt_traffic_load; in iwlagn_bt_coex_profile_notif()
665 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
DMakefile6 iwlmvm-y += power.o coex.o
/Linux-v5.4/drivers/net/wireless/rsi/
DKconfig53 This option enables the WLAN BT coex support in rsi drivers.
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c1001 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex() local
1003 u16 action = le16_to_cpu(coex->action); in mwifiex_ret_robust_coex()
1007 *)((u8 *)coex + sizeof(struct host_cmd_ds_robust_coex)); in mwifiex_ret_robust_coex()
Dsta_cmd.c1569 struct host_cmd_ds_robust_coex *coex = &cmd->params.coex; in mwifiex_cmd_robust_coex() local
1573 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1575 coex->action = cpu_to_le16(cmd_action); in mwifiex_cmd_robust_coex()
1577 ((u8 *)coex + sizeof(*coex)); in mwifiex_cmd_robust_coex()
1581 if (coex->action == HostCmd_ACT_GEN_GET) in mwifiex_cmd_robust_coex()
Dfw.h2372 struct host_cmd_ds_robust_coex coex; member
/Linux-v5.4/drivers/bluetooth/
DKconfig434 to the RSI_91x coex module for further scheduling to device