Searched refs:thermal_zone_of_sensor_register (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | thermal.h | 322 thermal_zone_of_sensor_register(struct device *dev, int id, void *data, 340 thermal_zone_of_sensor_register(struct device *dev, int id, void *data, in thermal_zone_of_sensor_register() function
|
| /Linux-v5.10/drivers/thermal/ |
| D | thermal_of.c | 490 thermal_zone_of_sensor_register(struct device *dev, int sensor_id, void *data, in thermal_zone_of_sensor_register() function 531 EXPORT_SYMBOL_GPL(thermal_zone_of_sensor_register); 620 tzd = thermal_zone_of_sensor_register(dev, sensor_id, data, ops); in devm_thermal_zone_of_sensor_register()
|
| D | zx2967_thermal.c | 162 priv->tzd = thermal_zone_of_sensor_register(&pdev->dev, in zx2967_thermal_probe()
|
| /Linux-v5.10/drivers/thermal/broadcom/ |
| D | bcm2835_thermal.c | 210 tz = thermal_zone_of_sensor_register(&pdev->dev, 0, data, in bcm2835_thermal_probe()
|
| /Linux-v5.10/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 111 *thermal_zone_of_sensor_register(struct device *dev, int sensor_id, 164 successfully added by interface thermal_zone_of_sensor_register(). 166 thermal zone device registered with thermal_zone_of_sensor_register() 179 thermal_zone_of_sensor_register(). 181 All details of thermal_zone_of_sensor_register() described in
|
| /Linux-v5.10/drivers/iio/adc/ |
| D | sun4i-gpadc-iio.c | 640 info->tzd = thermal_zone_of_sensor_register(info->sensor_device, in sun4i_gpadc_probe()
|
| /Linux-v5.10/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 1093 data->tzd = thermal_zone_of_sensor_register(&pdev->dev, 0, data, in exynos_tmu_probe()
|