Searched refs:color (Results 301 - 325 of 368) sorted by relevance

<<1112131415

/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h398 u8 color; member in struct:bss_color_tlv
/linux-master/drivers/firewire/
H A Dcore-card.c565 card->color = 0;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c312 vm->mm.head_node.color = I915_COLOR_UNEVICTABLE;
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c405 unsigned int flags, unsigned int color,
436 qxl_draw_dirty_fb(qdev, fb, qobj, flags, color,
403 qxl_framebuffer_surface_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, unsigned int flags, unsigned int color, struct drm_clip_rect *clips, unsigned int num_clips) argument
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c610 * _dpu_plane_color_fill - enables color fill on plane
612 * @color: RGB fill color value, [23..16] Blue, [15..8] Green, [7..0] Red
616 uint32_t color, uint32_t alpha)
622 u32 fill_color = (color & 0xFFFFFF) | ((alpha & 0xFF) << 24);
1035 /* override for color fill */
1039 /* skip remaining processing on color fill */
615 _dpu_plane_color_fill(struct dpu_plane *pdpu, uint32_t color, uint32_t alpha) argument
/linux-master/kernel/
H A Dworkqueue.c260 int work_color; /* L: current color */
261 int flush_color; /* L: flushing color */
306 int flush_color; /* WQ: flush color waiting for */
341 int work_color; /* WQ: current work color */
342 int flush_color; /* WQ: current flush color */
751 static unsigned int work_color_to_flags(int color) argument
753 return color << WORK_STRUCT_COLOR_SHIFT;
762 static int work_next_color(int color) argument
764 return (color + 1) % WORK_NR_COLORS;
2018 int color local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2271 struct bss_info_uni_bss_color *color; local
2274 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_BSS_COLOR, sizeof(*color));
2275 color = (struct bss_info_uni_bss_color *)tlv;
2277 color->enable = enable ?
2279 color->bss_color = enable ?
2280 vif->bss_conf.he_bss_color.color : 0;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1378 /*for HDMI, audio ACR is with deep color ratio factor*/
1420 struct tg_color color = {0}; local
1427 get_surface_visual_confirm_color(pipe_ctx, &color);
1431 &color);
1445 color.color_r_cr = color.color_g_y;
1449 &color);
1468 /* program blank color */
2401 /* display color depth */
2405 /* Lb color dept
[all...]
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h1841 /* Map [AC][battery_level] to color index */
1846 struct rgb_s color[8]; /* 0-3 are Google colors */ member in struct:lightbar_params_v0
1887 /* Map [AC][battery_level] to color index */
1891 /* s5: single color pulse on inhibited power-up */
1895 struct rgb_s color[8]; /* 0-3 are Google colors */ member in struct:lightbar_params_v1
1955 /* Map [AC][battery_level] to color index */
1959 /* s5: single color pulse on inhibited power-up */
1963 struct rgb_s color[8]; /* 0-3 are Google colors */ member in struct:lightbar_params_v2_colors
2160 * Range 0 means color channel not present.
/linux-master/drivers/hid/
H A Dhid-playstation.c67 const char *color; member in struct:ps_led_info
791 "%s:%s:%s", ps_dev->input_dev_name, led_info->color, led_info->name);
795 "%s:%s", ps_dev->input_dev_name, led_info->color);
1535 * during startup and maintains a color afterwards. We need to explicitly
1707 /* Set default lightbar color. */
2503 /* Set default lightbar color based on player. */
2535 * exposed as a set of 4 LEDs for the 3 color channels and a global control.
2536 * Ideally this should have used the multi-color LED class, which didn't exist
2538 * naming spec by using "<mac_address>:<color>", which contained many colons.
2539 * We use a more compliant by using "<device_name>:<color>" nam
[all...]
H A Dhid-lg-g15.c332 static DEVICE_ATTR_RW(color);
/linux-master/net/mac80211/
H A Dcfg.c1610 /* abort any running channel switch or color change */
4009 /* if there is a color change in progress, abort it */
4741 u8 color, int enable, u64 changed)
4747 link->conf->he_bss_color.color = color;
4758 child->vif.bss_conf.he_bss_color.color = color;
4879 /* queue the color collision detection event every 500 ms in order to
4916 /* don't allow another color change if one is already active or if csa
4929 link_conf->color_change_color = params->color;
4740 ieee80211_color_change_bss_config_notify(struct ieee80211_link_data *link, u8 color, int enable, u64 changed) argument
[all...]
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c648 u16 color = drm_color_lut_extract(lut[i].red, 5) << 11 local
652 priv->dma_hwdescs->palette[i] = color;
/linux-master/drivers/video/fbdev/
H A Dneofb.c962 * The color mode needs to be set before calling vgaHWRestore
1380 writel(rect->color, &par->neo2200->fgColor);
1384 writel(((u32 *) (info->pseudo_palette))[rect->color],
1445 /* FIXME. There is a bug with accelerated color-expanded
1839 (type & 0x02) ? "color" : "monochrome",
H A Dtdfxfb.c277 * Set the color of a palette entry in 8bpp mode
764 /* Truecolor has no hardware color palettes. */
874 tdfx_outl(par, COLORFORE, rect->color);
876 tdfx_outl(par, COLORFORE, par->palette[rect->color]);
1068 /* fix cursor color - XFree86 forgets to restore it properly */
1533 printk(KERN_ERR "tdfxfb: Can't allocate color map\n");
H A Dtridentfb.c627 col = fr->color;
631 col = ((u32 *)(info->pseudo_palette))[fr->color];
1002 /* check color depth */
1313 /* graphics mode and support 256 color modes */
1359 /* Set one color register */
H A Dcg6.c330 sbus_writel(rect->color, &fbc->fg);
475 * cg6_setcolreg - Sets a color register.
657 sbus_writel(0x04 << 24, &bt->addr); /* color planes */
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c270 if (vp->out_fmt->color == IMG_FMT_YCBCR422P)
275 if (vp->out_fmt->color == IMG_FMT_YCRCB420)
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c894 unsigned int color = ctrl->val; local
905 info.default_color = color;
1131 /* OMAP DSS doesn't support Source and Destination color
1136 /* OMAP DSS Doesn't support the Destination color key
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c686 resv->color = -1ul;
765 if (hole->color != -1ul)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c535 unsigned int flags, unsigned int color,
542 return drm_atomic_helper_dirtyfb(fb, file, flags, color, clips,
534 amdgpu_dirtyfb(struct drm_framebuffer *fb, struct drm_file *file, unsigned int flags, unsigned int color, struct drm_clip_rect *clips, unsigned int num_clips) argument
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h1695 __le32 color; member in struct:gb_lights_get_channel_config_response
1726 /* set color request payload: response have no payload */
1730 __le32 color; member in struct:gb_lights_set_color_request
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-tables.c9500 .color = { { { 166, 173, 149, 166, 161, 146, 145, 173,
9573 /* settings for Auto Exposure color correction matrix */
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h1228 u32 color; /* bfa_led_color_t */ member in struct:bfa_diag_ledtest_s
H A Dbfi.h1068 u8 color; member in struct:bfi_diag_ledtest_req_s

Completed in 487 milliseconds

<<1112131415