| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | lib.c | 626 struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data; in iwlagn_bt_coex_profile_notif() local 627 struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg; in iwlagn_bt_coex_profile_notif() 635 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif() 636 IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load); in iwlagn_bt_coex_profile_notif() 638 coex->bt_ci_compliance); in iwlagn_bt_coex_profile_notif() 645 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif() 646 priv->last_bt_traffic_load != coex->bt_traffic_load) { in iwlagn_bt_coex_profile_notif() 647 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif() 654 coex->bt_traffic_load; in iwlagn_bt_coex_profile_notif() 660 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822b.c | 1131 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_ant_switch() local 1132 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_ant_switch() 1133 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() 1227 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_rfe_type() local 1228 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() 1275 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_tx_power() local 1276 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_tx_power() 1297 struct rtw_coex *coex = &rtwdev->coex; in rtw8822b_coex_cfg_wl_rx_gain() local 1298 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822b_coex_cfg_wl_rx_gain()
|
| H A D | rtw8821c.c | 840 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_ant_switch() local 841 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821c_coex_cfg_ant_switch() 842 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() 949 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_rfe_type() local 950 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() 991 struct rtw_coex *coex = &rtwdev->coex; in rtw8821c_coex_cfg_wl_tx_power() local 992 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8821c_coex_cfg_wl_tx_power()
|
| H A D | debug.c | 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 963 coex->manual_control ? "disabled" : "enabled"); in rtw_debugfs_get_coex_enable()
|
| H A D | Makefile | 12 coex.o \
|
| H A D | mac80211.c | 385 struct rtw_coex *coex = &rtwdev->coex; in rtw_ops_bss_info_changed() local 386 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_ops_bss_info_changed()
|
| H A D | ps.c | 281 if (rtwdev->coex.stat.wl_force_lps_ctrl) in rtw_enter_lps()
|
| H A D | rtw8822c.c | 2955 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_gnt_fix() local 2956 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw8822c_coex_cfg_gnt_fix() 2965 if ((coex_stat->kt_ver == 0 && coex->under_5g) || coex->freerun) in rtw8822c_coex_cfg_gnt_fix() 3011 coex->under_5g || !efuse->share_ant) { in rtw8822c_coex_cfg_gnt_fix() 3043 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_rfe_type() local 3044 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type() 3066 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_tx_power() local 3067 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_tx_power() 3077 struct rtw_coex *coex = &rtwdev->coex; in rtw8822c_coex_cfg_wl_rx_gain() local 3078 struct rtw_coex_dm *coex_dm = &coex->dm; in rtw8822c_coex_cfg_wl_rx_gain()
|
| H A D | rtw8814a.c | 1822 struct rtw_coex *coex = &rtwdev->coex; in rtw8814a_coex_cfg_rfe_type() local 1823 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
|
| H A D | main.h | 2078 struct rtw_coex coex; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | Makefile | 7 iwlmvm-y += power.o coex.o
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | Kconfig | 53 This option enables the WLAN BT coex support in rsi drivers.
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | Makefile | 16 coex.o \
|
| H A D | mac.h | 1499 int rtw89_mac_coex_init(struct rtw89_dev *rtwdev, const struct rtw89_mac_ax_coex *coex); 1501 const struct rtw89_mac_ax_coex *coex);
|
| H A D | mac.c | 6366 int rtw89_mac_coex_init(struct rtw89_dev *rtwdev, const struct rtw89_mac_ax_coex *coex) in rtw89_mac_coex_init() argument 6401 switch (coex->pta_mode) { in rtw89_mac_coex_init() 6438 switch (coex->direction) { in rtw89_mac_coex_init() 6463 const struct rtw89_mac_ax_coex *coex) in rtw89_mac_coex_init_v1() argument 6471 switch (coex->pta_mode) { in rtw89_mac_coex_init_v1()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmdresp.c | 1022 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex() local 1024 u16 action = le16_to_cpu(coex->action); in mwifiex_ret_robust_coex() 1028 *)((u8 *)coex + sizeof(struct host_cmd_ds_robust_coex)); in mwifiex_ret_robust_coex()
|
| H A D | sta_cmd.c | 1656 struct host_cmd_ds_robust_coex *coex = &cmd->params.coex; in mwifiex_cmd_robust_coex() local 1660 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex() 1662 coex->action = cpu_to_le16(cmd_action); in mwifiex_cmd_robust_coex() 1664 ((u8 *)coex + sizeof(*coex)); in mwifiex_cmd_robust_coex() 1668 if (coex->action == HostCmd_ACT_GEN_GET) in mwifiex_cmd_robust_coex()
|
| H A D | fw.h | 2440 struct host_cmd_ds_robust_coex coex; member
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cmd.c | 2100 struct host_cmd_ds_robust_coex *coex = &cmd->params.coex; in nxpwifi_cmd_sta_robust_coex() local 2105 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in nxpwifi_cmd_sta_robust_coex() 2107 coex->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_sta_robust_coex() 2109 ((u8 *)coex + sizeof(*coex)); in nxpwifi_cmd_sta_robust_coex() 2113 if (coex->action == HOST_ACT_GEN_GET) in nxpwifi_cmd_sta_robust_coex() 2130 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in nxpwifi_ret_sta_robust_coex() local 2133 u16 action = le16_to_cpu(coex->action); in nxpwifi_ret_sta_robust_coex() 2140 *)((u8 *)coex + sizeof(struct host_cmd_ds_robust_coex)); in nxpwifi_ret_sta_robust_coex()
|
| H A D | fw.h | 2439 struct host_cmd_ds_robust_coex coex; member
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7986a-bananapi-bpi-r3-mini.dts | 387 ngff-coex-conf {
|