Searched refs:fbcurpos (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/m68k/include/asm/ |
D | fbio.h | 103 struct fbcurpos pos; /* cursor position */ 104 struct fbcurpos hot; /* cursor hot spot */ 106 struct fbcurpos size; /* cursor bit map size */ 116 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 117 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 120 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos) 319 struct fbcurpos pos; /* cursor position */ 320 struct fbcurpos hot; /* cursor hot spot */ 322 struct fbcurpos size; /* cursor bit map size */
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | fbio.h | 100 struct fbcurpos pos; /* cursor position */ 101 struct fbcurpos hot; /* cursor hot spot */ 103 struct fbcurpos size; /* cursor bit map size */ 113 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 114 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 117 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | fbio.h | 63 struct fbcurpos pos; /* cursor position */ 64 struct fbcurpos hot; /* cursor hot spot */ 66 struct fbcurpos size; /* cursor bit map size */
|
/linux-6.1.9/include/uapi/linux/ |
D | fb.h | 384 struct fbcurpos { struct 393 struct fbcurpos hot; /* cursor hot spot */ argument
|
/linux-6.1.9/include/linux/ |
D | fb.h | 120 struct fbcurpos hot; /* cursor hot spot */
|