/linux-3.3/tools/perf/util/ |
D | color.c | 170 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 195 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 220 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 226 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 231 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 243 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 254 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf_ln() 269 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 294 const char *color = PERF_COLOR_NORMAL; in get_percent_color() local 313 const char *color; in percent_color_fprintf() local [all …]
|
D | debug.c | 74 const char *color = PERF_COLOR_BLUE; in trace_event() local
|
/linux-3.3/drivers/video/sis/ |
D | sis_accel.h | 203 #define SiS300SetupPATFG(color) \ argument 208 #define SiS300SetupPATBG(color) \ argument 213 #define SiS300SetupSRCFG(color) \ argument 218 #define SiS300SetupSRCBG(color) \ argument 227 #define SiS300SetupSRCTrans(color) \ argument 233 #define SiS300SetupDSTTrans(color) \ argument 333 #define SiS310SetupPATFG(color) \ argument 338 #define SiS310SetupPATBG(color) \ argument 343 #define SiS310SetupSRCFG(color) \ argument 348 #define SiS310SetupSRCBG(color) \ argument [all …]
|
D | sis_accel.c | 149 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS300SetupForSolidFill() 251 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS310SetupForSolidFill()
|
/linux-3.3/drivers/leds/ |
D | leds-bd2802.c | 99 enum led_colors color; member 113 enum led_colors color) in bd2802_is_rgb_off() 147 static inline u8 bd2802_get_base_offset(enum led_ids id, enum led_colors color) in bd2802_get_base_offset() 152 static inline u8 bd2802_get_reg_addr(enum led_ids id, enum led_colors color, in bd2802_get_reg_addr() 176 enum led_colors color, enum led_bits led_bit) in bd2802_update_state() 254 enum led_colors color) in bd2802_set_on() 273 enum led_colors color) in bd2802_set_blink() 292 enum led_colors color, enum led_bits led_bit) in bd2802_turn_on() 307 enum led_colors color) in bd2802_turn_off()
|
/linux-3.3/tools/perf/ |
D | builtin-stat.c | 596 const char *color = PERF_COLOR_NORMAL; in get_ratio_color() local 611 const char *color; in print_stalled_cycles_frontend() local 628 const char *color; in print_stalled_cycles_backend() local 645 const char *color; in print_branch_misses() local 662 const char *color; in print_l1_dcache_misses() local 679 const char *color; in print_l1_icache_misses() local 696 const char *color; in print_dtlb_cache_misses() local 713 const char *color; in print_itlb_cache_misses() local 730 const char *color; in print_ll_cache_misses() local
|
/linux-3.3/scripts/ |
D | pnmtologo.c | 45 struct color { struct 51 static const struct color clut_vga16[16] = { argument
|
/linux-3.3/drivers/scsi/fnic/ |
D | vnic_cq_copy.h | 33 u8 color; in vnic_cq_copy_service() local
|
D | cq_exch_desc.h | 48 u8 *color, in cq_exch_wq_desc_dec() 88 u8 *color, in cq_fcp_rq_desc_dec() 164 u8 *color, in cq_sgl_desc_dec()
|
D | cq_enet_desc.h | 32 u8 *type, u8 *color, u16 *q_number, u16 *completed_index) in cq_enet_wq_desc_dec() 94 u8 *type, u8 *color, u16 *q_number, u16 *completed_index, in cq_enet_rq_desc_dec()
|
D | cq_desc.h | 55 u8 *type, u8 *color, u16 *q_number, u16 *completed_index) in cq_desc_dec()
|
/linux-3.3/arch/sparc/lib/ |
D | bitext.c | 32 int i, color; in bit_map_string_get() local
|
/linux-3.3/drivers/video/ |
D | sysimgblt.c | 57 u32 color = 0, val, shift; in color_imageblit() local 115 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit() local
|
D | cfbimgblt.c | 82 u32 color = 0, val, shift; in color_imageblit() local 143 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit() local
|
D | atafb_mfb.c | 54 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, in atafb_mfb_fillrect()
|
D | pmag-aa-fb.c | 276 static u16 color[2] = {0x0000, 0x000f}; in aafb_get_cmap() local 286 u16 color[2] = {0x0000, 0x000f}; in aafb_set_cmap() local
|
/linux-3.3/tools/perf/scripts/python/ |
D | sched-migration.py | 36 def color(): member in RunqueueEventUnknown 44 def color(): member in RunqueueEventSleep 55 def color(): member in RunqueueEventWakeup 66 def color(): member in RunqueueEventFork 77 def color(): member in RunqueueMigrateIn 88 def color(): member in RunqueueMigrateOut
|
/linux-3.3/drivers/video/savage/ |
D | savagefb_accel.c | 68 int cmd, color; in savagefb_fillrect() local
|
/linux-3.3/drivers/net/ethernet/cisco/enic/ |
D | cq_desc.h | 57 u8 *type, u8 *color, u16 *q_number, u16 *completed_index) in cq_desc_dec()
|
D | cq_enet_desc.h | 34 u8 *type, u8 *color, u16 *q_number, u16 *completed_index) in cq_enet_wq_desc_dec() 105 u8 *type, u8 *color, u16 *q_number, u16 *completed_index, in cq_enet_rq_desc_dec()
|
/linux-3.3/drivers/usb/misc/ |
D | usbled.c | 61 unsigned char color = 0x07; in change_color() local
|
/linux-3.3/drivers/media/dvb/ttpci/ |
D | av7110_hw.c | 795 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawLine() 802 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawBlock() 949 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() 976 u32 color, blend, yuv; in OSDSetPalette() local
|
/linux-3.3/include/linux/ |
D | rbtree.h | 127 static inline void rb_set_color(struct rb_node *rb, int color) in rb_set_color()
|
/linux-3.3/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 77 unsigned color, struct drm_clip_rect *clips, in exynos_drm_fb_dirty()
|
/linux-3.3/tools/perf/util/ui/ |
D | browser.c | 30 void ui_browser__set_color(struct ui_browser *self __used, int color) in ui_browser__set_color() 38 int color = ui_browser__percent_color(self, percent, current); in ui_browser__set_percent_color() local
|