Home
last modified time | relevance | path

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

/openbmc/openbmc/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
/openbmc/linux/include/linux/
H A Dhil_mlc.h107 typedef int (hil_mlc_in) (hil_mlc *mlc, suseconds_t timeout);
H A Dtypes.h30 typedef __kernel_suseconds_t suseconds_t; typedef
/openbmc/u-boot/include/linux/
H A Dtypes.h19 typedef __kernel_suseconds_t suseconds_t; typedef
/openbmc/linux/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()
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c22 void select_sleep(time_t sec,suseconds_t usec) in select_sleep()
/openbmc/linux/kernel/time/
H A Dtime.c476 tv.tv_usec = (suseconds_t)ts.tv_nsec / 1000; in ns_to_kernel_old_timeval()
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c1837 suseconds_t usecs = ktime_to_us(ktime_sub(kt, bear_cookie->expiration)); in sctp_unpack_cookie()