Searched refs:fbcurpos (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/include/uapi/linux/ |
D | fb.h | 383 struct fbcurpos { struct 392 struct fbcurpos hot; /* cursor hot spot */ argument
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sbuslib.c | 225 2 * sizeof (short) + 2 * sizeof(struct fbcurpos)); in fbiogscursor() 226 ret |= copy_in_user(&p->size, &argp->size, sizeof(struct fbcurpos)); in fbiogscursor()
|
/Linux-v4.19/include/linux/ |
D | fb.h | 119 struct fbcurpos hot; /* cursor hot spot */
|