Searched refs:fbcmap (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86sbusBus.c | 643 struct fbcmap fbcmap; in xf86SbusCmapLoadPalette() local 649 fbcmap.count = 0; in xf86SbusCmapLoadPalette() 650 fbcmap.index = indices[0]; in xf86SbusCmapLoadPalette() 651 fbcmap.red = data = xallocarray(numColors, 3); in xf86SbusCmapLoadPalette() 654 fbcmap.green = data + numColors; in xf86SbusCmapLoadPalette() 655 fbcmap.blue = fbcmap.green + numColors; in xf86SbusCmapLoadPalette() 658 if (fbcmap.count && index != fbcmap.index + fbcmap.count) { in xf86SbusCmapLoadPalette() 659 ioctl(cmap->psdp->fd, FBIOPUTCMAP, &fbcmap); in xf86SbusCmapLoadPalette() 660 fbcmap.count = 0; in xf86SbusCmapLoadPalette() 661 fbcmap.index = index; in xf86SbusCmapLoadPalette() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sbuslib.c | 118 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper() 159 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper() 198 struct fbcmap __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogetputcmap()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | fbio.h | 7 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 8 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap)
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | Makefile | 5 fb-y := fbmem.o fbmon.o fbcmap.o fbsysfs.o \
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 40 .. kernel-doc:: drivers/video/fbdev/core/fbcmap.c
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 48036 Since 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 we don't have fbcmap.c 103094 fb: Remove fbcmap.c (bug 5436) 103098 Dropped fbcmap.c from the makefile. 159106 Kdrive: use fbcmap_mi.c instead of fbcmap.c 159109 and not fb/fbcmap.c. This allows kdrive to take advantage of 159124 and be obliged to stick to fbcmap.c. Note that fbcmap.c does implement this 166165 Split the xserver/fb/fbcmap.c file into two files. 166168 Previously, these were in fbcmap.c and compiled when XFree86Server was defined. 166169 Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry 166431 ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a. [all …]
|