Home
last modified time | relevance | path

Searched refs:fbcurpos (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dfbio.h102 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.4.14/arch/sparc/include/uapi/asm/
Dfbio.h99 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.4.14/arch/sparc/include/asm/
Dfbio.h62 struct fbcurpos pos; /* cursor position */
63 struct fbcurpos hot; /* cursor hot spot */
65 struct fbcurpos size; /* cursor bit map size */
/linux-4.4.14/include/uapi/linux/
Dfb.h382 struct fbcurpos { struct
391 struct fbcurpos hot; /* cursor hot spot */ argument
/linux-4.4.14/drivers/video/fbdev/
Dsbuslib.c224 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.4.14/include/linux/
Dfb.h118 struct fbcurpos hot; /* cursor hot spot */