Home
last modified time | relevance | path

Searched refs:cooling_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/thermal/
Dcpu_cooling.c538 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local
613 cooling_ops = &cpufreq_power_cooling_ops; in __cpufreq_cooling_register()
615 cooling_ops = &cpufreq_cooling_ops; in __cpufreq_cooling_register()
629 cooling_ops); in __cpufreq_cooling_register()
/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1599 static struct thermal_cooling_device_ops cooling_ops = { variable
1615 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()