Home
last modified time | relevance | path

Searched refs:set_color (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.h195 int (*set_color)(void *obj, int color); member
H A Dannotate.c1388 .set_color = FILE__set_color, in symbol__annotate_fprintf2()
2046 int (*obj__set_color)(void *obj, int color) = wops->set_color; in annotation_line__write()
/linux/drivers/video/fbdev/
H A Dpm2fb.c435 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()
/linux/tools/perf/ui/browsers/
H A Dannotate.c129 .set_color = annotate_browser__set_color, in annotate_browser__write()