Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dcpu_cooling.c616 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local
685 cooling_ops = &cpufreq_power_cooling_ops; in __cpufreq_cooling_register()
687 cooling_ops = &cpufreq_cooling_ops; in __cpufreq_cooling_register()
691 cooling_ops); in __cpufreq_cooling_register()
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1596 static struct thermal_cooling_device_ops cooling_ops = { variable
1612 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()