Searched refs:devdata (Results 1 – 3 of 3) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | thermal.h | 92 void *devdata; member 153 void *devdata; member 363 char *type, void *devdata, 378 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_z… in thermal_zone_device_register() argument 387 thermal_cooling_device_register(const char *type, void *devdata, const struct thermal_cooling_devic… in thermal_cooling_device_register() argument 392 thermal_of_cooling_device_register(struct device_node *np, const char *type, void *devdata, in thermal_of_cooling_device_register() argument 398 …l_of_cooling_device_register(struct device *dev, struct device_node *np, char *type, void *devdata, in devm_thermal_of_cooling_device_register() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
| D | thermal_core.c | 1103 …struct device_node *np, const char *type, void *devdata, const struct thermal_cooling_device_ops *… in __thermal_cooling_device_register() argument 1137 cdev->devdata = devdata; in __thermal_cooling_device_register() 1181 struct thermal_cooling_device *thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register() argument 1184 return __thermal_cooling_device_register(NULL, type, devdata, ops); in thermal_cooling_device_register() 1204 void *devdata, in thermal_of_cooling_device_register() argument 1207 return __thermal_cooling_device_register(np, type, devdata, ops); in thermal_of_cooling_device_register() 1234 char *type, void *devdata, in devm_thermal_of_cooling_device_register() argument 1244 tcd = __thermal_cooling_device_register(np, type, devdata, ops); 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() argument 1451 tz->devdata = devdata; in thermal_zone_device_register()
|
| /device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
| D | power_supply_core.c | 1014 psy = tzd->devdata; in power_supply_read_temp() 1070 psy = tcd->devdata; in ps_get_max_charge_cntl_limit() 1087 psy = tcd->devdata; in ps_get_cur_charge_cntl_limit() 1104 psy = tcd->devdata; in ps_set_cur_charge_cntl_limit()
|