Searched refs:color (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/linux-master/include/drm/
H A Ddrm_edid.h160 fb=color point data, fa=standard timing data,
166 struct detailed_data_wpindex color; member in union:detailed_non_pixel::__anon1074
237 /* YCBCR 420 deep color modes */
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c2 * linux/drivers/video/vga16.c -- VGA 16-color framebuffer driver
164 static inline int setcolor(int color) argument
169 vga_io_w(VGA_GFX_D, color);
188 /* only EGA and VGA in 16 color graphic mode are supported */
681 * Set a single color register. The values supplied are
870 writeb(rect->color, where);
931 setcolor(rect->color);
H A Dhpfb.c87 * Set a single color register. The values supplied are
155 clr = region->color & 0xff;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c231 cmd.bss_color = link_conf->he_bss_color.color;
H A Dmac-ctxt.c295 mvmvif->color = 0;
552 mvmvif->color));
1450 mvmvif->color));
1836 id_n_color = FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color);
1846 csa_id = FW_CMD_ID_AND_COLOR(csa_mvmvif->id, csa_mvmvif->color);
H A Dsta.c1708 u16 mac_id, u16 color)
1724 color));
1767 mvmvif->color);
1887 mvmvif->id, mvmvif->color);
2300 return iwl_mvm_add_int_sta_with_queue(mvm, mvmvif->id, mvmvif->color,
2399 mvmvif->id, mvmvif->color);
2604 mvmvif->id, mvmvif->color);
4223 u32 id = FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color);
4264 FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color))
4346 mvmvif->color, add
1705 iwl_mvm_add_int_sta_common(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *sta, const u8 *addr, u16 mac_id, u16 color) argument
[all...]
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma.c1027 struct vpdma_data_format *fmt, u32 color)
1030 write_reg(vpdma, VPDMA_BG_RGB, color);
1032 write_reg(vpdma, VPDMA_BG_YUV, color);
1026 vpdma_set_bg_color(struct vpdma_data *vpdma, struct vpdma_data_format *fmt, u32 color) argument
/linux-master/tools/perf/ui/
H A Dhist.c469 .color = hpp__color_ ## _fn, \
483 .color = hpp__color_ ## _fn, \
657 if (!fmt->entry && !fmt->color)
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c25 char *fmt_declaration = KERN_DEBUG "\t\"%p/%d\"[style=%s, color=\"#%06x\"];\n";
28 u32 color = 0; local
34 fmt_declaration = KERN_DEBUG "\t\"%pI4/%d\"[style=%s, color=\"#%06x\"];\n";
37 fmt_declaration = KERN_DEBUG "\t\"%pI6/%d\"[style=%s, color=\"#%06x\"];\n";
43 color = hsiphash_1u32(0xdeadbeef, &key) % 200 << 16 |
49 printk(fmt_declaration, ip1, cidr1, style, color);
/linux-master/drivers/leds/flash/
H A Dleds-mt6360.c632 u32 reg, color; local
639 ret = fwnode_property_read_u32(child, "color", &color);
642 "led %d, no color specified\n",
648 sub_led[num_color].color_index = color;
806 ret = fwnode_property_read_u32(child, "color", &led_color);
/linux-master/scripts/
H A Dcheckpatch.pl70 my $color = "auto";
139 --color[=WHEN] Use colors 'always', 'never', or only when output
184 if ($color) {
198 if ($color) {
286 # Prevent --color by itself from consuming other arguments
288 if ($_ eq "--color" || $_ eq "-color") {
289 $_ = "--color=$color";
325 'color
[all...]
H A Dcheckkconfigsymbols.py80 parser.add_argument('--no-color', dest='color', action='store_false',
123 COLOR = args.color and sys.stdout.isatty()
/linux-master/tools/perf/
H A Dbuiltin-c2c.c436 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, member in struct:c2c_dimension
1636 .color = percent_costly_snoop_color,
1645 .color = percent_rmt_hitm_color,
1654 .color = percent_lcl_hitm_color,
1663 .color = percent_rmt_peer_color,
1672 .color = percent_lcl_peer_color,
1681 .color = percent_stores_l1hit_color,
1690 .color = percent_stores_l1miss_color,
1699 .color = percent_stores_na_color,
1975 fmt->color
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c285 int color = 0; local
294 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c)
308 color = (is_fg) ? fg : bg;
313 * Scale down 16-colors to 4 colors. Default 4-color palette
319 switch (color) {
321 color = 0; /* black */
324 color = 2; /* white */
327 color = 1; /* gray */
330 color = 3; /* intense white */
336 * Last 8 entries of default 16-color palett
[all...]
/linux-master/drivers/iio/light/
H A Drohm-bu27008.c307 #define BU27008_CHAN(color, data, separate_avail) \
311 .channel2 = IIO_MOD_LIGHT_##color, \
318 .scan_index = BU27008_##color, \
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.h355 U032 Color; /* source color 0304-0307*/
373 U032 color; /* source color 0- 3*/ member in struct:__anon9881::__anon9885
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.c62 unsigned flags, unsigned color,
60 omap_framebuffer_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, unsigned flags, unsigned color, struct drm_clip_rect *clips, unsigned num_clips) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c718 /* color ramp generator mixes 16-bits color */
723 /* RGB values of the color bars.
730 /* dest color (converted to the specified color format) */
830 /* adjust color to the required colorFormat */
839 * color bits should be left aligned aligned to MSB
864 * then write, then prepare the color for next write.
866 * but each next iteration color prepared in
870 * and color wil
1845 dce110_timing_generator_set_overscan_color_black( struct timing_generator *tg, const struct tg_color *color) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c335 /* Default port color */
337 FMAN_PORT_COLOR_GREEN, /* Default port color is green */
338 FMAN_PORT_COLOR_YELLOW, /* Default port color is yellow */
339 FMAN_PORT_COLOR_RED, /* Default port color is red */
340 FMAN_PORT_COLOR_OVERRIDE /* Ignore color */
407 enum fman_port_color color; member in struct:fman_port_cfg
511 tmp |= (u32)cfg->color << BMI_CMD_ATTR_COLOR_SHIFT;
579 tmp |= (u32)cfg->color << BMI_CMD_ATTR_COLOR_SHIFT;
1214 cfg->color = FMAN_PORT_COLOR_GREEN;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c642 bool color = true; local
669 if (color)
1535 bool color = true; local
1627 if (color)
/linux-master/include/linux/
H A Dfirewire.h111 u8 color; /* must be u8 to match the definition in struct fw_node */ member in struct:fw_card
/linux-master/include/uapi/drm/
H A Ddrm_mode.h759 * of pixels or a fill of a single color in the region specified.
768 * completely with a single color as given in the color argument.
774 __u32 color; member in struct:drm_mode_fb_dirty_cmd
892 * @display_primaries.x: X coordinate of color primary.
893 * @display_primaries.y: Y coordinate of color primary.
903 * @white_point.x: X coordinate of whitepoint of color primary.
904 * @white_point.y: Y coordinate of whitepoint of color primary.
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.h394 unsigned int flags, unsigned int color,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h344 u8 color; member in struct:bss_info_color
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h100 * struct gsc_fmt - the driver's internal color format data
103 * @color: color encoding
114 u32 color; member in struct:gsc_fmt
187 * @fmt: G-Scaler color format pointer

Completed in 329 milliseconds

<<1112131415