Lines Matching defs:devdata
1047 * @devdata: device private data.
1061 const char *type, void *devdata,
1096 cdev->devdata = devdata;
1148 * @devdata: device private data.
1159 thermal_cooling_device_register(const char *type, void *devdata,
1162 return __thermal_cooling_device_register(NULL, type, devdata, ops);
1170 * @devdata: device private data.
1183 const char *type, void *devdata,
1186 return __thermal_cooling_device_register(np, type, devdata, ops);
1202 * @devdata: device private data.
1216 const char *type, void *devdata,
1226 tcd = __thermal_cooling_device_register(np, type, devdata, ops);
1478 * @devdata: private device data
1500 int num_trips, void *devdata,
1580 tz->devdata = devdata;
1659 void *devdata,
1663 return thermal_zone_device_register_with_trips(type, NULL, 0, devdata,
1670 return tzd->devdata;