Lines Matching refs:devdata
851 const char *type, void *devdata, in __thermal_cooling_device_register() argument
887 cdev->devdata = devdata; in __thermal_cooling_device_register()
948 thermal_cooling_device_register(const char *type, void *devdata, in thermal_cooling_device_register() argument
951 return __thermal_cooling_device_register(NULL, type, devdata, ops); in thermal_cooling_device_register()
972 const char *type, void *devdata, in thermal_of_cooling_device_register() argument
975 return __thermal_cooling_device_register(np, type, devdata, ops); in thermal_of_cooling_device_register()
1005 char *type, void *devdata, in devm_thermal_of_cooling_device_register() argument
1015 tcd = __thermal_cooling_device_register(np, type, devdata, ops); in devm_thermal_of_cooling_device_register()
1227 void *devdata, struct thermal_zone_device_ops *ops, in thermal_zone_device_register_with_trips() argument
1306 tz->devdata = devdata; in thermal_zone_device_register_with_trips()
1396 void *devdata, in thermal_tripless_zone_device_register() argument
1400 return thermal_zone_device_register_with_trips(type, NULL, 0, 0, devdata, in thermal_tripless_zone_device_register()
1407 return tzd->devdata; in thermal_zone_device_priv()