Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dthermal.c619 const struct thermal_trip *trip_table, in acpi_thermal_register_thermal_zone() argument
627 "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_add() local
829 trip = trip_table; in acpi_thermal_add()
865 if (trip == trip_table) in acpi_thermal_add()
868 result = acpi_thermal_register_thermal_zone(tz, trip_table, in acpi_thermal_add()
869 trip - trip_table, in acpi_thermal_add()