Symbol: fbcurpos
arch/m68k/include/asm/fbio.h
103
struct fbcurpos pos; /* cursor position */
arch/m68k/include/asm/fbio.h
104
struct fbcurpos hot; /* cursor hot spot */
arch/m68k/include/asm/fbio.h
106
struct fbcurpos size; /* cursor bit map size */
arch/m68k/include/asm/fbio.h
116
#define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
arch/m68k/include/asm/fbio.h
117
#define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
arch/m68k/include/asm/fbio.h
120
#define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
arch/m68k/include/asm/fbio.h
319
struct fbcurpos pos; /* cursor position */
arch/m68k/include/asm/fbio.h
320
struct fbcurpos hot; /* cursor hot spot */
arch/m68k/include/asm/fbio.h
322
struct fbcurpos size; /* cursor bit map size */
arch/sparc/include/asm/fbio.h
63
struct fbcurpos pos; /* cursor position */
arch/sparc/include/asm/fbio.h
64
struct fbcurpos hot; /* cursor hot spot */
arch/sparc/include/asm/fbio.h
66
struct fbcurpos size; /* cursor bit map size */
arch/sparc/include/uapi/asm/fbio.h
100
struct fbcurpos pos; /* cursor position */
arch/sparc/include/uapi/asm/fbio.h
101
struct fbcurpos hot; /* cursor hot spot */
arch/sparc/include/uapi/asm/fbio.h
103
struct fbcurpos size; /* cursor bit map size */
arch/sparc/include/uapi/asm/fbio.h
113
#define FBIOSCURPOS _IOW('F', 26, struct fbcurpos)
arch/sparc/include/uapi/asm/fbio.h
114
#define FBIOGCURPOS _IOW('F', 27, struct fbcurpos)
arch/sparc/include/uapi/asm/fbio.h
117
#define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
include/linux/fb.h
125
struct fbcurpos hot; /* cursor hot spot */
include/uapi/linux/fb.h
387
struct fbcurpos hot; /* cursor hot spot */