Home
last modified time | relevance | path

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

/linux/drivers/acpi/pmic/
H A Dintel_pmic_bytcrc.c137 static const struct pmic_table thermal_table[] = { variable
284 .thermal_table = thermal_table,
285 .thermal_table_count = ARRAY_SIZE(thermal_table),
H A Dintel_pmic_xpower.c132 static const struct pmic_table thermal_table[] = { variable
326 .thermal_table = thermal_table,
327 .thermal_table_count = ARRAY_SIZE(thermal_table),
H A Dintel_pmic_bxtwc.c180 static const struct pmic_table thermal_table[] = { variable
382 .thermal_table = thermal_table,
383 .thermal_table_count = ARRAY_SIZE(thermal_table),
H A Dintel_pmic.h26 const struct pmic_table *thermal_table; member
H A Dintel_pmic_chtdc_ti.c107 .thermal_table = chtdc_ti_thermal_table,