Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 156 of 156) sorted by relevance

/linux-4.4.14/arch/alpha/
DMakefile39 head-y := arch/alpha/kernel/head.o
41 core-y += arch/alpha/kernel/ arch/alpha/mm/
42 core-$(CONFIG_MATHEMU) += arch/alpha/math-emu/
43 drivers-$(CONFIG_OPROFILE) += arch/alpha/oprofile/
44 libs-y += arch/alpha/lib/
50 boot := arch/alpha/boot
DKconfig739 source "arch/alpha/Kconfig.debug"
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-osd-api.txt51 Bits 1:2 alpha control
132 Retrieve OSD global alpha
134 global alpha: 0=off, 1=on
136 bits 0:7 global alpha
143 Update global alpha
145 global alpha: 0=off, 1=on
147 global alpha (8 bits)
149 local alpha: 0=on, 1=off
205 Resulting alpha blending
209 (zero if both source and destination alpha are zero)
[all …]
Dfw-decoder-regs.txt640 osd global alpha
645 osd local alpha
679 Local alpha works differently depending on the colour mode. For 32bpp & 8
680 bit indexed, local alpha is a per-pixel 256 step transparency, with 0 being
683 fully transparent. There is no local alpha support for 16bit 565.
685 Global alpha is a 256 step transparency that applies to the entire osd,
688 It's possible to combine colour key, local alpha & global alpha.
740 osd global alpha
742 Contains the global alpha value (equiv ivtvfbctl --alpha XX)
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_plane.c85 unsigned int alpha, bpp; in fsl_dcu_drm_plane_atomic_update() local
100 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
104 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
108 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
112 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
116 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
120 alpha = 0xff; in fsl_dcu_drm_plane_atomic_update()
142 DCU_LAYER_TRANS(alpha) | in fsl_dcu_drm_plane_atomic_update()
/linux-4.4.14/net/ipv4/
Dtcp_illinois.c49 u32 alpha; /* Additive increase */ member
72 ca->alpha = ALPHA_MAX; in tcp_illinois_init()
138 static u32 alpha(struct illinois *ca, u32 da, u32 dm) in alpha() function
151 return ca->alpha; in alpha()
226 ca->alpha = ALPHA_BASE; in update_params()
232 ca->alpha = alpha(ca, da, dm); in update_params()
247 ca->alpha = ALPHA_BASE; in tcp_illinois_state()
284 delta = (tp->snd_cwnd_cnt * ca->alpha) >> ALPHA_SHIFT; in tcp_illinois_cong_avoid()
Dtcp_dctcp.c208 u32 alpha = ca->dctcp_alpha; in dctcp_update_alpha() local
212 alpha -= min_not_zero(alpha, alpha >> dctcp_shift_g); in dctcp_update_alpha()
220 alpha = min(alpha + (u32)bytes_ecn, DCTCP_MAX_ALPHA); in dctcp_update_alpha()
226 WRITE_ONCE(ca->dctcp_alpha, alpha); in dctcp_update_alpha()
Dtcp_htcp.c26 u32 alpha; /* Fixed point arith, << 7 */ member
127 if (ca->packetcount >= tp->snd_cwnd - (ca->alpha >> 7 ? : 1) && in measure_achieved_throughput()
194 ca->alpha = 2 * factor * ((1 << 7) - ca->beta); in htcp_alpha_update()
195 if (!ca->alpha) in htcp_alpha_update()
196 ca->alpha = ALPHA_BASE; in htcp_alpha_update()
245 if ((tp->snd_cwnd_cnt * ca->alpha)>>7 >= tp->snd_cwnd) { in htcp_cong_avoid()
262 ca->alpha = ALPHA_BASE; in htcp_init()
Dtcp_vegas.c43 static int alpha = 2; variable
47 module_param(alpha, int, 0644);
48 MODULE_PARM_DESC(alpha, "lower bound of packets in network");
259 } else if (diff < alpha) { in tcp_vegas_cong_avoid()
DKconfig495 modeswitch to change the alpha and beta parameters of TCP Reno
577 adjust the alpha and beta parameters to achieve a higher average
/linux-4.4.14/net/sched/
Dsch_pie.c44 u32 alpha; /* alpha and beta are between 0 and 32 */ member
81 params->alpha = 2; in pie_params_init()
219 q->params.alpha = nla_get_u32(tb[TCA_PIE_ALPHA]); in pie_change()
319 u32 alpha, beta; in calculate_probability() local
347 alpha = in calculate_probability()
348 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 7; in calculate_probability()
352 alpha = in calculate_probability()
353 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 5; in calculate_probability()
357 alpha = in calculate_probability()
358 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in calculate_probability()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf108.c735 const u32 alpha = grctx->alpha_nr; in gf108_grctx_generate_attrib() local
749 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf108_grctx_generate_attrib()
750 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gf108_grctx_generate_attrib()
754 const u32 a = alpha; in gf108_grctx_generate_attrib()
Dctxgf117.c187 const u32 alpha = grctx->alpha_nr; in gf117_grctx_generate_attrib() local
201 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf117_grctx_generate_attrib()
202 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gf117_grctx_generate_attrib()
206 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
Dctxgm107.c900 const u32 alpha = grctx->alpha_nr; in gm107_grctx_generate_attrib() local
914 mmio_wr32(info, 0x405830, (attrib << 16) | alpha); in gm107_grctx_generate_attrib()
915 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gm107_grctx_generate_attrib()
919 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
/linux-4.4.14/drivers/video/fbdev/mbx/
Dmbxfb.c512 static int mbxfb_ioctl_alphactl(struct mbxfb_alphaCtl *alpha) in mbxfb_ioctl_alphactl() argument
517 vbbase = Vbbase_Glalpha(alpha->overlay_global_alpha) | in mbxfb_ioctl_alphactl()
518 Vbbase_Colkey(alpha->overlay_colorkey); in mbxfb_ioctl_alphactl()
520 gbbase = Gbbase_Glalpha(alpha->graphics_global_alpha) | in mbxfb_ioctl_alphactl()
521 Gbbase_Colkey(alpha->graphics_colorkey); in mbxfb_ioctl_alphactl()
525 vcmsk |= Vcmsk_colkey_m(alpha->overlay_colorkey_mask); in mbxfb_ioctl_alphactl()
529 gdrctrl |= Gdrctrl_Colkeym(alpha->graphics_colorkey_mask); in mbxfb_ioctl_alphactl()
537 switch (alpha->overlay_colorkey_mode) { in mbxfb_ioctl_alphactl()
550 switch (alpha->overlay_blend_mode) { in mbxfb_ioctl_alphactl()
564 switch (alpha->graphics_colorkey_mode) { in mbxfb_ioctl_alphactl()
[all …]
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_plane.c130 PnALPHAR_ABIT_X | state->alpha); in rcar_du_plane_setup_mode()
316 state->alpha = 255; in rcar_du_plane_reset()
332 if (property == rcdu->props.alpha) in rcar_du_plane_atomic_set_property()
333 rstate->alpha = val; in rcar_du_plane_atomic_set_property()
352 if (property == rcdu->props.alpha) in rcar_du_plane_atomic_get_property()
353 *val = rstate->alpha; in rcar_du_plane_atomic_get_property()
424 rcdu->props.alpha, 255); in rcar_du_planes_init()
Drcar_du_plane.h56 unsigned int alpha; member
Drcar_du_drv.h87 struct drm_property *alpha; member
Drcar_du_kms.c713 rcdu->props.alpha = in rcar_du_properties_init()
715 if (rcdu->props.alpha == NULL) in rcar_du_properties_init()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Doverlay-sysfs.c253 u8 alpha; in overlay_global_alpha_store() local
259 r = kstrtou8(buf, 0, &alpha); in overlay_global_alpha_store()
265 info.global_alpha = alpha; in overlay_global_alpha_store()
295 u8 alpha; in overlay_pre_mult_alpha_store() local
301 r = kstrtou8(buf, 0, &alpha); in overlay_pre_mult_alpha_store()
307 info.pre_mult_alpha = alpha; in overlay_pre_mult_alpha_store()
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c225 char alpha[2] = "0"; in __puthex() local
232 alpha[0] = '0' + digit; in __puthex()
234 alpha[0] = 'a' + (digit - 0xA); in __puthex()
236 __putstr(alpha); in __puthex()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c52 u8 alpha; member
357 ATMEL_HLCDC_LAYER_GA(state->alpha); in atmel_hlcdc_plane_update_general_settings()
475 ovl_state->alpha != 255) in atmel_hlcdc_plane_prepare_disc_area()
775 if (property == props->alpha) in atmel_hlcdc_plane_atomic_set_property()
776 state->alpha = val; in atmel_hlcdc_plane_atomic_set_property()
793 if (property == props->alpha) in atmel_hlcdc_plane_atomic_get_property()
794 *val = state->alpha; in atmel_hlcdc_plane_atomic_get_property()
810 props->alpha, 255); in atmel_hlcdc_plane_init_properties()
868 state->alpha = 255; in atmel_hlcdc_plane_reset()
966 props->alpha = drm_property_create_range(dev, 0, "alpha", 0, 255); in atmel_hlcdc_plane_create_properties()
[all …]
Datmel_hlcdc_dc.h74 struct drm_property *alpha; member
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.h49 bool alpha; member
150 unsigned int alpha);
Dvsp1_uds.h38 void vsp1_uds_set_alpha(struct vsp1_uds *uds, unsigned int alpha);
Dvsp1_uds.c48 void vsp1_uds_set_alpha(struct vsp1_uds *uds, unsigned int alpha) in vsp1_uds_set_alpha() argument
50 vsp1_uds_write(uds, VI6_UDS_ALPVAL, alpha << VI6_UDS_ALPVAL_VAL0_SHIFT); in vsp1_uds_set_alpha()
Dvsp1_video.c687 unsigned int alpha) in vsp1_pipeline_propagate_alpha() argument
704 alpha = 255; in vsp1_pipeline_propagate_alpha()
709 vsp1_uds_set_alpha(uds, alpha); in vsp1_pipeline_propagate_alpha()
910 uds->scale_alpha = rpf->video.fmtinfo->alpha; in vsp1_video_start_streaming()
Dvsp1_rpf.c155 (fmtinfo->alpha ? VI6_RPF_ALPH_SEL_ASEL_PACKED in rpf_s_stream()
Dvsp1_wpf.c137 if (fmtinfo->alpha) in wpf_s_stream()
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT}
101 CROSS = alpha-linux
102 ARCH = alpha
/linux-4.4.14/drivers/gpu/drm/msm/mdp/
Dmdp_format.c74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
81 .alpha_enable = alpha, \
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c30 unsigned int alpha; member
73 format = LDBBSIFR_EN | (splane->alpha << LDBBSIFR_LAY_SHIFT); in __shmob_drm_plane_setup()
256 splane->alpha = 255; in shmob_drm_plane_create()
/linux-4.4.14/arch/alpha/boot/
Dbootloader.lds1 OUTPUT_FORMAT("elf64-alpha")
/linux-4.4.14/Documentation/features/sched/numa-balancing/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/numa-memblock/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/THP/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/arch/powerpc/platforms/86xx/
Dmpc8610_hpcd.c150 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument
151 cpu_to_le32(AD_BYTE_F | (alpha << AD_ALPHA_C_SHIFT) | \
/linux-4.4.14/arch/alpha/kernel/
Dvmlinux.lds.S8 OUTPUT_ARCH(alpha)
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt77 because it slightly changes the interfaces to accommodate the alpha (who
78 would have thought it, but the alpha actually ends up having one of the
80 and register state is separate, the alpha PALcode joins the two, and you
/linux-4.4.14/Documentation/features/time/irq-time-acct/
Darch-support.txt9 | alpha: | .. |
/linux-4.4.14/Documentation/features/seccomp/seccomp-filter/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/locking/queued-spinlocks/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/ioremap_prot/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/TLB/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/optprobes/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/time/clockevents/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/time/arch-tick-broadcast/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/locking/queued-rwlocks/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/time/context-tracking/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/core/BPF-JIT/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/perf/kprobes-event/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/io/dma_map_attrs/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/locking/rwsem-optimized/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/vm/pmdp_splitting_flush/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/locking/lockdep/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/io/sg-chain/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/PG_uncached/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/uprobes/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/lib/strncasecmp/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/kgdb/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/stackprotector/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/kretprobes/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/time/virt-cpuacct/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/debug/kprobes/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/io/dma-contiguous/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/KASAN/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/io/dma-api-debug/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/core/tracehook/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/pte_special/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/perf/perf-regs/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/perf/perf-stackdump/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/vm/huge-vmap/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/time/modern-timekeeping/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/core/jump-labels/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/locking/cmpxchg-local/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/kprobes-on-ftrace/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/user-ret-profiler/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/debug/gcov-profile-all/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/Documentation/features/core/generic-idle-thread/
Darch-support.txt9 | alpha: | ok |
/linux-4.4.14/Documentation/features/vm/ELF-ASLR/
Darch-support.txt9 | alpha: | TODO |
/linux-4.4.14/firmware/matrox/
Dg200_warp.H169 * - A stands for computation of the alpha channel
Dg400_warp.H169 * - A stands for computation of the alpha channel
/linux-4.4.14/drivers/char/agp/
DMakefile10 obj-$(CONFIG_AGP_ALPHA_CORE) += alpha-agp.o
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos7_drm_decon.c405 unsigned long val, alpha; in decon_update_plane() local
472 alpha = VIDOSDxC_ALPHA0_R_F(0x0) | in decon_update_plane()
476 writel(alpha, ctx->regs + VIDOSD_C(win)); in decon_update_plane()
478 alpha = VIDOSDxD_ALPHA1_R_F(0xff) | in decon_update_plane()
482 writel(alpha, ctx->regs + VIDOSD_D(win)); in decon_update_plane()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c432 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local
636 alpha = (alpha_raw << 10) / scale_B; in create_pa_curve()
653 y3 = (alpha * tmp) >> order2_3x; in create_pa_curve()
689 alpha = (alpha_raw << 10) / scale_B; in create_pa_curve()
720 y3 = (alpha * tmp - in create_pa_curve()
723 y3 = (alpha * tmp + in create_pa_curve()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-core.c565 ctx->d_frame.alpha = ctrl->val; in __fimc_s_ctrl()
616 ctrls->alpha = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create()
620 ctrls->alpha = NULL; in fimc_ctrls_create()
646 ctrls->alpha = NULL; in fimc_ctrls_delete()
663 if (ctrls->alpha) in fimc_ctrls_activate()
664 v4l2_ctrl_activate(ctrls->alpha, active && has_alpha); in fimc_ctrls_activate()
684 struct v4l2_ctrl *ctrl = ctx->ctrls.alpha; in fimc_alpha_ctrl_update()
Dfimc-core.h263 u8 alpha; member
462 struct v4l2_ctrl *alpha; member
Dfimc-reg.c402 cfg |= (frame->alpha << 4); in fimc_hw_set_rgb_alpha()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_csi2.h88 u16 alpha; member
Diss_csi2.c350 ctx->alpha << CSI2_CTX_CTRL3_ALPHA_SHIFT); in csi2_ctx_config()
/linux-4.4.14/scripts/package/
Dbuildtar79 alpha)
Dbuilddeb38 i386|ia64|alpha)
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispcsi2.h87 u16 alpha; member
Dispcsi2.c334 reg |= (ctx->alpha << ISPCSI2_CTX_CTRL3_ALPHA_SHIFT); in csi2_ctx_config()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c904 u8 alpha = tpg->alpha_component; in gen_twopix() local
910 alpha = 0; in gen_twopix()
1057 alpha = 0; in gen_twopix()
1062 buf[0][offset + 1] = (alpha & 0xf0) | r_y; in gen_twopix()
1066 alpha = 0; in gen_twopix()
1071 buf[0][offset + 1] = (alpha & 0x80) | (r_y << 2) | (g_u >> 3); in gen_twopix()
1075 alpha = 0; in gen_twopix()
1078 buf[0][offset] = (alpha & 0x80) | (r_y << 2) | (g_u >> 3); in gen_twopix()
1099 alpha = 0; in gen_twopix()
1103 buf[0][offset] = alpha; in gen_twopix()
[all …]
Dvivid-core.h207 struct v4l2_ctrl *alpha; member
Dvivid-kthread-cap.c524 dev->autogain->cur.val, gain, dev->alpha->cur.val); in vivid_fillbuff()
Dvivid-ctrls.c1379 dev->alpha = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-stxx-defs.h287 uint64_t alpha:16; member
291 uint64_t alpha:16;
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-dp.c88 u8 alpha, bool bg_chan) in ipu_dp_set_global_alpha() argument
105 writel(reg | ((u32) alpha << 24), in ipu_dp_set_global_alpha()
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-platform-sh_mobile_lcdc_fb8 Stores the alpha blending value for the overlay. Values range
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dp1022_ds.c102 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument
103 cpu_to_le32(AD_BYTE_F | (alpha << AD_ALPHA_C_SHIFT) | \
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c185 unsigned int alpha; member
884 format = LDBBSIFR_EN | (ovl->alpha << LDBBSIFR_LAY_SHIFT); in sh_mobile_lcdc_overlay_setup()
1334 return scnprintf(buf, PAGE_SIZE, "%u\n", ovl->alpha); in overlay_alpha_show()
1343 unsigned int alpha; in overlay_alpha_store() local
1346 alpha = simple_strtoul(buf, &endp, 10); in overlay_alpha_store()
1353 if (alpha > 255) in overlay_alpha_store()
1356 if (ovl->alpha != alpha) { in overlay_alpha_store()
1357 ovl->alpha = alpha; in overlay_alpha_store()
2560 ovl->alpha = 255; in sh_mobile_lcdc_overlay_init()
Dpxa168fb.h286 #define CFG_ALPHA(alpha) ((alpha) << 8) argument
Ds3c-fb.c411 static void vidosd_set_alpha(struct s3c_fb_win *win, u32 alpha) in vidosd_set_alpha() argument
416 writel(alpha, sfb->regs + VIDOSD_C(win->index, sfb->variant)); in vidosd_set_alpha()
496 u32 alpha = 0; in s3c_fb_set_par() local
572 alpha = VIDISD14C_ALPHA1_R(0xf) | in s3c_fb_set_par()
576 vidosd_set_alpha(win, alpha); in s3c_fb_set_par()
Dleo.c151 u32 alpha; /* SS1 only */ member
Dmx3fb.c673 static int sdc_set_global_alpha(struct mx3fb_data *mx3fb, bool enable, uint8_t alpha) in sdc_set_global_alpha() argument
682 mx3fb_write_reg(mx3fb, reg | ((uint32_t) alpha << 24), SDC_GW_CTRL); in sdc_set_global_alpha()
Dfsl-diu-fb.c954 #define MAKE_PF(alpha, red, green, blue, size, c0, c1, c2, c3) \ in fsl_diu_get_pixel_format() argument
955 cpu_to_le32(PF_BYTE_F | (alpha << PF_ALPHA_C_SHIFT) | \ in fsl_diu_get_pixel_format()
Dffb.c186 u32 alpha; member
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c949 int alpha, i; in nv11_cursor_upload() local
965 alpha = pixel >> 24; in nv11_cursor_upload()
966 if (alpha > 0 && alpha < 255) in nv11_cursor_upload()
967 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24); in nv11_cursor_upload()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c204 bool alpha[4]= { false, false, false, false }; in blend_setup() local
217 alpha[idx-1] = format->alpha_enable; in blend_setup()
224 if (alpha[i]) { in blend_setup()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h78 uint8_t alpha; member
Dmdp5_crtc.c253 fg_alpha = pstates[i]->alpha; in blend_setup()
254 bg_alpha = 0xFF - pstates[i]->alpha; in blend_setup()
Dmdp5_plane.c198 mdp5_state->alpha = 255; in mdp5_plane_reset()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_dev.h551 uint8_t alpha; member
557 uint8_t alpha; member
/linux-4.4.14/Documentation/networking/
Dfore200e.txt10 i386, alpha (untested), powerpc, sparc and sparc64 archs.
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt24 - Support for the alpha color component
554 The 'Alpha Component' control can be used to set the alpha component for
555 formats containing an alpha channel.
671 Apply Alpha To Red Only: apply the alpha channel as set by the 'Alpha Component'
999 The alpha component can be set through the 'Alpha Component' User control
1001 is set, then the alpha component is only used for the color red and set to
1091 - global alpha
1092 - local alpha
1093 - local inverse alpha
1104 In order to see the effects of the various clipping, chromakeying or alpha
[all …]
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt241 joystick/wheel). I used ComPortSpy from fCoder (alpha version!)
247 Remember it's free (as in free beer) and alpha!
/linux-4.4.14/tools/perf/
DMANIFEST2 tools/arch/alpha/include/asm/barrier.h
/linux-4.4.14/Documentation/isdn/
DREADME.x255 This is alpha/beta test code. Use it completely at your own risk.
174 alpha-test implementation ("eftp4linux") of the EUROfile transfer
/linux-4.4.14/include/video/
Dimx-ipu-v3.h263 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
/linux-4.4.14/Documentation/filesystems/
Dbefs.txt7 Make sure you understand that this is alpha software. This means that the
/linux-4.4.14/fs/affs/
DChanges9 - Doesn't work on the alpha. The only 64/32-bit
14 Alas, I've got no alpha to debug. :-(
/linux-4.4.14/fs/reiserfs/
DREADME157 appliances, bigstorage.com funded HSM, and the alpha PC company funded
158 the alpha port. Many of these tasks were helped by sponsors other
/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.h208 u8 alpha; member
Dgsc-core.c737 ctx->d_frame.alpha = ctrl->val; in __gsc_s_ctrl()
/linux-4.4.14/sound/usb/
DKconfig82 alpha dials and analog pedals on the following products:
/linux-4.4.14/Documentation/
Dserial-console.txt107 the integration of these patches into m68k, ppc and alpha.
Ddebugging-via-ohci1394.txt67 and he implemented fast system dump (alpha version - read README.txt):
DChanges169 reiserfsck. These utils work on both i386 and alpha platforms.
DDMA-API-HOWTO.txt959 of architectures (x86, powerpc, sh, alpha, ia64, microblaze and
Dkernel-parameters.txt1615 io7= [HW] IO7 for Marvel based alpha systems
1617 arch/alpha/kernel/core_marvel.c.
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h196 u8 alpha; member
Dsvga3d_types.h981 uint32 alpha : 1; member
/linux-4.4.14/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h526 #define CFG_ALPHA(alpha) ((alpha)<<8) argument
/linux-4.4.14/drivers/media/platform/
Dfsl-viu.c111 u32 alpha; member
996 out_be32(&vr->alpha, 0x000000ff); in viu_default_settings()
1319 out_be32(&reg->alpha, 0x000000ff); in viu_reset()
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c385 stxx_spi4_dat.s.alpha = 32; in cvmx_spi_calendar_setup_cb()
/linux-4.4.14/include/uapi/drm/
Dradeon_drm.h340 unsigned int alpha; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h727 unsigned short alpha[NCCTRL_WIN],
Dt3_hw.c2863 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus()
2886 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w], in t3_load_mtus()
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib9000.c1183 s8 alpha; in dib9000_fw_get_channel() member
1338 s8 alpha; in dib9000_fw_set_channel_union() member
1421 ch.alpha = 1; in dib9000_fw_set_channel_union()
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb109 2004-06-27 - able to watch and switching channels (pre-alpha)
/linux-4.4.14/Documentation/fb/
Dapi.txt268 green, blue and alpha (transparency) components. Location and size of each
/linux-4.4.14/Documentation/arm/OMAP/
DDSS181 global_alpha global alpha 0-255 0=transparent 255=opaque
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt396 ** byte 4 : password (must be alpha-numerical)
DChangeLog.megaraid211 problem had been a new warning showing up in sparse output on alpha
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1337 const unsigned short *alpha, const unsigned short *beta);
Dt4_hw.c5054 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus() argument
5076 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w], in t4_load_mtus()
/linux-4.4.14/arch/
DKconfig560 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
/linux-4.4.14/fs/befs/
DChangeLog154 restructuring of the driver (or an alpha or other 64bit hardware). [WD]
/linux-4.4.14/
DCREDITS404 E: tsbogend@alpha.franken.de
785 D: Wrote the initial alpha SLIP code
2387 E: mark@alpha.dyndns.org
2388 W: http://alpha.dyndns.org/ov511/
3478 D: alpha rtc port, random appletalk fixes
DMAINTAINERS577 L: linux-alpha@vger.kernel.org
578 F: arch/alpha/
9962 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10134 F: arch/alpha/kernel/srm_env.c
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c2501 static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument
2509 if (alpha) in skl_format_to_fourcc()
2514 if (alpha) in skl_format_to_fourcc()
/linux-4.4.14/lib/
DKconfig.debug349 s390 and alpha require percpu variables in modules to be
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS371 PnP isolation tool. When writing this there is a pre alpha test version