Lines Matching defs:data
462 * @data: A private data to be stored in the thermal zone dedicated private area
470 static struct thermal_zone_device *thermal_of_zone_register(struct device_node *sensor, int id, void *data,
515 mask, data, of_ops, &tzp,
547 void *data)
554 return *r == data;
564 * @data: a pointer to a private data to be stored in the thermal zone 'devdata' field
567 struct thermal_zone_device *devm_thermal_of_zone_register(struct device *dev, int sensor_id, void *data,
577 tzd = thermal_of_zone_register(dev->of_node, sensor_id, data, ops);
596 * This function removes the sensor callbacks and private data from the