Searched defs:ucan_ctl_cmd_device_info (Results 1 – 1 of 1) sorted by relevance
149 struct ucan_ctl_cmd_device_info { struct150 __le32 freq; /* Clock Frequency for tq generation */151 u8 tx_fifo; /* Size of the transmission fifo */152 u8 sjw_max; /* can_bittiming fields... */153 u8 tseg1_min;154 u8 tseg1_max;155 u8 tseg2_min;156 u8 tseg2_max;157 __le16 brp_inc;181 struct ucan_ctl_cmd_device_info cmd_get_device_info; argument