Home
last modified time | relevance | path

Searched defs:devdata (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Dthermal.h92 void *devdata; member
153 void *devdata; member
378 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_z… in thermal_zone_device_register()
387 thermal_cooling_device_register(const char *type, void *devdata, const struct thermal_cooling_devic… in thermal_cooling_device_register()
392 thermal_of_cooling_device_register(struct device_node *np, const char *type, void *devdata, in thermal_of_cooling_device_register()
398 …l_of_cooling_device_register(struct device *dev, struct device_node *np, char *type, void *devdata, in devm_thermal_of_cooling_device_register()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
Dthermal_core.c1103 …struct device_node *np, const char *type, void *devdata, const struct thermal_cooling_device_ops *… in __thermal_cooling_device_register()
1181 struct thermal_cooling_device *thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register()
1204 void *devdata, in thermal_of_cooling_device_register()
1234 char *type, void *devdata, in devm_thermal_of_cooling_device_register()
1395 …mal_zone_device *thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, in thermal_zone_device_register()