Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtime.h17 struct timeval { struct
28 struct timeval it_interval;/* timer interval */ argument
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c215 unsigned long long timeval = 0; in fsl_i2c_fixup() local
264 unsigned long long timeval; in __i2c_init() local
295 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local
309 unsigned long long timeval = get_ticks(); in i2c_wait() local
/openbmc/linux/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h67 long timeval[2] = { 0, 0 }; in simc_poll() local
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c351 unsigned long long timeval = get_ticks(); in run_descriptor_jr_idx() local
/openbmc/linux/net/core/
H A Dsock.c3578 bool timeval, bool time32) in sock_gettstamp()