Searched refs:fbcmap (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/m68k/include/asm/ |
D | fbio.h | 60 struct fbcmap { struct 69 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) argument 70 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap) 72 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) 73 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 105 struct fbcmap cmap; /* color map info */
|
/linux-6.12.1/arch/sparc/include/uapi/asm/ |
D | fbio.h | 60 struct fbcmap { struct 69 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) argument 70 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 102 struct fbcmap cmap; /* color map info */
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | fbio.h | 7 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 8 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap)
|
/linux-6.12.1/drivers/video/fbdev/ |
D | sbuslib.c | 119 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper() 160 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | Makefile | 5 fbmem.o fbcmap.o \
|
/linux-6.12.1/Documentation/driver-api/ |
D | frame-buffer.rst | 40 .. kernel-doc:: drivers/video/fbdev/core/fbcmap.c
|