/linux/tools/perf/util/ |
A 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 …]
|
A D | stat-shadow.c | 346 const char *color = PERF_COLOR_NORMAL; in get_ratio_color() local 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 615 const char *color; in print_itlb_cache_misses() local 633 const char *color; in print_ll_cache_misses() local 800 const char *color = NULL; in print_smi_cost() local [all …]
|
A 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
|
A D | s390-cpumsf.c | 243 static bool s390_cpumsf_basic_show(const char *color, size_t pos, in s390_cpumsf_basic_show() 287 static bool s390_cpumsf_diag_show(const char *color, size_t pos, in s390_cpumsf_diag_show() 322 static bool s390_cpumsf_trailer_show(const char *color, size_t pos, in s390_cpumsf_trailer_show() 435 const char *color = PERF_COLOR_BLUE; in s390_cpumsf_dump() local
|
/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 …]
|
A D | sis_accel.c | 136 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS300SetupForSolidFill() 238 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS310SetupForSolidFill()
|
/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() 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()
|
/linux/drivers/leds/ |
A 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()
|
/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 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
|
/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() 318 struct tg_color *color) in get_surface_visual_confirm_color() 368 struct tg_color *color) in get_hdr_visual_confirm_color() 409 struct tg_color *color) in get_surface_tile_visual_confirm_color()
|
/linux/drivers/video/logo/ |
A D | pnmtologo.c | 45 struct color { struct 51 static const struct color clut_vga16[16] = { argument
|
/linux/mm/ |
A D | highmem.c | 62 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() 75 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() 85 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() 95 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() 209 unsigned int color = get_pkmap_color(page); in map_new_virtual() local 324 unsigned int color = get_pkmap_color(page); in kunmap_high() local
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gem_gtt.c | 97 u64 size, u64 offset, unsigned long color, in i915_gem_gtt_reserve() 188 u64 size, u64 alignment, unsigned long color, in i915_gem_gtt_insert()
|
/linux/include/drm/ |
A 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()
|
/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() 235 struct tg_color color = {0}; in dce60_program_scaler() local
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_color.c | 405 static u32 i9xx_lut_8(const struct drm_color_lut *color) in i9xx_lut_8() 420 static u32 i965_lut_10p6_ldw(const struct drm_color_lut *color) in i965_lut_10p6_ldw() 428 static u32 i965_lut_10p6_udw(const struct drm_color_lut *color) in i965_lut_10p6_udw() 451 static u32 ilk_lut_10(const struct drm_color_lut *color) in ilk_lut_10() 915 static u32 ilk_lut_12p4_udw(const struct drm_color_lut *color) in ilk_lut_12p4_udw() 922 static u32 ilk_lut_12p4_ldw(const struct drm_color_lut *color) in ilk_lut_12p4_ldw() 930 const struct drm_color_lut *color) in icl_load_gcmax() 1054 static u32 chv_cgm_degamma_ldw(const struct drm_color_lut *color) in chv_cgm_degamma_ldw() 1060 static u32 chv_cgm_degamma_udw(const struct drm_color_lut *color) in chv_cgm_degamma_udw() 1081 static u32 chv_cgm_gamma_ldw(const struct drm_color_lut *color) in chv_cgm_gamma_ldw() [all …]
|
/linux/drivers/scsi/fnic/ |
A 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()
|
A D | vnic_cq_copy.h | 33 u8 color; in vnic_cq_copy_service() local
|
/linux/drivers/staging/sm750fb/ |
A D | sm750_cursor.c | 89 u8 color, mask, opr; in sm750_hw_cursor_setData() local 139 u8 color, mask; in sm750_hw_cursor_setData2() local
|
/linux/drivers/scsi/snic/ |
A D | vnic_cq_fw.h | 33 u8 color; in vnic_cq_fw_service() local
|
A D | cq_enet_desc.h | 32 u8 *type, u8 *color, u16 *q_number, u16 *completed_index) in cq_enet_wq_desc_dec()
|
/linux/tools/perf/scripts/python/ |
A D | sched-migration.py | 38 def color(): member in RunqueueEventUnknown 46 def color(): member in RunqueueEventSleep 57 def color(): member in RunqueueEventWakeup 68 def color(): member in RunqueueEventFork 79 def color(): member in RunqueueMigrateIn 90 def color(): member in RunqueueMigrateOut
|
/linux/arch/xtensa/mm/ |
A D | highmem.c | 27 static inline enum fixed_addresses kmap_idx(int type, unsigned long color) in kmap_idx()
|
/linux/arch/sparc/lib/ |
A D | bitext.c | 33 int i, color; in bit_map_string_get() local
|
/linux/drivers/video/fbdev/core/ |
A 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
|