/linux-4.1.27/drivers/media/pci/ttpci/ |
H A D | av7110_hw.c | 964 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) OSDSetColor() argument 971 yuv = blend ? RGB2YUV(r,g,b) : 0; OSDSetColor() 978 color, ((blend >> 4) & 0x0f)); OSDSetColor() 991 u32 color, blend, yuv; OSDSetPalette() local 995 blend = (color & 0xF0000000) >> 4; OSDSetPalette() 996 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, OSDSetPalette() 997 (color >> 16) & 0xFF) | blend : 0; OSDSetPalette() 1107 u8 r, g = 0, b = 0, blend = 0; av7110_osd_cmd() local 1113 get_user(blend, colors + i * 4 + 3)) { av7110_osd_cmd() 1117 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); av7110_osd_cmd()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
H A D | vpbe_osd.c | 297 enum osd_blending_factor blend) _osd_set_blending_factor() 302 blend << OSD_OSDWIN0MD_BLND0_SHIFT, OSD_OSDWIN0MD); _osd_set_blending_factor() 306 blend << OSD_OSDWIN1MD_BLND1_SHIFT, OSD_OSDWIN1MD); _osd_set_blending_factor() 1280 * blend factor, transparency colorkey enable, and osd_set_layer_config() 1287 osdwin_state->blend); osd_set_layer_config() 1417 osdwin_state->blend = OSD_8_VID_0; osd_init_layer() 1418 _osd_set_blending_factor(sd, osdwin, osdwin_state->blend); osd_init_layer() 295 _osd_set_blending_factor(struct osd_state *sd, enum osd_win_layer osdwin, enum osd_blending_factor blend) _osd_set_blending_factor() argument
|
/linux-4.1.27/include/linux/mfd/ |
H A D | si476x-reports.h | 112 * below the blend threshold as set by FM_ACF_BLEND_THRESHOLD
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
H A D | mdp_ppp.c | 176 * pixel = (src == transp) ? dst : blend blit_blend() 177 * blend is combo of blend_eq_sel and blit_blend() 197 /* just blend by alpha */ blit_blend()
|
H A D | mdp_hw.h | 329 /* rotate or blend enable */
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 696 struct qxl_copy blend; member in union:qxl_compat_drawable::__anon4324 725 struct qxl_copy blend; member in union:qxl_drawable::__anon4325
|
/linux-4.1.27/include/video/ |
H A D | newport.h | 78 #define NPORT_DMODE1_BBENAB 0x02000000 /* Back blend enable */ 80 #define NPORT_DMODE1_ABLEND 0x08000000 /* Alpha blend */
|
/linux-4.1.27/arch/x86/purgatory/ |
H A D | sha256.c | 58 /* now blend */ sha256_transform()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 115 /* only doing ARGB32 since this is what is needed to alpha-blend omap_fbdev_create()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_crtc.c | 179 * blend_setup() - blend all the planes of a CRTC 232 DBG("%s: lm%d: blend config = 0x%08x", mdp5_crtc->name, lm, blend_cfg);
|
/linux-4.1.27/crypto/ |
H A D | sha256_generic.c | 65 /* now blend */ sha256_transform()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | sis_accel.h | 66 #define ALPHA_BLEND 0x00000007 /* Alpha blend ? */
|
/linux-4.1.27/include/media/davinci/ |
H A D | vpbe_osd.h | 313 enum osd_blending_factor blend; member in struct:osd_osdwin_state
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-wl1273.c | 1879 dev_info(dev, "MOST_MODE: Stereo according to blend\n"); wl1273_fm_vidioc_log_status() 1890 "MOST_BLEND: Switched blend & hysteresis.\n"); wl1273_fm_vidioc_log_status() 1892 dev_info(dev, "MOST_BLEND: Soft blend.\n"); wl1273_fm_vidioc_log_status()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | r200.c | 48 /* blend weight */ r200_get_vtx_size_0()
|
H A D | r300_reg.h | 1303 * - Most blend flags are simply copied from R200 and not tested yet
|
H A D | r100.c | 1533 /* blend weight */ r100_get_vtx_size()
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
H A D | STG4000OverlayDevice.c | 130 /* ????? SG 08/11/2001 Surely this isn't the alpha blend mode, ResetOverlayRegisters()
|
/linux-4.1.27/include/uapi/drm/ |
H A D | drm_mode.h | 148 /* Planes blend with or override other bits on the CRTC */
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-kthread-cap.c | 263 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; vivid_copy_buffer() local 376 if (blend) vivid_copy_buffer()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-medusa-video.c | 246 /* set comb 2D blend */ medusa_PALCombInit()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | carminefb.c | 321 /* Set default blend mode */ carmine_init_display_param()
|
H A D | ffb.c | 144 /* Alpha blend */
|
H A D | sh_mobile_lcdcfb.c | 156 * @mode: Overlay blending mode (alpha blend or ROP3)
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpifunc.c | 2680 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) hpi_tuner_set_hd_radio_signal_blend() argument 2683 blend, 0); hpi_tuner_set_hd_radio_signal_blend()
|
H A D | hpi_internal.h | 857 u32 blend; member in union:hpi_control_union_msg::__anon14412::__anon14414
|
H A D | hpi.h | 1480 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_mixer.c | 680 /* Don't blend layer 0 onto the mixer background */ mixer_win_reset()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | dc.c | 745 /* enable cursor and set blend mode */ tegra_cursor_atomic_update()
|