Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dgpd-pocket-fan.c145 fan->dts0 = thermal_zone_get_zone_by_name("soc_dts0"); in gpd_pocket_fan_probe()
149 fan->dts1 = thermal_zone_get_zone_by_name("soc_dts1"); in gpd_pocket_fan_probe()
/Linux-v4.19/include/linux/
Dthermal.h451 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name);
509 static inline struct thermal_zone_device *thermal_zone_get_zone_by_name( in thermal_zone_get_zone_by_name() function
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c173 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()
/Linux-v4.19/drivers/thermal/
Dintel_bxt_pmic_thermal.c204 tzd = thermal_zone_get_zone_by_name(td->maps[i].handle); in pmic_thermal_irq_handler()
Dof-thermal.c394 tzd = thermal_zone_get_zone_by_name(zone->name); in thermal_zone_of_add_sensor()
1044 zone = thermal_zone_get_zone_by_name(child->name); in of_thermal_destroy_zones()
Dthermal_core.c1369 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name) in thermal_zone_get_zone_by_name() function
1395 EXPORT_SYMBOL_GPL(thermal_zone_get_zone_by_name);
/Linux-v4.19/drivers/gpu/drm/tinydrm/
Drepaper.c981 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe()
/Linux-v4.19/drivers/power/supply/
Dcharger-manager.c1459 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data()