Searched refs:cmap (Results 1 – 6 of 6) sorted by relevance
/include/trace/events/ |
A 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; 91 __entry->managed = cmap->managed; 146 TP_ARGS(bit, cpu, matrix, cmap) 154 TP_ARGS(bit, cpu, matrix, cmap) 162 TP_ARGS(bit, cpu, matrix, cmap) 170 TP_ARGS(bit, cpu, matrix, cmap) 178 TP_ARGS(bit, cpu, matrix, cmap) [all …]
|
/include/linux/ |
A D | fb.h | 116 struct fb_cmap_user cmap; /* color map info */ member 269 int (*fb_setcmap)(struct fb_cmap *cmap, struct fb_info *info); 465 struct fb_cmap cmap; /* Current cmap */ member 832 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp); 833 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags); 834 extern void fb_dealloc_cmap(struct fb_cmap *cmap); 837 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info); 838 extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);
|
A D | vt_kern.h | 36 int con_set_cmap(unsigned char __user *cmap); 37 int con_get_cmap(unsigned char __user *cmap);
|
/include/drm/ |
A D | drm_fb_helper.h | 277 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 364 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap() argument
|
/include/video/ |
A D | gbe.h | 56 volatile uint32_t cmap[6144]; /* color map */ member
|
/include/uapi/linux/ |
A D | fb.h | 363 struct fb_cmap cmap; /* color map info */ member
|
Completed in 72 milliseconds