Symbol: acpi_thermal
drivers/acpi/thermal.c
129
static int acpi_thermal_get_temperature(struct acpi_thermal *tz)
drivers/acpi/thermal.c
151
static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz)
drivers/acpi/thermal.c
170
static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k)
drivers/acpi/thermal.c
190
static int active_trip_index(struct acpi_thermal *tz,
drivers/acpi/thermal.c
199
static long get_passive_temp(struct acpi_thermal *tz)
drivers/acpi/thermal.c
209
static long get_active_temp(struct acpi_thermal *tz, int index)
drivers/acpi/thermal.c
229
static void acpi_thermal_update_trip(struct acpi_thermal *tz,
drivers/acpi/thermal.c
249
static bool update_trip_devices(struct acpi_thermal *tz,
drivers/acpi/thermal.c
279
static void acpi_thermal_update_trip_devices(struct acpi_thermal *tz,
drivers/acpi/thermal.c
294
struct acpi_thermal *tz;
drivers/acpi/thermal.c
302
struct acpi_thermal *tz = atd->tz;
drivers/acpi/thermal.c
323
static void acpi_queue_thermal_check(struct acpi_thermal *tz)
drivers/acpi/thermal.c
329
static void acpi_thermal_trips_update(struct acpi_thermal *tz, u32 event)
drivers/acpi/thermal.c
348
static int acpi_thermal_get_critical_trip(struct acpi_thermal *tz)
drivers/acpi/thermal.c
378
static int acpi_thermal_get_hot_trip(struct acpi_thermal *tz)
drivers/acpi/thermal.c
391
static bool passive_trip_params_init(struct acpi_thermal *tz)
drivers/acpi/thermal.c
423
static bool acpi_thermal_init_trip(struct acpi_thermal *tz, int index)
drivers/acpi/thermal.c
462
static void acpi_thermal_get_trip_points(struct acpi_thermal *tz)
drivers/acpi/thermal.c
481
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
500
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
544
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
553
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
593
static int acpi_thermal_zone_sysfs_add(struct acpi_thermal *tz)
drivers/acpi/thermal.c
611
static void acpi_thermal_zone_sysfs_remove(struct acpi_thermal *tz)
drivers/acpi/thermal.c
619
static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz,
drivers/acpi/thermal.c
659
static void acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz)
drivers/acpi/thermal.c
674
struct acpi_thermal *tz = data;
drivers/acpi/thermal.c
706
static void acpi_thermal_aml_dependency_fix(struct acpi_thermal *tz)
drivers/acpi/thermal.c
736
static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp)
drivers/acpi/thermal.c
746
struct acpi_thermal *tz = container_of(work, struct acpi_thermal,
drivers/acpi/thermal.c
769
static void acpi_thermal_free_thermal_zone(struct acpi_thermal *tz)
drivers/acpi/thermal.c
786
struct acpi_thermal *tz;
drivers/acpi/thermal.c
795
tz = kzalloc_obj(struct acpi_thermal);
drivers/acpi/thermal.c
903
struct acpi_thermal *tz = platform_get_drvdata(pdev);