Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtiocl.h16 struct tiocl_selection { struct
17 unsigned short xs;
18 unsigned short ys;
19 unsigned short xe;
20 unsigned short ye;
21 unsigned short sel_mode;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtiocl.h29 struct tiocl_selection { struct
30 unsigned short xs;
31 unsigned short ys;
32 unsigned short xe;
33 unsigned short ye;
34 unsigned short sel_mode;
/kernel/linux/linux-5.10/include/uapi/linux/
Dtiocl.h14 struct tiocl_selection { struct
15 unsigned short xs; /* X start */
16 unsigned short ys; /* Y start */
17 unsigned short xe; /* X end */
18 unsigned short ye; /* Y end */
19 unsigned short sel_mode; /* selection mode */