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