Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dthermal.c620 const struct thermal_trip *trip_table, in acpi_thermal_register_thermal_zone() argument
628 "acpitz", trip_table, trip_count, tz, in acpi_thermal_register_thermal_zone()
782 struct thermal_trip trip_table[ACPI_THERMAL_MAX_NR_TRIPS] = { 0 }; in acpi_thermal_probe() local
833 trip = trip_table; in acpi_thermal_probe()
869 if (trip == trip_table) in acpi_thermal_probe()
872 result = acpi_thermal_register_thermal_zone(tz, trip_table, in acpi_thermal_probe()
873 trip - trip_table, in acpi_thermal_probe()