Searched defs:can_priv (Results 1 – 1 of 1) sorted by relevance
32 struct can_priv { struct33 struct can_device_stats can_stats;35 struct can_bittiming bittiming;36 struct can_bittiming_const *bittiming_const;37 struct can_clock clock;39 enum can_state state;40 u32 ctrlmode;41 u32 ctrlmode_supported;43 int restart_ms;44 struct timer_list restart_timer;[all …]