Searched refs:useconds (Results 1 – 4 of 4) sorted by relevance
17 #define osp_MicroDelay(microsec) {unsigned long useconds = (microsec); \18 udelay((useconds));}
107 useconds. Step and range are driver-specific.128 Sets the attack time for audio compression feature. It is a useconds133 useconds value. The range and step are driver-specific.153 or 75 useconds is used. The enum v4l2_preemphasis defines possible
74 or 75 useconds is used. The enum v4l2_deemphasis defines possible
1154 double useconds = (double)user_info->ut_tv.tv_usec; in ga_get_login_time() local1155 useconds /= QGA_MICRO_SECOND_TO_SECOND; in ga_get_login_time()1156 return seconds + useconds; in ga_get_login_time()