Symbol: acpi_thermal
drivers/acpi/thermal.c
128
static int acpi_thermal_get_temperature(struct acpi_thermal *tz)
drivers/acpi/thermal.c
150
static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz)
drivers/acpi/thermal.c
169
static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k)
drivers/acpi/thermal.c
189
static int active_trip_index(struct acpi_thermal *tz,
drivers/acpi/thermal.c
198
static long get_passive_temp(struct acpi_thermal *tz)
drivers/acpi/thermal.c
208
static long get_active_temp(struct acpi_thermal *tz, int index)
drivers/acpi/thermal.c
228
static void acpi_thermal_update_trip(struct acpi_thermal *tz,
drivers/acpi/thermal.c
248
static bool update_trip_devices(struct acpi_thermal *tz,
drivers/acpi/thermal.c
278
static void acpi_thermal_update_trip_devices(struct acpi_thermal *tz,
drivers/acpi/thermal.c
293
struct acpi_thermal *tz;
drivers/acpi/thermal.c
301
struct acpi_thermal *tz = atd->tz;
drivers/acpi/thermal.c
322
static void acpi_queue_thermal_check(struct acpi_thermal *tz)
drivers/acpi/thermal.c
328
static void acpi_thermal_trips_update(struct acpi_thermal *tz, u32 event)
drivers/acpi/thermal.c
347
static int acpi_thermal_get_critical_trip(struct acpi_thermal *tz)
drivers/acpi/thermal.c
377
static int acpi_thermal_get_hot_trip(struct acpi_thermal *tz)
drivers/acpi/thermal.c
390
static bool passive_trip_params_init(struct acpi_thermal *tz)
drivers/acpi/thermal.c
422
static bool acpi_thermal_init_trip(struct acpi_thermal *tz, int index)
drivers/acpi/thermal.c
461
static void acpi_thermal_get_trip_points(struct acpi_thermal *tz)
drivers/acpi/thermal.c
480
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
499
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
543
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
552
struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
drivers/acpi/thermal.c
592
static int acpi_thermal_zone_sysfs_add(struct acpi_thermal *tz)
drivers/acpi/thermal.c
610
static void acpi_thermal_zone_sysfs_remove(struct acpi_thermal *tz)
drivers/acpi/thermal.c
618
static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz,
drivers/acpi/thermal.c
660
struct acpi_thermal *tz = data;
drivers/acpi/thermal.c
677
struct acpi_thermal *tz = data;
drivers/acpi/thermal.c
709
static void acpi_thermal_aml_dependency_fix(struct acpi_thermal *tz)
drivers/acpi/thermal.c
739
static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp)
drivers/acpi/thermal.c
749
struct acpi_thermal *tz = container_of(work, struct acpi_thermal,
drivers/acpi/thermal.c
774
struct acpi_thermal *tz = data;
drivers/acpi/thermal.c
791
struct acpi_thermal *tz;
drivers/acpi/thermal.c
800
tz = kzalloc_obj(struct acpi_thermal);