Lines Matching full:regulatory
402 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_init() local
407 regulatory->reg_6ghz_power = RTW89_REG_6GHZ_POWER_DFLT; in rtw89_regd_init()
414 rtwdev->regulatory.regd = chip_regd; in rtw89_regd_init()
420 rtwdev->regulatory.regd->alpha2); in rtw89_regd_init()
422 rtw89_warn(rtwdev, "failed to hint regulatory:%d\n", ret); in rtw89_regd_init()
428 rtw89_debug_regd(rtwdev, rtwdev->regulatory.regd, in rtw89_regd_init()
437 rtwdev->regulatory.regd = rtw89_regd_find_reg_by_name(request->alpha2); in rtw89_regd_notifier_apply()
439 * and it does not expect the regulatory will be modified by in rtw89_regd_notifier_apply()
443 !rtw89_regd_is_ww(rtwdev->regulatory.regd)) in rtw89_regd_notifier_apply()
463 rtw89_debug_regd(rtwdev, rtwdev->regulatory.regd, in rtw89_regd_notifier()
475 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in __rtw89_reg_6ghz_power_recalc() local
496 if (regulatory->reg_6ghz_power == sel) in __rtw89_reg_6ghz_power_recalc()
502 regulatory->reg_6ghz_power = sel; in __rtw89_reg_6ghz_power_recalc()