Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h344 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name);
384 static inline struct thermal_zone_device *thermal_zone_get_zone_by_name( in thermal_zone_get_zone_by_name() function
/linux-4.1.27/drivers/thermal/
Dof-thermal.c402 tzd = thermal_zone_get_zone_by_name(zone->name); in thermal_zone_of_add_sensor()
947 zone = thermal_zone_get_zone_by_name(child->name); in of_thermal_destroy_zones()
Dthermal_core.c1711 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name) in thermal_zone_get_zone_by_name() function
1737 EXPORT_SYMBOL_GPL(thermal_zone_get_zone_by_name);
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c319 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()
/linux-4.1.27/drivers/power/
Dcharger-manager.c1464 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data()