Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_ucan.h121 __le32 ts_high; member
138 __le32 ts_high; member
159 __le32 ts_high; member
174 __le32 ts_high; member
Dpcan_usb_fd.c131 __le32 ts_high; member
144 __le32 ts_high; member
516 le32_to_cpu(rm->ts_low), le32_to_cpu(rm->ts_high)); in pcan_usb_fd_decode_canmsg()
577 le32_to_cpu(sm->ts_low), le32_to_cpu(sm->ts_high)); in pcan_usb_fd_decode_status()
620 le32_to_cpu(ov->ts_low), le32_to_cpu(ov->ts_high)); in pcan_usb_fd_decode_overrun()
Dpcan_usb_core.h153 struct peak_time_ref *time_ref, u32 ts_low, u32 ts_high);
Dpcan_usb_core.c174 struct peak_time_ref *time_ref, u32 ts_low, u32 ts_high) in peak_usb_netif_rx() argument