Lines Matching defs:tmp
287 int tmp;
289 tmp = pm_runtime_get_sync(regmap_get_device(data->regmap));
290 if (tmp < 0) {
292 return tmp;
295 tmp = regmap_bulk_read(data->regmap, AMG88XX_REG_TTHL, &buf, 2);
298 if (tmp)
299 return tmp;
301 tmp = le16_to_cpu(buf);
308 if (tmp & BIT(11))
309 tmp = -(tmp & 0x7ff);
311 *val = (tmp * 625) / 10;
494 struct video_i2c_buffer *buf, *tmp;
498 list_for_each_entry_safe(buf, tmp, &data->vid_cap_active, list) {