Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dnicstarmac.c17 #define osp_MicroDelay(microsec) {unsigned long useconds = (microsec); \
18 udelay((useconds));}
/openbmc/linux/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
/openbmc/qemu/qga/
H A Dcommands-posix.c1154 double useconds = (double)user_info->ut_tv.tv_usec; in ga_get_login_time() local
1155 useconds /= QGA_MICRO_SECOND_TO_SECOND; in ga_get_login_time()
1156 return seconds + useconds; in ga_get_login_time()