Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthermal.h300 struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data,
314 struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data, in thermal_of_zone_register() function
/linux-6.1.9/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
669 EXPORT_SYMBOL_GPL(thermal_of_zone_register);
707 tzd = thermal_of_zone_register(dev->of_node, sensor_id, data, ops); in devm_thermal_of_zone_register()