Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic_crc.c40 static struct pmic_table thermal_table[] = { variable
185 .thermal_table = thermal_table,
186 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic_xpower.c125 static struct pmic_table thermal_table[] = { variable
219 .thermal_table = thermal_table,
220 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic.h19 struct pmic_table *thermal_table; member
Dintel_pmic.c178 result = pmic_get_reg_bit(address, d->thermal_table, in intel_pmic_thermal_handler()