/linux-4.4.14/arch/alpha/ |
D | Makefile | 39 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
|
D | Kconfig | 739 source "arch/alpha/Kconfig.debug"
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 51 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 …]
|
D | fw-decoder-regs.txt | 640 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/ |
D | fsl_dcu_drm_plane.c | 85 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/ |
D | tcp_illinois.c | 49 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()
|
D | tcp_dctcp.c | 208 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()
|
D | tcp_htcp.c | 26 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()
|
D | tcp_vegas.c | 43 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()
|
D | Kconfig | 495 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/ |
D | sch_pie.c | 44 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/ |
D | ctxgf108.c | 735 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()
|
D | ctxgf117.c | 187 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()
|
D | ctxgm107.c | 900 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/ |
D | mbxfb.c | 512 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/ |
D | rcar_du_plane.c | 130 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()
|
D | rcar_du_plane.h | 56 unsigned int alpha; member
|
D | rcar_du_drv.h | 87 struct drm_property *alpha; member
|
D | rcar_du_kms.c | 713 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/ |
D | overlay-sysfs.c | 253 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/ |
D | misc.c | 225 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/ |
D | atmel_hlcdc_plane.c | 52 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 …]
|
D | atmel_hlcdc_dc.h | 74 struct drm_property *alpha; member
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.h | 49 bool alpha; member 150 unsigned int alpha);
|
D | vsp1_uds.h | 38 void vsp1_uds_set_alpha(struct vsp1_uds *uds, unsigned int alpha);
|
D | vsp1_uds.c | 48 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()
|
D | vsp1_video.c | 687 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()
|
D | vsp1_rpf.c | 155 (fmtinfo->alpha ? VI6_RPF_ALPH_SEL_ASEL_PACKED in rpf_s_stream()
|
D | vsp1_wpf.c | 137 if (fmtinfo->alpha) in wpf_s_stream()
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | crosstests.conf | 96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT} 101 CROSS = alpha-linux 102 ARCH = alpha
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 74 #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/ |
D | shmob_drm_plane.c | 30 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/ |
D | bootloader.lds | 1 OUTPUT_FORMAT("elf64-alpha")
|
/linux-4.4.14/Documentation/features/sched/numa-balancing/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/numa-memblock/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/THP/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/arch/powerpc/platforms/86xx/ |
D | mpc8610_hpcd.c | 150 #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/ |
D | vmlinux.lds.S | 8 OUTPUT_ARCH(alpha)
|
/linux-4.4.14/Documentation/vm/ |
D | active_mm.txt | 77 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/ |
D | arch-support.txt | 9 | alpha: | .. |
|
/linux-4.4.14/Documentation/features/seccomp/seccomp-filter/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/locking/queued-spinlocks/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/ioremap_prot/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/TLB/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/optprobes/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/time/clockevents/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/time/arch-tick-broadcast/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/locking/queued-rwlocks/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/time/context-tracking/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/core/BPF-JIT/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/perf/kprobes-event/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/io/dma_map_attrs/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/locking/rwsem-optimized/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/vm/pmdp_splitting_flush/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/locking/lockdep/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/io/sg-chain/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/PG_uncached/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/uprobes/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/lib/strncasecmp/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/kgdb/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/stackprotector/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/kretprobes/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/time/virt-cpuacct/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/debug/kprobes/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/io/dma-contiguous/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/KASAN/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/io/dma-api-debug/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/core/tracehook/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/pte_special/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/perf/perf-regs/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/perf/perf-stackdump/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/vm/huge-vmap/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/time/modern-timekeeping/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/core/jump-labels/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/locking/cmpxchg-local/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/kprobes-on-ftrace/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/user-ret-profiler/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/debug/gcov-profile-all/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/Documentation/features/core/generic-idle-thread/ |
D | arch-support.txt | 9 | alpha: | ok |
|
/linux-4.4.14/Documentation/features/vm/ELF-ASLR/ |
D | arch-support.txt | 9 | alpha: | TODO |
|
/linux-4.4.14/firmware/matrox/ |
D | g200_warp.H16 | 9 * - A stands for computation of the alpha channel
|
D | g400_warp.H16 | 9 * - A stands for computation of the alpha channel
|
/linux-4.4.14/drivers/char/agp/ |
D | Makefile | 10 obj-$(CONFIG_AGP_ALPHA_CORE) += alpha-agp.o
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 405 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/ |
D | ar9003_paprd.c | 432 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/ |
D | fimc-core.c | 565 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()
|
D | fimc-core.h | 263 u8 alpha; member 462 struct v4l2_ctrl *alpha; member
|
D | fimc-reg.c | 402 cfg |= (frame->alpha << 4); in fimc_hw_set_rgb_alpha()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_csi2.h | 88 u16 alpha; member
|
D | iss_csi2.c | 350 ctx->alpha << CSI2_CTX_CTRL3_ALPHA_SHIFT); in csi2_ctx_config()
|
/linux-4.4.14/scripts/package/ |
D | buildtar | 79 alpha)
|
D | builddeb | 38 i386|ia64|alpha)
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispcsi2.h | 87 u16 alpha; member
|
D | ispcsi2.c | 334 reg |= (ctx->alpha << ISPCSI2_CTX_CTRL3_ALPHA_SHIFT); in csi2_ctx_config()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 904 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 …]
|
D | vivid-core.h | 207 struct v4l2_ctrl *alpha; member
|
D | vivid-kthread-cap.c | 524 dev->autogain->cur.val, gain, dev->alpha->cur.val); in vivid_fillbuff()
|
D | vivid-ctrls.c | 1379 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/ |
D | cvmx-stxx-defs.h | 287 uint64_t alpha:16; member 291 uint64_t alpha:16;
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 88 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/ |
D | renesas,vsp1.txt | 3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 8 Stores the alpha blending value for the overlay. Values range
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | p1022_ds.c | 102 #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/ |
D | sh_mobile_lcdcfb.c | 185 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()
|
D | pxa168fb.h | 286 #define CFG_ALPHA(alpha) ((alpha) << 8) argument
|
D | s3c-fb.c | 411 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()
|
D | leo.c | 151 u32 alpha; /* SS1 only */ member
|
D | mx3fb.c | 673 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()
|
D | fsl-diu-fb.c | 954 #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()
|
D | ffb.c | 186 u32 alpha; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 949 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/ |
D | mdp4_crtc.c | 204 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/ |
D | mdp5_kms.h | 78 uint8_t alpha; member
|
D | mdp5_crtc.c | 253 fg_alpha = pstates[i]->alpha; in blend_setup() 254 bg_alpha = 0xFF - pstates[i]->alpha; in blend_setup()
|
D | mdp5_plane.c | 198 mdp5_state->alpha = 255; in mdp5_plane_reset()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 551 uint8_t alpha; member 557 uint8_t alpha; member
|
/linux-4.4.14/Documentation/networking/ |
D | fore200e.txt | 10 i386, alpha (untested), powerpc, sparc and sparc64 archs.
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 24 - 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/ |
D | iforce-protocol.txt | 241 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/ |
D | MANIFEST | 2 tools/arch/alpha/include/asm/barrier.h
|
/linux-4.4.14/Documentation/isdn/ |
D | README.x25 | 5 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/ |
D | imx-ipu-v3.h | 263 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
|
/linux-4.4.14/Documentation/filesystems/ |
D | befs.txt | 7 Make sure you understand that this is alpha software. This means that the
|
/linux-4.4.14/fs/affs/ |
D | Changes | 9 - 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/ |
D | README | 157 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/ |
D | gsc-core.h | 208 u8 alpha; member
|
D | gsc-core.c | 737 ctx->d_frame.alpha = ctrl->val; in __gsc_s_ctrl()
|
/linux-4.4.14/sound/usb/ |
D | Kconfig | 82 alpha dials and analog pedals on the following products:
|
/linux-4.4.14/Documentation/ |
D | serial-console.txt | 107 the integration of these patches into m68k, ppc and alpha.
|
D | debugging-via-ohci1394.txt | 67 and he implemented fast system dump (alpha version - read README.txt):
|
D | Changes | 169 reiserfsck. These utils work on both i386 and alpha platforms.
|
D | DMA-API-HOWTO.txt | 959 of architectures (x86, powerpc, sh, alpha, ia64, microblaze and
|
D | kernel-parameters.txt | 1615 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/ |
D | svga3d_surfacedefs.h | 196 u8 alpha; member
|
D | svga3d_types.h | 981 uint32 alpha : 1; member
|
/linux-4.4.14/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 526 #define CFG_ALPHA(alpha) ((alpha)<<8) argument
|
/linux-4.4.14/drivers/media/platform/ |
D | fsl-viu.c | 111 u32 alpha; member 996 out_be32(&vr->alpha, 0x000000ff); in viu_default_settings() 1319 out_be32(®->alpha, 0x000000ff); in viu_reset()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 385 stxx_spi4_dat.s.alpha = 32; in cvmx_spi_calendar_setup_cb()
|
/linux-4.4.14/include/uapi/drm/ |
D | radeon_drm.h | 340 unsigned int alpha; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 727 unsigned short alpha[NCCTRL_WIN],
|
D | t3_hw.c | 2863 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/ |
D | dib9000.c | 1183 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/ |
D | README.dvb-usb | 109 2004-06-27 - able to watch and switching channels (pre-alpha)
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 268 green, blue and alpha (transparency) components. Location and size of each
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 181 global_alpha global alpha 0-255 0=transparent 255=opaque
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 396 ** byte 4 : password (must be alpha-numerical)
|
D | ChangeLog.megaraid | 211 problem had been a new warning showing up in sparse output on alpha
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1337 const unsigned short *alpha, const unsigned short *beta);
|
D | t4_hw.c | 5054 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/ |
D | Kconfig | 560 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 154 restructuring of the driver (or an alpha or other 64bit hardware). [WD]
|
/linux-4.4.14/ |
D | CREDITS | 404 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
|
D | MAINTAINERS | 577 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/ |
D | intel_display.c | 2501 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/ |
D | Kconfig.debug | 349 s390 and alpha require percpu variables in modules to be
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 371 PnP isolation tool. When writing this there is a pre alpha test version
|