Home
last modified time | relevance | path

Searched refs:policy_6ghz (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c39 struct rtw89_acpi_policy_6ghz **policy_6ghz) in rtw89_acpi_dsm_get_policy_6ghz() argument
71 *policy_6ghz = kmemdup(ptr, expect_len, GFP_KERNEL); in rtw89_acpi_dsm_get_policy_6ghz()
72 if (!*policy_6ghz) in rtw89_acpi_dsm_get_policy_6ghz()
75 rtw89_hex_dump(rtwdev, RTW89_DBG_ACPI, "policy_6ghz: ", *policy_6ghz, in rtw89_acpi_dsm_get_policy_6ghz()
141 &res->u.policy_6ghz); in rtw89_acpi_evaluate_dsm()
H A Dacpi.h61 struct rtw89_acpi_policy_6ghz *policy_6ghz; member
H A Dregd.c436 ptr = res.u.policy_6ghz; in rtw89_regd_setup_policy_6ghz()