Lines Matching defs:here
246 struct timezone here;
252 here.tz_minuteswest = 0;
253 here.tz_dsttime = 0;
254 gettimeofday(&then, &here);
257 gettimeofday(&now, &here);
329 * Ideally, we'd like to have an interrupt wait here, but, according to second hand
331 * It is therefore not implemented into the DRM, and we'll do a user space wait here.
335 struct timezone here;
340 here.tz_minuteswest = 0;
341 here.tz_dsttime = 0;
342 gettimeofday(&then, &here);
344 gettimeofday(&now, &here);
355 gettimeofday(&now, &here);
371 * Wait for HQV completion. Nothing strange here. We assume that the HQV
378 struct timezone here;
383 here.tz_minuteswest = 0;
384 here.tz_dsttime = 0;
385 gettimeofday(&then, &here);
387 gettimeofday(&now, &here);
403 struct timezone here;
410 here.tz_minuteswest = 0;
411 here.tz_dsttime = 0;
412 gettimeofday(&then, &here);
414 gettimeofday(&now, &here);
430 * Ideally, we'd like to have an interrupt wait here, but from information from VIA
436 struct timezone here;
444 here.tz_minuteswest = 0;
445 here.tz_dsttime = 0;
446 gettimeofday(&then, &here);
456 gettimeofday(&now, &here);