Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Duhid.h92 struct uhid_create_req { struct
93 __u8 name[128];
94 __u8 phys[64];
95 __u8 uniq[64];
96 __u8 __user *rd_data;
97 __u16 rd_size;
98 __u16 bus;
99 __u32 vendor;
100 __u32 product;
101 __u32 version;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Duhid.h129 struct uhid_create_req { struct
130 __u8 name[128];
131 __u8 phys[64];
132 __u8 uniq[64];
133 __u8 __user *rd_data;
134 __u16 rd_size;
136 __u16 bus;
137 __u32 vendor;
138 __u32 product;
139 __u32 version;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Duhid.h105 struct uhid_create_req { struct
106 __u8 name[128];
107 __u8 phys[64];
108 __u8 uniq[64];
109 __u8 __user * rd_data;
110 __u16 rd_size;
111 __u16 bus;
112 __u32 vendor;
113 __u32 product;
114 __u32 version;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Duhid.h129 struct uhid_create_req { struct
130 __u8 name[128];
131 __u8 phys[64];
132 __u8 uniq[64];
133 __u8 __user *rd_data;
134 __u16 rd_size;
136 __u16 bus;
137 __u32 vendor;
138 __u32 product;
139 __u32 version;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Duhid.h105 struct uhid_create_req { struct
106 __u8 name[128];
107 __u8 phys[64];
108 __u8 uniq[64];
109 __u8 __user * rd_data;
110 __u16 rd_size;
111 __u16 bus;
112 __u32 vendor;
113 __u32 product;
114 __u32 version;
[all …]