Home
last modified time | relevance | path

Searched refs:cooling_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/thermal/
Dof-thermal.c32 struct device_node *cooling_device; member
223 if (tcbp->cooling_device == cdev->np) { in of_thermal_bind()
258 if (tcbp->cooling_device == cdev->np) { in of_thermal_unbind()
732 __tcbp[i].cooling_device = cooling_spec.np; in thermal_of_populate_bind_params()
749 of_node_put(__tcbp[i].cooling_device); in thermal_of_populate_bind_params()
962 of_node_put(tbp->tcbp[j].cooling_device); in thermal_of_build_thermal_zone()
989 of_node_put(tbp->tcbp[j].cooling_device); in of_thermal_free_zone()
/Linux-v5.4/Documentation/driver-api/thermal/
Dsysfs-api.rst228 to /sys/class/thermal/ folder as `cooling_device[0-*]`. It tries to bind itself
401 /sys/class/thermal/cooling_device[0-*]:
758 {thermal_zone, cooling_device, trip_point} combination. Returns NULL
/Linux-v5.4/scripts/dtc/
Dchecks.c1442 WARNING_PROPERTY_PHANDLE_CELLS(cooling_device, "cooling-device", "#cooling-cells");