Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthermal.h299 struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data,
313 struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data, in thermal_of_zone_register() function
/Linux-v6.1/drivers/thermal/
Dthermal_of.c587 struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data, in thermal_of_zone_register() function
665 EXPORT_SYMBOL_GPL(thermal_of_zone_register);
703 tzd = thermal_of_zone_register(dev->of_node, sensor_id, data, ops); in devm_thermal_of_zone_register()