thermal_zone_get_zone_by_name
epd->thermal = thermal_zone_get_zone_by_name(thermal_zone);
thermal_dev = thermal_zone_get_zone_by_name("cpu_thermal");
fan->dts0 = thermal_zone_get_zone_by_name("soc_dts0");
fan->dts1 = thermal_zone_get_zone_by_name("soc_dts1");
di->tz = thermal_zone_get_zone_by_name("battery-thermal");
thermal_zone_get_zone_by_name(desc->thermal_zone);
svsb->tzd = thermal_zone_get_zone_by_name(tz_name_buf);
tzd = thermal_zone_get_zone_by_name(td->maps[i].handle);
EXPORT_SYMBOL_GPL(thermal_zone_get_zone_by_name);
data->pcb_tz = thermal_zone_get_zone_by_name("pcb");
struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name);