Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/pmic/
Dintel_pmic_crc.c145 static struct pmic_table thermal_table[] = { variable
291 .thermal_table = thermal_table,
292 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic_xpower.c136 static struct pmic_table thermal_table[] = { variable
240 .thermal_table = thermal_table,
241 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic_bxtwc.c188 static struct pmic_table thermal_table[] = { variable
389 .thermal_table = thermal_table,
390 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic.h20 struct pmic_table *thermal_table; member
Dintel_pmic_chtdc_ti.c102 .thermal_table = chtdc_ti_thermal_table,
Dintel_pmic.c185 result = pmic_get_reg_bit(address, d->thermal_table, in intel_pmic_thermal_handler()