Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dphy.c1650 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit() local
1651 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit()
1652 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit()
1653 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit()
1907 const struct rtw89_rfe_parms *rfe_parms = rtwdev->rfe_parms; in rtw89_phy_read_txpwr_limit_ru() local
1908 const struct rtw89_txpwr_rule_2ghz *rule_2ghz = &rfe_parms->rule_2ghz; in rtw89_phy_read_txpwr_limit_ru()
1909 const struct rtw89_txpwr_rule_5ghz *rule_5ghz = &rfe_parms->rule_5ghz; in rtw89_phy_read_txpwr_limit_ru()
1910 const struct rtw89_txpwr_rule_6ghz *rule_6ghz = &rfe_parms->rule_6ghz; in rtw89_phy_read_txpwr_limit_ru()
Dcore.c3775 while (conf->rfe_parms) { in rtw89_core_setup_rfe_parms()
3777 rtwdev->rfe_parms = conf->rfe_parms; in rtw89_core_setup_rfe_parms()
3784 rtwdev->rfe_parms = chip->dflt_parms; in rtw89_core_setup_rfe_parms()
Dcore.h3298 const struct rtw89_rfe_parms *rfe_parms; member
4367 const struct rtw89_rfe_parms *rfe_parms; member
Drtw8851b_table.c14836 .rfe_parms = &rtw89_8851b_rfe_parms_type2,