Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/acpi/pmic/
Dintel_pmic_bytcrc.c137 static struct pmic_table thermal_table[] = { variable
284 .thermal_table = thermal_table,
285 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic_xpower.c132 static struct pmic_table thermal_table[] = { variable
325 .thermal_table = thermal_table,
326 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic_bxtwc.c180 static struct pmic_table thermal_table[] = { variable
382 .thermal_table = thermal_table,
383 .thermal_table_count = ARRAY_SIZE(thermal_table),
Dintel_pmic.h26 struct pmic_table *thermal_table; member
Dintel_pmic_chtdc_ti.c104 .thermal_table = chtdc_ti_thermal_table,
Dintel_pmic.c180 result = pmic_get_reg_bit(address, d->thermal_table, in intel_pmic_thermal_handler()