Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h415 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name);
468 static inline struct thermal_zone_device *thermal_zone_get_zone_by_name( in thermal_zone_get_zone_by_name() function
/linux-4.4.14/drivers/thermal/
Dof-thermal.c407 tzd = thermal_zone_get_zone_by_name(zone->name); in thermal_zone_of_add_sensor()
978 zone = thermal_zone_get_zone_by_name(child->name); in of_thermal_destroy_zones()
Dthermal_core.c2036 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name) in thermal_zone_get_zone_by_name() function
2062 EXPORT_SYMBOL_GPL(thermal_zone_get_zone_by_name);
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c320 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()
/linux-4.4.14/drivers/power/
Dcharger-manager.c1464 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data()