Searched refs:fbcmap32 (Results 1 – 3 of 3) sorted by relevance
48 struct fbcmap32 { struct56 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) argument57 #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32)64 struct fbcmap32 cmap; /* color map info */
304 struct fbcmap32 { struct312 #define FBIOPUTCMAP32 _IOW('F', 3, struct fbcmap32) argument313 #define FBIOGETCMAP32 _IOW('F', 4, struct fbcmap32)320 struct fbcmap32 cmap; /* color map info */
196 struct fbcmap32 __user *argp = (void __user *)arg; in fbiogetputcmap()