Searched refs:cmap (Results 1 – 7 of 7) sorted by relevance
/include/trace/events/ |
D | irq_matrix.h | 68 struct cpumap *cmap), 70 TP_ARGS(bit, cpu, matrix, cmap), 88 __entry->online = cmap->online; 89 __entry->available = cmap->available; 90 __entry->allocated = cmap->allocated; 91 __entry->managed = cmap->managed; 144 struct irq_matrix *matrix, struct cpumap *cmap), 146 TP_ARGS(bit, cpu, matrix, cmap) 152 struct irq_matrix *matrix, struct cpumap *cmap), 154 TP_ARGS(bit, cpu, matrix, cmap) [all …]
|
/include/linux/ |
D | fb.h | 113 struct fb_cmap_user cmap; /* color map info */ member 264 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 460 struct fb_cmap cmap; /* Current cmap */ member 800 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 801 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 802 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 805 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 806 extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);
|
D | vt_kern.h | 35 int con_set_cmap(unsigned char __user *cmap); 36 int con_get_cmap(unsigned char __user *cmap);
|
/include/drm/ |
D | drm_fb_helper.h | 265 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 354 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap() argument
|
/include/linux/amba/ |
D | clcd.h | 139 u32 cmap[16]; member
|
/include/video/ |
D | gbe.h | 56 volatile uint32_t cmap[6144]; /* color map */ member
|
/include/uapi/linux/ |
D | fb.h | 369 struct fb_cmap cmap; /* color map info */ member
|