Home
last modified time | relevance | path

Searched refs:ts32 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0007-Fixup-support-for-io_pgetevents_time64-syscall.patch77 + struct __timespec32 ts32;
79 + ts32.tv_sec = (__kernel_long_t) timeout->tv_sec;
80 + ts32.tv_nsec = (__kernel_long_t) timeout->tv_nsec;
82 + return syscall(__NR_io_getevents, ctx, min, max, events, ts32);
/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h130 __le32 ts32; member
145 __le32 ts32; member
H A Dpcan_usb_pro.c546 peak_usb_get_ts_time(&usb_if->time_ref, le32_to_cpu(rx->ts32), in pcan_usb_pro_handle_canmsg()
663 peak_usb_get_ts_time(&usb_if->time_ref, le32_to_cpu(er->ts32), &hwts->hwtstamp); in pcan_usb_pro_handle_error()