Home
last modified time | relevance | path

Searched refs:gnt_cfg (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dmac.c4202 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
4206 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
4209 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
4212 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
4215 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
4218 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
4221 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
4224 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
4227 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
4241 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all …]
Dmac.h849 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
851 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
Dcoex.c6608 static void _get_gnt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_coex_gnt *gnt_cfg) in _get_gnt() argument
6618 gnt = &gnt_cfg->band[0]; in _get_gnt()
6624 gnt = &gnt_cfg->band[1]; in _get_gnt()
6633 gnt = &gnt_cfg->band[0]; in _get_gnt()
6639 gnt = &gnt_cfg->band[1]; in _get_gnt()
6660 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg() local
6683 _get_gnt(rtwdev, &gnt_cfg); in _show_mreg()
6684 gnt = gnt_cfg.band[0]; in _show_mreg()
6693 gnt = gnt_cfg.band[1]; in _show_mreg()
Dcore.h2347 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
4147 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
4151 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()