Home
last modified time | relevance | path

Searched defs:bcm_msg_head (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/
Dbcm.h27 struct bcm_msg_head { struct
28 __u32 opcode;
29 __u32 flags;
30 __u32 count;
31 struct bcm_timeval ival1, ival2;
32 canid_t can_id;
33 __u32 nframes;
34 struct can_frame frames[0];
/kernel/linux/linux-6.6/include/uapi/linux/can/
Dbcm.h67 struct bcm_msg_head { struct
68 __u32 opcode;
69 __u32 flags;
70 __u32 count;
71 struct bcm_timeval ival1, ival2;
72 canid_t can_id;
73 __u32 nframes;
74 struct can_frame frames[];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/
Dbcm.h14 struct bcm_msg_head { struct
15 __u32 opcode;
16 __u32 flags;
17 __u32 count;
18 struct bcm_timeval ival1, ival2;
19 canid_t can_id;
20 __u32 nframes;
21 struct can_frame frames[0];
/kernel/linux/linux-5.10/include/uapi/linux/can/
Dbcm.h67 struct bcm_msg_head { struct
68 __u32 opcode;
69 __u32 flags;
70 __u32 count;
71 struct bcm_timeval ival1, ival2;
72 canid_t can_id;
73 __u32 nframes;
74 struct can_frame frames[0];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/
Dbcm.h27 struct bcm_msg_head { struct
28 __u32 opcode;
29 __u32 flags;
30 __u32 count;
31 struct bcm_timeval ival1, ival2;
32 canid_t can_id;
33 __u32 nframes;
34 struct can_frame frames[0];