Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/usb/
Dems_usb.c202 struct __packed ems_cpc_msg { struct
203 u8 type; /* type of message */
204 u8 length; /* length of data within union 'msg' */
205 u8 msgid; /* confirmation handle */
206 __le32 ts_sec; /* timestamp in seconds */
207 __le32 ts_nsec; /* timestamp in nano seconds */
209 union {
218 } msg;