Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4978 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt() argument
4982 if (gnt_cfg->band[0].gnt_bt) in rtw89_mac_cfg_gnt()
4985 if (gnt_cfg->band[0].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
4988 if (gnt_cfg->band[0].gnt_wl) in rtw89_mac_cfg_gnt()
4991 if (gnt_cfg->band[0].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
4994 if (gnt_cfg->band[1].gnt_bt) in rtw89_mac_cfg_gnt()
4997 if (gnt_cfg->band[1].gnt_bt_sw_en) in rtw89_mac_cfg_gnt()
5000 if (gnt_cfg->band[1].gnt_wl) in rtw89_mac_cfg_gnt()
5003 if (gnt_cfg->band[1].gnt_wl_sw_en) in rtw89_mac_cfg_gnt()
5017 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_mac_cfg_gnt_v1() argument
[all …]
H A Dmac.h1017 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
1019 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
H A Dcoex.c7681 static void _get_gnt(struct rtw89_dev *rtwdev, struct rtw89_mac_ax_coex_gnt *gnt_cfg) in _get_gnt() argument
7691 gnt = &gnt_cfg->band[0]; in _get_gnt()
7697 gnt = &gnt_cfg->band[1]; in _get_gnt()
7706 gnt = &gnt_cfg->band[0]; in _get_gnt()
7712 gnt = &gnt_cfg->band[1]; in _get_gnt()
7733 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v1() local
7753 _get_gnt(rtwdev, &gnt_cfg); in _show_mreg_v1()
7754 gnt = gnt_cfg.band[0]; in _show_mreg_v1()
7763 gnt = gnt_cfg.band[1]; in _show_mreg_v1()
7837 struct rtw89_mac_ax_coex_gnt gnt_cfg = {}; in _show_mreg_v2() local
[all …]
H A Dcore.h3084 const struct rtw89_mac_ax_coex_gnt *gnt_cfg);
5193 const struct rtw89_mac_ax_coex_gnt *gnt_cfg) in rtw89_chip_mac_cfg_gnt() argument
5197 chip->ops->mac_cfg_gnt(rtwdev, gnt_cfg); in rtw89_chip_mac_cfg_gnt()