Searched refs:color (Results 276 - 300 of 367) sorted by relevance

<<1112131415

/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c832 u8 type, color, eop, sop, ingress_port, vlan_stripped; local
852 cq_desc_dec(cq_desc, &type, &color, &q_number, &completed_index);
855 &type, &color, &q_number, &completed_index,
867 &type, &color, &q_number, &completed_index,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ggtt.c355 node->color = 0;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_crtc_state_dump.c374 i915->display.color.glk_linear_degamma_lut ? "(linear) " : "",
/linux-master/drivers/video/fbdev/
H A Dhgafb.c395 * hgafb_setcolreg - set color registers
403 * This callback function is used to set the color registers of a HGA
483 memset_io(dest, rect->color, (rect->width >> 3));
H A Dcirrusfb.c921 /* enable display memory & CRTC I/O address for color mode */
940 /* programming for different color depths */
1071 /* mode register: 256 color mode */
1130 /* mode register: 256 color mode */
1188 /* mode register: 256 color mode */
1202 "What's this? requested color depth == %d.\n",
1571 /* configuration readback and ext. color */
1604 /* Mode: conf. for 16/4/2 color mode, no odd/even, read/write mode 0 */
1626 /* Background color byte 1: - */
1650 /* Overscan color re
1738 u32 color = (info->fix.visual == FB_VISUAL_TRUECOLOR) ? local
[all...]
H A Datafb.c207 * The MV300 mixes the color registers. So we need an array of munged
258 * * set color register *
262 * * set color registers in batch *
2084 /* Use STATIC if we don't know how to access color registers */
2443 atafb_mfb_fillrect(info, par->next_line, rect->color,
2446 atafb_iplan2p2_fillrect(info, par->next_line, rect->color,
2449 atafb_iplan2p4_fillrect(info, par->next_line, rect->color,
2452 atafb_iplan2p8_fillrect(info, par->next_line, rect->color,
2769 planes = -1; /* true color */
/linux-master/tools/perf/util/
H A Dannotate.h223 int (*set_color)(void *obj, int color);
H A Dcs-etm.c21 #include "color.h"
641 const char *color = PERF_COLOR_BLUE; local
645 color_fprintf(stdout, color, " %s", pkt_string);
647 color_fprintf(stdout, color, " %s\n", pkt_string);
763 const char *color = PERF_COLOR_BLUE; local
767 color_fprintf(stdout, color,
H A Dintel-pt.c26 #include "color.h"
238 const char *color = PERF_COLOR_BLUE; local
241 color_fprintf(stdout, color,
252 color_fprintf(stdout, color, " %08x: ", pos);
254 color_fprintf(stdout, color, " %02x", buf[i]);
256 color_fprintf(stdout, color, " ");
261 color_fprintf(stdout, color, " %s\n", desc);
263 color_fprintf(stdout, color, " Bad packet!\n");
H A Dhist.h8 #include "color.h"
283 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, member in struct:perf_hpp_fmt
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h133 * YCbCr data dynamic range for RGB-YUV color conversion.
158 * struct fimc_effect - color effect information
174 * and color format conversion)
244 * @fmt: fimc color format pointer
378 * @alpha_color: 1 if alpha color component is supported
580 switch (fmt->color) {
H A Dfimc-m2m.c181 * depending on the configured color format.
298 mod_y = fimc_fmt_is_rgb(fmt->color) ? 0 : 1;
458 halign = fimc_fmt_is_rgb(f->fmt->color) ? 0 : 1;
629 /* Default color format */
/linux-master/drivers/video/console/
H A Dmdacon.c397 static u8 mdacon_build_attr(struct vc_data *c, u8 color, argument
H A Dvgacon.c256 /* If not, it is color. */
426 static u8 vgacon_build_attr(struct vc_data *c, u8 color, argument
431 u8 attr = color;
957 /* color plane enable register */
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c882 /* precalculate color bar values to speed up rendering */
1134 u8 buf[TPG_MAX_PLANES][8], int color, bool odd)
1140 if (tpg->alpha_red_only && color != TPG_COLOR_CSC_RED &&
1141 color != TPG_COLOR_100_RED &&
1142 color != TPG_COLOR_75_RED)
1144 if (color == TPG_COLOR_RANDOM)
1145 precalculate_color(tpg, color);
1146 r_y_h = tpg->colors[color][0]; /* R or precalculated Y, H */
1147 g_u_s = tpg->colors[color][1]; /* G or precalculated U, V */
1148 b_v = tpg->colors[color][
1133 gen_twopix(struct tpg_data *tpg, u8 buf[TPG_MAX_PLANES][8], int color, bool odd) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c29 #include "modules/color/color_gamma.h"
35 * The DC interface to HW gives us the following color management blocks
45 * But these aren't a direct mapping to DRM color properties. The current DRM
55 * between color spaces. These could be blended together with user
60 * can still support CRTC color management properties in DM in most single
78 * amdgpu_dm_init_color_mod - Initialize the color module.
80 * We're not using the full color module, only certain components.
104 * between encoded values and optical/linear space. Depending on HW color caps,
105 * ROMs and curves built by the AMD color module support these transforms.
107 * The driver-specific color implementatio
[all...]
H A Damdgpu_dm_plane.c1280 adev->dm.dc->caps.color.dpp.gamma_corr)
1477 struct dpp_color_caps dpp_color_caps = dm->dc->caps.color.dpp;
1479 /* Check HW color pipeline capabilities on DPP block (pre-blending)
1499 if (dm->dc->caps.color.mpc.gamut_remap)
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c595 unsigned long color,
599 if (!(color & PANFROST_BO_NOEXEC)) {
594 panfrost_drm_mm_color_adjust(const struct drm_mm_node *node, unsigned long color, u64 *start, u64 *end) argument
/linux-master/net/mac80211/
H A Drx.c2301 entry->key_color = rx->key->color;
2317 entry->key_color = rx->key->color;
2345 if (entry->key_color != rx->key->color)
2363 rx->key->color != entry->key_color)) {
2370 entry->key_color != rx->key->color &&
3385 u8 color; local
3392 color = le32_get_bits(he_oper->he_oper_params,
3394 if (color == bss_conf->he_bss_color.color)
3396 BIT_ULL(color));
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c129 mvmvif->color)),
768 mvmvif->deflink.phy_ctxt->color));
772 mvmvif->deflink.phy_ctxt->color));
774 mvmvif->color));
806 mvmvif->deflink.phy_ctxt->color));
834 mvmvif->color)),
870 mvmvif->color)),
H A Dtdls.c83 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color));
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h505 uint32_t color; member in union:qxl_brush::__anon827
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h423 struct ps3av_info_color color; member in struct:ps3av_info_monitor
450 u16 av_cs_out; /* in: output color space */
451 u16 av_cs_in; /* in: input color space */
556 u8 video_cl_cnv; /* in: color conversion */
567 u8 video_cl_cnv; /* in: color conversion */
/linux-master/drivers/iio/light/
H A Dcm36651.c140 u16 color[CM36651_CS_COLOR_NUM]; member in struct:cm36651_data
/linux-master/drivers/firewire/
H A Dcore-card.c558 card->color = 0;

Completed in 313 milliseconds

<<1112131415