Lines Matching refs:regulatory
23 __r->regulatory->alpha2[0], \
24 __r->regulatory->alpha2[1], \
25 __r->regulatory->txpwr_regd_2g, \
26 __r->regulatory->txpwr_regd_5g, \
360 rtwdev->regd.regulatory = &rtw_reg_ww; in rtw_regd_init()
403 !rtw_reg_is_ww(next_regd->regulatory)) { in rtw_regd_mgmt_worldwide()
416 rtw_reg_match(next_regd->regulatory, rtwdev->efuse.country_code)) { in rtw_regd_mgmt_programmed()
435 if (rtw_reg_is_ww(next_regd->regulatory)) { in rtw_regd_mgmt_setting()
454 next_regd->regulatory = rtw_reg_find_by_name(request->alpha2); in rtw_regd_state_hdl()
498 rtwdev->regd.regulatory->txpwr_regd_2g : in rtw_regd_get()
499 rtwdev->regd.regulatory->txpwr_regd_5g; in rtw_regd_get()