Lines Matching refs:devdata
865 const char *type, void *devdata, in __thermal_cooling_device_register() argument
902 cdev->devdata = devdata; in __thermal_cooling_device_register()
951 thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register() argument
954 return __thermal_cooling_device_register(NULL, type, devdata, ops); in thermal_cooling_device_register()
975 const char *type, void *devdata, in thermal_of_cooling_device_register() argument
978 return __thermal_cooling_device_register(np, type, devdata, ops); in thermal_of_cooling_device_register()
1008 char *type, void *devdata, in devm_thermal_of_cooling_device_register() argument
1018 tcd = __thermal_cooling_device_register(np, type, devdata, ops); in devm_thermal_of_cooling_device_register()
1172 void *devdata, struct thermal_zone_device_ops *ops, in thermal_zone_device_register_with_trips() argument
1247 tz->devdata = devdata; in thermal_zone_device_register_with_trips()
1328 void *devdata, struct thermal_zone_device_ops *ops, in thermal_zone_device_register() argument
1333 devdata, ops, tzp, in thermal_zone_device_register()