Searched defs:ucan_ctl_cmd_device_info (Results 1 – 1 of 1) sorted by relevance
153 struct ucan_ctl_cmd_device_info { struct154 __le32 freq; /* Clock Frequency for tq generation */155 u8 tx_fifo; /* Size of the transmission fifo */156 u8 sjw_max; /* can_bittiming fields... */157 u8 tseg1_min;158 u8 tseg1_max;159 u8 tseg2_min;160 u8 tseg2_max;161 __le16 brp_inc;185 struct ucan_ctl_cmd_device_info cmd_get_device_info; argument