Searched refs:ts_low (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
D | pcan_ucan.h | 120 __le32 ts_low; member 137 __le32 ts_low; member 158 __le32 ts_low; member 173 __le32 ts_low; member
|
D | pcan_usb_fd.c | 130 __le32 ts_low; member 143 __le32 ts_low; 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() 638 peak_usb_set_ts_now(&usb_if->time_ref, le32_to_cpu(ts->ts_low)); in pcan_usb_fd_decode_ts()
|
D | pcan_usb_core.h | 153 struct peak_time_ref *time_ref, u32 ts_low, u32 ts_high);
|
D | pcan_usb_core.c | 174 struct peak_time_ref *time_ref, u32 ts_low, u32 ts_high) in peak_usb_netif_rx() argument 179 peak_usb_get_ts_tv(time_ref, ts_low, &tv); in peak_usb_netif_rx()
|