Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c731 const struct rtw89_acpi_geo_sar_hp_val *ptr_ent_val; in rtw89_acpi_geo_sar_load_hp_legacy() local
744 ptr_ent_val = &ptr_ent->val_2ghz; in rtw89_acpi_geo_sar_load_hp_legacy()
747 ptr_ent_val = &ptr_ent->val_5ghz; in rtw89_acpi_geo_sar_load_hp_legacy()
751 ptr_ent_val = NULL; in rtw89_acpi_geo_sar_load_hp_legacy()
755 if (!ptr_ent_val) in rtw89_acpi_geo_sar_load_hp_legacy()
759 rtw89_acpi_geo_sar_load_by_hp(rtwdev, ptr_ent_val, path, in rtw89_acpi_geo_sar_load_hp_legacy()
772 const struct rtw89_acpi_geo_sar_hp_val *ptr_ent_val; in rtw89_acpi_geo_sar_load_hp_has_6ghz() local
785 ptr_ent_val = &ptr_ent->val_2ghz; in rtw89_acpi_geo_sar_load_hp_has_6ghz()
788 ptr_ent_val = &ptr_ent->val_5ghz; in rtw89_acpi_geo_sar_load_hp_has_6ghz()
791 ptr_ent_val = &ptr_ent->val_6ghz; in rtw89_acpi_geo_sar_load_hp_has_6ghz()
[all …]