Searched refs:fbcurpos (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/m68k/include/asm/ |
D | fbio.h | 102 struct fbcurpos pos; /* cursor position */ 103 struct fbcurpos hot; /* cursor hot spot */ 105 struct fbcurpos size; /* cursor bit map size */ 115 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 116 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 119 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos) 318 struct fbcurpos pos; /* cursor position */ 319 struct fbcurpos hot; /* cursor hot spot */ 321 struct fbcurpos size; /* cursor bit map size */
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | fbio.h | 99 struct fbcurpos pos; /* cursor position */ 100 struct fbcurpos hot; /* cursor hot spot */ 102 struct fbcurpos size; /* cursor bit map size */ 112 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 113 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 116 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | fbio.h | 62 struct fbcurpos pos; /* cursor position */ 63 struct fbcurpos hot; /* cursor hot spot */ 65 struct fbcurpos size; /* cursor bit map size */
|
/linux-4.1.27/include/uapi/linux/ |
D | fb.h | 382 struct fbcurpos { struct 391 struct fbcurpos hot; /* cursor hot spot */ argument
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sbuslib.c | 224 2 * sizeof (short) + 2 * sizeof(struct fbcurpos)); in fbiogscursor() 225 ret |= copy_in_user(&p->size, &argp->size, sizeof(struct fbcurpos)); in fbiogscursor()
|
/linux-4.1.27/include/linux/ |
D | fb.h | 118 struct fbcurpos hot; /* cursor hot spot */
|