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

/linux-master/drivers/acpi/
H A Dthermal.c659 const struct thermal_trip *trip_table,
667 "acpitz", trip_table, trip_count, tz,
822 struct thermal_trip trip_table[ACPI_THERMAL_MAX_NR_TRIPS] = { 0 }; local
869 trip = trip_table;
905 if (trip == trip_table)
908 result = acpi_thermal_register_thermal_zone(tz, trip_table,
909 trip - trip_table,
658 acpi_thermal_register_thermal_zone(struct acpi_thermal *tz, const struct thermal_trip *trip_table, unsigned int trip_count, int passive_delay) argument

Completed in 108 milliseconds