Home
last modified time | relevance | path

Searched refs:useconds (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dubgears.c491 long useconds; in event_loop() local
499 useconds = t - lastFrame; in event_loop()
500 if (!useconds) /* assume 100FPS if we don't have timer */ in event_loop()
501 useconds = 10000; in event_loop()
504 angle = angle + ((double)speed * useconds) / 1000000.0; in event_loop()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-tx.rst107 useconds. Step and range are driver-specific.
128 Sets the attack time for audio compression feature. It is a useconds
133 useconds value. The range and step are driver-specific.
153 or 75 useconds is used. The enum v4l2_preemphasis defines possible
H A Dext-ctrls-fm-rx.rst74 or 75 useconds is used. The enum v4l2_deemphasis defines possible
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstarmac.c22 #define osp_MicroDelay(microsec) {unsigned long useconds = (microsec); \
23 udelay((useconds));}
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c400 long mtime, seconds, useconds; in input_thread() local
403 useconds = curTime.tv_usec - touchStart.tv_usec; in input_thread()
405 mtime = ((seconds) * 1000 + useconds/1000.0) + 0.5; in input_thread()