Home
last modified time | relevance | path

Searched refs:country_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.h55 u8 country_count; member
56 struct rtw89_acpi_country_code country_list[] __counted_by(country_count);
H A Dacpi.c179 expect_len = struct_size(ptr, country_list, ptr->country_count); in rtw89_acpi_dsm_get_policy_6ghz()