/linux/tools/perf/util/ |
A D | color.c | 28 if (perf_use_color_default && *color) in __color_vsnprintf() 29 r += scnprintf(bf, size, "%s", color); in __color_vsnprintf() 31 if (perf_use_color_default && *color) in __color_vsnprintf() 54 if (perf_use_color_default && *color) in __color_vfprintf() 55 fprintf(fp, "%s", color); in __color_vfprintf() 104 if (!*color) in color_fwrite_lines() 134 color = PERF_COLOR_RED; in get_percent_color() 137 color = PERF_COLOR_GREEN; in get_percent_color() 139 return color; in get_percent_color() 145 const char *color; in percent_color_fprintf() local [all …]
|
A D | stat-shadow.c | 355 return color; in get_ratio_color() 499 const char *color; in print_stalled_cycles_frontend() local 522 const char *color; in print_stalled_cycles_backend() local 541 const char *color; in print_branch_misses() local 560 const char *color; in print_l1_dcache_misses() local 579 const char *color; in print_l1_icache_misses() local 597 const char *color; in print_dtlb_cache_misses() local 1219 color = NULL; in perf_stat__print_shadow_stats() 1239 color = NULL; in perf_stat__print_shadow_stats() 1259 color = NULL; in perf_stat__print_shadow_stats() [all …]
|
A D | debug.c | 154 const char *color = PERF_COLOR_BLUE; in trace_event_printer() local 162 printed += color_fprintf(fp, color, "\n. ... raw event: size %d bytes\n", in trace_event_printer() 169 printed += color_fprintf(fp, color, " %04x: ", val); in trace_event_printer() 172 printed += color_fprintf(fp, color, " %02x", val); in trace_event_printer() 175 printed += color_fprintf(fp, color, " "); in trace_event_printer() 178 printed += color_fprintf(fp, color, " "); in trace_event_printer() 181 printed += color_fprintf(fp, color, "%c", in trace_event_printer() 185 printed += color_fprintf(fp, color, " "); in trace_event_printer() 188 printed += color_fprintf(fp, color, "\n"); in trace_event_printer()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_hw_sequencer.c | 297 struct tg_color *color) in get_mpctree_visual_confirm_color() argument 318 struct tg_color *color) in get_surface_visual_confirm_color() argument 325 color->color_r_cr = color_value; in get_surface_visual_confirm_color() 335 color->color_b_cb = color_value; in get_surface_visual_confirm_color() 338 color->color_g_y = color_value; in get_surface_visual_confirm_color() 343 color->color_g_y = color_value; in get_surface_visual_confirm_color() 347 color->color_g_y = color_value; in get_surface_visual_confirm_color() 354 color->color_g_y = color_value; in get_surface_visual_confirm_color() 358 color->color_b_cb = 0; in get_surface_visual_confirm_color() 368 struct tg_color *color) in get_hdr_visual_confirm_color() argument [all …]
|
/linux/drivers/video/fbdev/sis/ |
A D | sis_accel.h | 190 #define SiS300SetupPATFG(color) \ argument 195 #define SiS300SetupPATBG(color) \ argument 200 #define SiS300SetupSRCFG(color) \ argument 205 #define SiS300SetupSRCBG(color) \ argument 214 #define SiS300SetupSRCTrans(color) \ argument 220 #define SiS300SetupDSTTrans(color) \ argument 320 #define SiS310SetupPATFG(color) \ argument 325 #define SiS310SetupPATBG(color) \ argument 330 #define SiS310SetupSRCFG(color) \ argument 335 #define SiS310SetupSRCBG(color) \ argument [all …]
|
/linux/arch/arm/boot/dts/ |
A D | omap3-echo.dts | 155 color = <LED_COLOR_ID_RGB>; 175 color = <LED_COLOR_ID_RED>; 182 color = <LED_COLOR_ID_RGB>; 202 color = <LED_COLOR_ID_RED>; 209 color = <LED_COLOR_ID_RGB>; 246 color = <LED_COLOR_ID_RGB>; 273 color = <LED_COLOR_ID_RGB>; 300 color = <LED_COLOR_ID_RGB>; 337 color = <LED_COLOR_ID_RGB>; 364 color = <LED_COLOR_ID_RGB>; [all …]
|
A D | bcm958625-meraki-kingpin.dtsi | 31 color = <LED_COLOR_ID_GREEN>; 39 color = <LED_COLOR_ID_GREEN>; 47 color = <LED_COLOR_ID_GREEN>; 55 color = <LED_COLOR_ID_GREEN>; 63 color = <LED_COLOR_ID_GREEN>; 71 color = <LED_COLOR_ID_GREEN>; 79 color = <LED_COLOR_ID_GREEN>; 87 color = <LED_COLOR_ID_GREEN>; 95 color = <LED_COLOR_ID_GREEN>; 103 color = <LED_COLOR_ID_GREEN>; [all …]
|
A D | aspeed-bmc-facebook-cloudripper.dts | 327 color = <LED_COLOR_ID_MULTI>; 333 color = <LED_COLOR_ID_RED>; 338 color = <LED_COLOR_ID_BLUE>; 351 color = <LED_COLOR_ID_MULTI>; 357 color = <LED_COLOR_ID_RED>; 362 color = <LED_COLOR_ID_BLUE>; 375 color = <LED_COLOR_ID_MULTI>; 381 color = <LED_COLOR_ID_RED>; 386 color = <LED_COLOR_ID_BLUE>; 399 color = <LED_COLOR_ID_MULTI>; [all …]
|
/linux/drivers/gpu/drm/mediatek/ |
A D | mtk_disp_color.c | 48 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_enable() local 50 return clk_prepare_enable(color->clk); in mtk_color_clk_enable() 55 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_disable() local 57 clk_disable_unprepare(color->clk); in mtk_color_clk_disable() 64 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_config() local 66 mtk_ddp_write(cmdq_pkt, w, &color->cmdq_reg, color->regs, DISP_COLOR_WIDTH(color)); in mtk_color_config() 67 mtk_ddp_write(cmdq_pkt, h, &color->cmdq_reg, color->regs, DISP_COLOR_HEIGHT(color)); in mtk_color_config() 72 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_start() local 75 color->regs + DISP_COLOR_CFG_MAIN); in mtk_color_start() 76 writel(0x1, color->regs + DISP_COLOR_START(color)); in mtk_color_start()
|
/linux/arch/xtensa/include/asm/ |
A D | highmem.h | 39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() argument 41 last_pkmap_nr_arr[color] = in get_next_pkmap_nr() 42 (last_pkmap_nr_arr[color] + DCACHE_N_COLORS) & LAST_PKMAP_MASK; in get_next_pkmap_nr() 43 return last_pkmap_nr_arr[color] + color; in get_next_pkmap_nr() 46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() argument 51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() argument 58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() argument 60 return pkmap_map_wait_arr + color; in get_pkmap_wait_queue_head()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | colorspaces.rst | 11 'green' and 'blue' components of the color of a pixel does not mean that 12 you can accurately display that color. A colorspace defines what it 17 In order to do that we first need to have a good definition of color, 18 i.e. some way to uniquely and unambiguously define a color so that 27 color receptors are stimulated. This is based on the Spectral Power 31 between the SPD and color as perceived by the human brain. 33 Since the human eye has only three color receptors it is perfectly 42 can take an SPD and calculate the stimulus for each color receptor. 69 receptors in the eye and thus cause the perception of color. 119 color is also associated with the Y'CbCr color. [all …]
|
/linux/drivers/leds/ |
A D | leds-bd2802.c | 95 enum led_colors color; member 109 enum led_colors color) in bd2802_is_rgb_off() argument 111 switch (color) { in bd2802_is_rgb_off() 179 switch (color) { in bd2802_update_state() 250 enum led_colors color) in bd2802_set_on() argument 269 enum led_colors color) in bd2802_set_blink() argument 297 bd2802_set_blink(led, id, color); in bd2802_turn_on() 299 bd2802_set_on(led, id, color); in bd2802_turn_on() 303 enum led_colors color) in bd2802_turn_off() argument 524 led->color = clr; \ [all …]
|
/linux/drivers/video/logo/ |
A D | Kconfig | 24 bool "Standard 16-color Linux logo" 28 bool "Standard 224-color Linux logo" 32 bool "224-color Digital Equipment Corporation Linux logo" 37 bool "224-color Macintosh Linux logo" 42 bool "224-color PA-RISC Linux logo" 47 bool "224-color SGI Linux logo" 52 bool "224-color Sun Linux logo" 62 bool "16-color SuperH Linux logo" 67 bool "224-color SuperH Linux logo"
|
/linux/arch/arm64/boot/dts/broadcom/bcm4908/ |
A D | bcm4906-tplink-archer-c2300-v1.dts | 23 color = <LED_COLOR_ID_BLUE>; 29 color = <LED_COLOR_ID_BLUE>; 35 color = <LED_COLOR_ID_BLUE>; 41 color = <LED_COLOR_ID_AMBER>; 47 color = <LED_COLOR_ID_BLUE>; 53 color = <LED_COLOR_ID_BLUE>; 59 color = <LED_COLOR_ID_BLUE>; 65 color = <LED_COLOR_ID_BLUE>; 71 color = <LED_COLOR_ID_BLUE>; 77 color = <LED_COLOR_ID_WHITE>;
|
A D | bcm4906-netgear-r8000p.dts | 23 color = <LED_COLOR_ID_WHITE>; 29 color = <LED_COLOR_ID_AMBER>; 35 color = <LED_COLOR_ID_WHITE>; 41 color = <LED_COLOR_ID_WHITE>; 47 color = <LED_COLOR_ID_WHITE>; 53 color = <LED_COLOR_ID_WHITE>; 59 color = <LED_COLOR_ID_WHITE>; 65 color = <LED_COLOR_ID_WHITE>; 71 color = <LED_COLOR_ID_WHITE>;
|
/linux/drivers/firewire/ |
A D | core-topology.c | 108 node->color = color; in fw_node_create() 251 node->color = i; in build_tree() 260 child->ports[child->color] = node; in build_tree() 261 child->color = card->color; in build_tree() 326 node->color = card->color; in for_each_fw_node() 332 if (child->color == card->color) in for_each_fw_node() 383 card->color++; in fw_destroy_nodes() 437 node0->color = card->color; in update_tree() 441 node1->color = card->color; in update_tree() 456 if (node0->ports[i]->color == card->color) in update_tree() [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
A D | leds-cr0014114.txt | 16 - color : 38 color = <LED_COLOR_ID_RED>; 43 color = <LED_COLOR_ID_GREEN>; 48 color = <LED_COLOR_ID_BLUE>; 53 color = <LED_COLOR_ID_RED>; 58 color = <LED_COLOR_ID_GREEN>; 63 color = <LED_COLOR_ID_BLUE>;
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
A D | dce60_hw_sequencer.c | 198 struct tg_color *color) in dce60_get_surface_visual_confirm_color() argument 205 color->color_r_cr = color_value; in dce60_get_surface_visual_confirm_color() 210 color->color_b_cb = color_value; in dce60_get_surface_visual_confirm_color() 214 color->color_g_y = color_value; in dce60_get_surface_visual_confirm_color() 218 color->color_g_y = color_value; in dce60_get_surface_visual_confirm_color() 219 color->color_r_cr = color_value; in dce60_get_surface_visual_confirm_color() 225 color->color_g_y = color_value; in dce60_get_surface_visual_confirm_color() 235 struct tg_color color = {0}; in dce60_program_scaler() local 244 &color); in dce60_program_scaler() 258 color.color_r_cr = color.color_g_y; in dce60_program_scaler() [all …]
|
/linux/tools/power/pm-graph/config/ |
A D | custom-timeline-functions.cfg | 84 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple] 101 # color: The color of the entry block in the timeline. The default color is 102 # transparent, so the entry shares the phase color. The color is an 103 # html color string, either a word, or an RGB. 105 # example: [color=#CC00CC] 114 # _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange] 149 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple] 166 # color: The color of the entry block in the timeline. The default color is 167 # transparent, so the entry shares the phase color. The color is an 168 # html color string, either a word, or an RGB. [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_sspp.c | 360 u8 color; in dpu_hw_sspp_setup_pe_config() local 372 for (color = 0; color < DPU_MAX_PLANES; color++) { in dpu_hw_sspp_setup_pe_config() 374 if (color == 2) in dpu_hw_sspp_setup_pe_config() 377 lr_pe[color] = ((pe_ext->right_ftch[color] & bytemask) << 24)| in dpu_hw_sspp_setup_pe_config() 382 tb_pe[color] = ((pe_ext->btm_ftch[color] & bytemask) << 24)| in dpu_hw_sspp_setup_pe_config() 385 (pe_ext->top_rpt[color] & bytemask); in dpu_hw_sspp_setup_pe_config() 387 tot_req_pixels[color] = (((pe_ext->roi_h[color] + in dpu_hw_sspp_setup_pe_config() 388 pe_ext->num_ext_pxls_top[color] + in dpu_hw_sspp_setup_pe_config() 390 ((pe_ext->roi_w[color] + in dpu_hw_sspp_setup_pe_config() 391 pe_ext->num_ext_pxls_left[color] + in dpu_hw_sspp_setup_pe_config() [all …]
|
/linux/Documentation/sphinx-static/ |
A D | theme_overrides.css | 11 color: black; 20 color: #505050; 24 color: #303030; 29 color: black; 107 color: blue; 112 color: white; 113 background-color: darkblue; 124 /* inline literal: drop the borderbox, padding and red color */ 127 color: inherit; 135 color: inherit;
|
/linux/tools/memory-model/ |
A D | linux-kernel.cfg | 17 edgeattr hb,color,indigo 18 edgeattr co,color,blue 19 edgeattr mb,color,darkgreen 20 edgeattr wmb,color,darkgreen 21 edgeattr rmb,color,darkgreen
|
/linux/include/drm/ |
A D | drm_mm.h | 157 unsigned long color; member 199 unsigned long color, 239 unsigned long color; member 409 unsigned long color, 434 unsigned long color, in drm_mm_insert_node_generic() argument 438 size, alignment, color, in drm_mm_insert_node_generic() 508 u64 size, u64 alignment, unsigned long color, 535 unsigned long color, in drm_mm_scan_init() argument 539 size, alignment, color, in drm_mm_scan_init()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gem_gtt.c | 97 u64 size, u64 offset, unsigned long color, in i915_gem_gtt_reserve() argument 111 node->color = color; in i915_gem_gtt_reserve() 188 u64 size, u64 alignment, unsigned long color, in i915_gem_gtt_insert() argument 230 size, alignment, color, in i915_gem_gtt_insert() 237 size, alignment, color, in i915_gem_gtt_insert() 272 err = i915_gem_gtt_reserve(vm, node, size, offset, color, flags); in i915_gem_gtt_insert() 280 err = i915_gem_evict_something(vm, size, alignment, color, in i915_gem_gtt_insert() 286 size, alignment, color, in i915_gem_gtt_insert()
|
/linux/drivers/staging/media/av7110/ |
A D | av7110_hw.c | 956 color, ch, cl); in OSDSetColor() 959 color, ((blend >> 4) & 0x0f)); in OSDSetColor() 972 u32 color, blend, yuv; in OSDSetPalette() local 974 if (get_user(color, colors + i)) in OSDSetPalette() 976 blend = (color & 0xF0000000) >> 4; in OSDSetPalette() 977 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 1086 int i, len = dc->x0-dc->color+1; in av7110_osd_cmd() 1106 dc->x0, dc->y0, 0, 0, dc->color); in av7110_osd_cmd() 1138 (u16) (dc->color & 0xffff), (u16) (dc->color >> 16)); in av7110_osd_cmd() 1159 if (dc->color < OSD_BITMAP1 || dc->color > OSD_CURSOR) { in av7110_osd_cmd() [all …]
|