Searched refs:fbcurpos (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfbio.h96 struct fbcurpos pos; /* cursor position */
97 struct fbcurpos hot; /* cursor hot spot */
99 struct fbcurpos size; /* cursor bit map size */
109 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
110 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
113 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfbio.h101 struct fbcurpos pos; /* cursor position */
102 struct fbcurpos hot; /* cursor hot spot */
104 struct fbcurpos size; /* cursor bit map size */
114 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
115 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
118 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsbuslib.c229 struct fbcurpos pos; /* cursor position */
230 struct fbcurpos hot; /* cursor hot spot */
232 struct fbcurpos size; /* cursor bit map size */
248 2 * sizeof (short) + 2 * sizeof(struct fbcurpos));
249 ret |= copy_in_user(&p->size, &argp->size, sizeof(struct fbcurpos));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h366 struct fbcurpos { struct
375 struct fbcurpos hot; /* cursor hot spot */
493 struct fbcurpos hot; /* cursor hot spot */

Completed in 116 milliseconds