Searched refs:set_color (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 208 int (*set_color)(void *obj, int color); member
|
H A D | annotate.c | 2513 .set_color = FILE__set_color, in symbol__annotate_fprintf2() 3077 wops->set_color, wops->set_percent_color, in annotation_line__write()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 209 int (*set_color)(void *obj, int color); member
|
H A D | annotate.c | 2643 .set_color = FILE__set_color, in symbol__annotate_fprintf2() 3237 wops->set_color, wops->set_percent_color, in annotation_line__write()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 111 .set_color = annotate_browser__set_color, in annotate_browser__write()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 106 .set_color = annotate_browser__set_color, in annotate_browser__write()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pm2fb.c | 433 static void set_color(struct pm2fb_par *p, unsigned char regno, in set_color() function 954 set_color(par, regno, red, green, blue); in pm2fb_setcolreg()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm2fb.c | 435 static void set_color(struct pm2fb_par *p, unsigned char regno, in set_color() function 956 set_color(par, regno, red, green, blue); in pm2fb_setcolreg()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 1705 void(*set_color)(struct vc_data *vc, const struct rgb *c)) in vc_t416_color() 1726 set_color(vc, &c); in vc_t416_color()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 1658 void(*set_color)(struct vc_data *vc, const struct rgb *c)) in vc_t416_color() 1679 set_color(vc, &c); in vc_t416_color()
|
Completed in 29 milliseconds