| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | color.c | 13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 73 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 85 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 101 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 126 const char *color = PERF_COLOR_NORMAL; in get_percent_color() local 145 const char *color; in percent_color_fprintf() local 155 const char *color = get_percent_color(value); in value_color_snprintf() local [all …]
|
| D | stat-shadow.c | 309 const char *color = PERF_COLOR_NORMAL; in get_ratio_color() local 455 const char *color; in print_stalled_cycles_frontend() local 479 const char *color; in print_stalled_cycles_backend() local 500 const char *color; in print_branch_misses() local 522 const char *color; in print_l1_dcache_misses() local 544 const char *color; in print_l1_icache_misses() local 564 const char *color; in print_dtlb_cache_misses() local 584 const char *color; in print_itlb_cache_misses() local 604 const char *color; in print_ll_cache_misses() local 768 const char *color = NULL; in print_smi_cost() local [all …]
|
| D | s390-sample-raw.c | 83 static void s390_cpumcfdg_dumptrail(const char *color, size_t offset, in s390_cpumcfdg_dumptrail() 160 const char *color = PERF_COLOR_BLUE; in s390_cpumcfdg_dump() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | color.c | 13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 73 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 85 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 101 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 126 const char *color = PERF_COLOR_NORMAL; in get_percent_color() local 145 const char *color; in percent_color_fprintf() local 155 const char *color = get_percent_color(value); in value_color_snprintf() local [all …]
|
| D | s390-sample-raw.c | 84 static void s390_cpumcfdg_dumptrail(const char *color, size_t offset, in s390_cpumcfdg_dumptrail() 183 const char *color = PERF_COLOR_BLUE; in s390_cpumcfdg_dump() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
| 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 …]
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | highmem.h | 39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() 46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() 51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() 58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head()
|
| /kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
| D | highmem.h | 39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() 46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() 51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() 58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head()
|
| /kernel/linux/linux-5.10/mm/ |
| D | highmem.c | 67 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() 80 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() 90 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() 100 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() 218 unsigned int color = get_pkmap_color(page); in map_new_virtual() local 334 unsigned int color = get_pkmap_color(page); in kunmap_high() local
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-bd2802.c | 95 enum led_colors color; member 109 enum led_colors color) in bd2802_is_rgb_off() 143 static inline u8 bd2802_get_base_offset(enum led_ids id, enum led_colors color) in bd2802_get_base_offset() 148 static inline u8 bd2802_get_reg_addr(enum led_ids id, enum led_colors color, in bd2802_get_reg_addr() 172 enum led_colors color, enum led_bits led_bit) in bd2802_update_state() 250 enum led_colors color) in bd2802_set_on() 269 enum led_colors color) in bd2802_set_blink() 288 enum led_colors color, enum led_bits led_bit) in bd2802_turn_on() 303 enum led_colors color) in bd2802_turn_off()
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| D | leds-bd2802.c | 95 enum led_colors color; member 109 enum led_colors color) in bd2802_is_rgb_off() 143 static inline u8 bd2802_get_base_offset(enum led_ids id, enum led_colors color) in bd2802_get_base_offset() 148 static inline u8 bd2802_get_reg_addr(enum led_ids id, enum led_colors color, in bd2802_get_reg_addr() 172 enum led_colors color, enum led_bits led_bit) in bd2802_update_state() 250 enum led_colors color) in bd2802_set_on() 269 enum led_colors color) in bd2802_set_blink() 288 enum led_colors color, enum led_bits led_bit) in bd2802_turn_on() 303 enum led_colors color) in bd2802_turn_off()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
| D | mtk_disp_color.c | 48 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_enable() local 55 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_disable() local 64 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_config() local 72 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_start() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_hw_sequencer.c | 308 struct tg_color *color) in get_mpctree_visual_confirm_color() 329 struct tg_color *color) in get_surface_visual_confirm_color() 379 struct tg_color *color) in get_hdr_visual_confirm_color() 429 struct tg_color *color) in get_subvp_visual_confirm_color() 796 struct tg_color *color) in get_mclk_switch_visual_confirm_color() 830 struct tg_color *color) in get_surface_tile_visual_confirm_color()
|
| /kernel/linux/linux-5.10/drivers/video/logo/ |
| D | pnmtologo.c | 45 struct color { struct 51 static const struct color clut_vga16[16] = { argument
|
| /kernel/linux/linux-6.6/drivers/video/logo/ |
| D | pnmtologo.c | 39 struct color { struct 45 static const struct color clut_vga16[16] = { argument
|
| /kernel/linux/linux-6.6/mm/ |
| D | highmem.c | 73 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() 86 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() 96 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() 106 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() 239 unsigned int color = get_pkmap_color(page); in map_new_virtual() local 354 unsigned int color = get_pkmap_color(page); in kunmap_high() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_gem_gtt.c | 103 u64 size, u64 offset, unsigned long color, in i915_gem_gtt_reserve() 194 u64 size, u64 alignment, unsigned long color, in i915_gem_gtt_insert()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_gem_gtt.c | 100 u64 size, u64 offset, unsigned long color, in i915_gem_gtt_reserve() 193 u64 size, u64 alignment, unsigned long color, in i915_gem_gtt_insert()
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_mm.h | 159 unsigned long color; member 241 unsigned long color; member 436 unsigned long color, in drm_mm_insert_node_generic() 537 unsigned long color, in drm_mm_scan_init()
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_mm.h | 157 unsigned long color; member 239 unsigned long color; member 434 unsigned long color, in drm_mm_insert_node_generic() 535 unsigned long color, in drm_mm_scan_init()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/ |
| D | dce60_hw_sequencer.c | 198 struct tg_color *color) in dce60_get_surface_visual_confirm_color() 235 struct tg_color color = {0}; in dce60_program_scaler() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/ |
| D | dce60_hw_sequencer.c | 198 struct tg_color *color) in dce60_get_surface_visual_confirm_color() 235 struct tg_color color = {0}; in dce60_program_scaler() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
| D | intel_color.c | 403 static u32 i9xx_lut_8(const struct drm_color_lut *color) in i9xx_lut_8() 418 static u32 i965_lut_10p6_ldw(const struct drm_color_lut *color) in i965_lut_10p6_ldw() 426 static u32 i965_lut_10p6_udw(const struct drm_color_lut *color) in i965_lut_10p6_udw() 449 static u32 ilk_lut_10(const struct drm_color_lut *color) in ilk_lut_10() 883 static u32 ilk_lut_12p4_udw(const struct drm_color_lut *color) in ilk_lut_12p4_udw() 890 static u32 ilk_lut_12p4_ldw(const struct drm_color_lut *color) in ilk_lut_12p4_ldw() 898 const struct drm_color_lut *color) in icl_load_gcmax() 1018 static u32 chv_cgm_degamma_ldw(const struct drm_color_lut *color) in chv_cgm_degamma_ldw() 1024 static u32 chv_cgm_degamma_udw(const struct drm_color_lut *color) in chv_cgm_degamma_udw() 1052 static u32 chv_cgm_gamma_ldw(const struct drm_color_lut *color) in chv_cgm_gamma_ldw() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/util/hisi-ptt-decoder/ |
| D | hisi-ptt-pkt-decoder.c | 92 const char *color = PERF_COLOR_BLUE; in hisi_ptt_print_pkt() local 124 const char *color = PERF_COLOR_BLUE; in hisi_ptt_4dw_print_dw0() local
|