Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/can/
Dnetlink.h47 struct can_bittiming_const { struct
48 char name[16]; /* Name of the CAN controller hardware */
49 __u32 tseg1_min; /* Time segment 1 = prop_seg + phase_seg1 */
50 __u32 tseg1_max;
51 __u32 tseg2_min; /* Time segment 2 = phase_seg2 */
52 __u32 tseg2_max;
53 __u32 sjw_max; /* Synchronisation jump width */
54 __u32 brp_min; /* Bit-rate prescaler */
55 __u32 brp_max;
56 __u32 brp_inc;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/
Dnetlink.h19 struct can_bittiming_const { struct
20 char name[16];
21 __u32 tseg1_min;
22 __u32 tseg1_max;
23 __u32 tseg2_min;
24 __u32 tseg2_max;
25 __u32 sjw_max;
26 __u32 brp_min;
27 __u32 brp_max;
28 __u32 brp_inc;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/
Dnetlink.h32 struct can_bittiming_const { struct
33 char name[16];
34 __u32 tseg1_min;
35 __u32 tseg1_max;
36 __u32 tseg2_min;
37 __u32 tseg2_max;
38 __u32 sjw_max;
39 __u32 brp_min;
40 __u32 brp_max;
41 __u32 brp_inc;