Lines Matching defs:here
583 struct timezone here;
589 here.tz_minuteswest = 0;
590 here.tz_dsttime = 0;
591 gettimeofday(&then, &here);
594 gettimeofday(&now, &here);
667 * Ideally, we'd like to have an interrupt wait here, but, according to second hand
669 * It is therefore not implemented into the DRM, and we'll do a user space wait here.
673 struct timezone here;
678 here.tz_minuteswest = 0;
679 here.tz_dsttime = 0;
680 gettimeofday(&then, &here);
682 gettimeofday(&now, &here);
693 gettimeofday(&now, &here);
712 * Wait for HQV completion using completion interrupt. Nothing strange here.
732 * Wait for HQV completion. Nothing strange here. We assume that the HQV
739 struct timezone here;
746 here.tz_minuteswest = 0;
747 here.tz_dsttime = 0;
748 gettimeofday(&then, &here);
751 gettimeofday(&now, &here);
770 struct timezone here;
777 here.tz_minuteswest = 0;
778 here.tz_dsttime = 0;
779 gettimeofday(&then, &here);
781 gettimeofday(&now, &here);
797 * Ideally, we'd like to have an interrupt wait here, but from information from VIA
803 struct timezone here;
811 here.tz_minuteswest = 0;
812 here.tz_dsttime = 0;
813 gettimeofday(&then, &here);
823 gettimeofday(&now, &here);