Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dacpi.c94 memcpy(&ab->acpi.tas_sar_power_table, obj->buffer.pointer, in ath12k_acpi_dsm_get_data()
163 const u8 *tas_sar_power_table = ab->acpi.tas_sar_power_table; in ath12k_acpi_set_power_limit() local
166 if (tas_sar_power_table[0] != ATH12K_ACPI_TAS_DATA_VERSION || in ath12k_acpi_set_power_limit()
167 tas_sar_power_table[1] != ATH12K_ACPI_TAS_DATA_ENABLE) { in ath12k_acpi_set_power_limit()
173 tas_sar_power_table, in ath12k_acpi_set_power_limit()
278 ab->acpi.tas_sar_power_table, in ath12k_acpi_set_tas_params()
417 ab->acpi.tas_sar_power_table[0] == ATH12K_ACPI_TAS_DATA_VERSION && in ath12k_acpi_start()
418 ab->acpi.tas_sar_power_table[1] == ATH12K_ACPI_TAS_DATA_ENABLE) in ath12k_acpi_start()
H A Dcore.h1211 u8 tas_sar_power_table[ATH12K_ACPI_DSM_TAS_DATA_SIZE]; member