Home
last modified time | relevance | path

Searched refs:suseconds_t (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dtime_t.patch37 + suseconds_t *tv_usec)
48 + suseconds_t *tv_usec)
63 + suseconds_t *tv_usec);
68 + suseconds_t *tv_usec);
81 correct header to get suseconds_t, at least with glibc, that requires
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dselect.h43 typedef __suseconds_t suseconds_t; typedef
H A Dtypes.h138 typedef __suseconds_t suseconds_t; typedef
H A Dtime.h28 typedef __suseconds_t suseconds_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dselect.h43 typedef __suseconds_t suseconds_t; typedef
H A Dtypes.h138 typedef __suseconds_t suseconds_t; typedef
H A Dtime.h28 typedef __suseconds_t suseconds_t; typedef
/OK3568_Linux_fs/kernel/include/linux/
H A Dhil_mlc.h107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);
H A Dtypes.h25 typedef __kernel_suseconds_t suseconds_t; typedef
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtypes.h19 typedef __kernel_suseconds_t suseconds_t; typedef
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dhp_sdc_mlc.c143 static int hp_sdc_mlc_in(hil_mlc *mlc, suseconds_t timeout) in hp_sdc_mlc_in()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c66 suseconds_t millitm; in get_time()
H A Dutil.c146 suseconds_t millitm; in get_time()
H A Dquectel-qmi-proxy.c80 suseconds_t millitm; in get_time()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtime.c458 tv.tv_usec = (suseconds_t)ts.tv_nsec / 1000; in ns_to_kernel_old_timeval()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c1792 suseconds_t usecs = ktime_to_us(ktime_sub(kt, bear_cookie->expiration)); in sctp_unpack_cookie()