Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/x86/
Dgpd-pocket-fan.c162 fan->dts0 = thermal_zone_get_zone_by_name("soc_dts0"); in gpd_pocket_fan_probe()
166 fan->dts1 = thermal_zone_get_zone_by_name("soc_dts1"); in gpd_pocket_fan_probe()
/linux-6.1.9/include/linux/
Dthermal.h369 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name);
407 static inline struct thermal_zone_device *thermal_zone_get_zone_by_name( in thermal_zone_get_zone_by_name() function
/linux-6.1.9/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c152 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()
/linux-6.1.9/drivers/thermal/intel/
Dintel_bxt_pmic_thermal.c195 tzd = thermal_zone_get_zone_by_name(td->maps[i].handle); in pmic_thermal_irq_handler()
/linux-6.1.9/drivers/power/supply/
Dab8500_btemp.c726 di->tz = thermal_zone_get_zone_by_name("battery-thermal"); in ab8500_btemp_probe()
Dcharger-manager.c1251 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data()
/linux-6.1.9/drivers/thermal/
Dthermal_core.c1419 struct thermal_zone_device *thermal_zone_get_zone_by_name(const char *name) in thermal_zone_get_zone_by_name() function
1445 EXPORT_SYMBOL_GPL(thermal_zone_get_zone_by_name);
/linux-6.1.9/drivers/gpu/drm/tiny/
Drepaper.c1015 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-omap.c344 thermal_dev = thermal_zone_get_zone_by_name("cpu_thermal"); in sdhci_omap_execute_tuning()
/linux-6.1.9/drivers/soc/mediatek/
Dmtk-svs.c1675 svsb->tzd = thermal_zone_get_zone_by_name(svsb->tzone_name); in svs_bank_resource_setup()