Searched refs:color (Results 351 - 369 of 369) sorted by relevance

<<1112131415

/linux-master/drivers/video/fbdev/
H A Dimsttfb.c239 * color" must be configured. This is the case for the IBM DAC
669 * to the color depth as follows:
994 bgc = rect->color;
H A Dcyber2000fb.c10 * 32 bit support, text color and panning fixes for modes != 8 bit
169 col = rect->color;
261 * Set a single color register. Return != 0 for invalid regno.
H A Ds3fb.c378 u32 fg = expand_color(rect->color);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1221 if (!color_match(comp->color, cq->done_color))
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c378 * Returns %true if @modifier is a render, render with color clear or
392 * Returns %true if @modifier is a render with color clear modifier.
531 * intel_fb_is_ccs_aux_plane: Check if a framebuffer color plane is a CCS AUX plane
533 * @color_plane: color plane index to check
536 * Returns %true if @fb's color plane at index @color_plane is a CCS AUX plane.
546 * intel_fb_is_gen12_ccs_aux_plane: Check if a framebuffer color plane is a GEN12 CCS AUX plane
548 * @color_plane: color plane index to check
551 * Returns %true if @fb's color plane at index @color_plane is a GEN12 CCS AUX plane.
562 * intel_fb_rc_ccs_cc_plane: Get the CCS CC color plane index for a framebuffer
566 * Returns the index of the color clea
1941 intel_user_framebuffer_dirty(struct drm_framebuffer *fb, struct drm_file *file, unsigned int flags, unsigned int color, struct drm_clip_rect *clips, unsigned int num_clips) argument
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c130 /* used for all color formats for OMAP3 and earlier
131 * and for RGB and Y color component on OMAP4
136 * color formats on OMAP4
1315 * HACK: NV12 color format and MFLAG seem to have problems working
2844 static void dispc_mgr_set_default_color(enum omap_channel channel, u32 color) argument
2846 dispc_write_reg(DISPC_DEFAULT_COLOR(channel), color); local
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c193 /* used for all color formats for OMAP3 and earlier
194 * and for RGB and Y color component on OMAP4
199 * color formats on OMAP4
1585 * HACK: NV12 color format and MFLAG seem to have problems working
2468 * do. However, NV12 color format appears to work Ok
2475 * be true also for 16-bit color formats.
2963 enum omap_channel channel, u32 color)
2965 dispc_write_reg(dispc, DISPC_DEFAULT_COLOR(channel), color);
2962 dispc_mgr_set_default_color(struct dispc_device *dispc, enum omap_channel channel, u32 color) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3687 /* set SRG BSS color/BSSID bitmap */
3814 bss_color->color = he_bss_color->color;
/linux-master/include/net/
H A Dcfg80211.h302 * @bss_color_bitmap: bitmap that indicates the BSS color values used by
320 * @color: the current color.
321 * @enabled: HE BSS color is used
325 u8 color; member in struct:cfg80211_he_bss_color
1359 * @he_bss_color_valid: indicates whether bss color
1570 * struct cfg80211_color_change_settings - color change settings
1572 * Used for bss color change
1574 * @beacon_color_change: beacon data while performing the color countdown
1577 * @beacon_next: beacon data to be used after the color chang
1589 u8 color; member in struct:cfg80211_color_change_settings
[all...]
/linux-master/tools/perf/util/
H A Dsort.c2632 hse->hpp.color = NULL;
3000 hde->hpp.color = NULL;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4127 /* set SRG BSS color/BSSID bitmap */
4148 bss_color->color = he_bss_color->color;
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c4975 msg->color = (u8) ledtest->color;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1641 vif->bss_conf.he_bss_color.color;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c2420 /* the top most byte is used to indicate BSS color info */
3773 ar, arvif->vdev_id, info->he_bss_color.color,
3777 ath11k_warn(ar->ab, "failed to set bss color collision on vdev %i: %d\n",
3782 param_value = info->he_bss_color.color <<
3792 "failed to set bss color param on vdev %i: %d\n",
3796 "bss color param 0x%x set on vdev %i\n",
3803 ath11k_warn(ar->ab, "failed to enable bss color change on vdev %i: %d\n",
3809 ath11k_warn(ar->ab, "failed to set bss color collision on vdev %i: %d\n",
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4359 bss_color = vif->bss_conf.he_bss_color.color;
H A Dphy.c5962 bss_color = vif->bss_conf.he_bss_color.color;
/linux-master/net/mac80211/
H A Dmlme.c4518 bss_conf->he_bss_color.color =
4544 /* TODO: OPEN: what happens if BSS color disable is set? */
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c1934 /* the top most byte is used to indicate BSS color info */
3053 info->he_bss_color.color,
3057 ath12k_warn(ar->ab, "failed to set bss color collision on vdev %i: %d\n",
3064 ath12k_warn(ar->ab, "failed to enable bss color change on vdev %i: %d\n",
3072 ath12k_warn(ar->ab, "failed to set bss color collision on vdev %i: %d\n",
/linux-master/net/wireless/
H A Dnl80211.c5484 he_bss_color->color =
15968 params.color = nla_get_u8(info->attrs[NL80211_ATTR_COLOR_CHANGE_COLOR]);

Completed in 424 milliseconds

<<1112131415