Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfbio.h103 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 */
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfbio.h100 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)
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfbio.h63 struct fbcurpos pos; /* cursor position */
64 struct fbcurpos hot; /* cursor hot spot */
66 struct fbcurpos size; /* cursor bit map size */
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h245 struct fbcurpos { struct
254 struct fbcurpos hot; /* cursor hot spot */ argument
363 struct fbcurpos hot; /* cursor hot spot */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h381 struct fbcurpos { struct
390 struct fbcurpos hot; /* cursor hot spot */ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h381 struct fbcurpos { struct
390 struct fbcurpos hot; /* cursor hot spot */ argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h384 struct fbcurpos { struct
393 struct fbcurpos hot; /* cursor hot spot */ argument
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c225 2 * sizeof (short) + 2 * sizeof(struct fbcurpos)); in fbiogscursor()
226 ret |= copy_in_user(&p->size, &argp->size, sizeof(struct fbcurpos)); in fbiogscursor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h119 struct fbcurpos hot; /* cursor hot spot */