Home
last modified time | relevance | path

Searched refs:fbcmap32 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
Dfbio.h48 struct fbcmap32 { struct
56 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) argument
57 #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32)
64 struct fbcmap32 cmap; /* color map info */
/linux-4.4.14/arch/m68k/include/asm/
Dfbio.h304 struct fbcmap32 { struct
312 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) argument
313 #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32)
320 struct fbcmap32 cmap; /* color map info */
/linux-4.4.14/drivers/video/fbdev/
Dsbuslib.c196 struct fbcmap32 __user *argp = (void __user *)arg; in fbiogetputcmap()