/linux-4.1.27/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 | 738 source "arch/alpha/Kconfig.debug"
|
/linux-4.1.27/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.1.27/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_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 | 509 modeswitch to change the alpha and beta parameters of TCP Reno 591 adjust the alpha and beta parameters to achieve a higher average
|
/linux-4.1.27/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() 318 u32 alpha, beta; in calculate_probability() local 346 alpha = in calculate_probability() 347 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 7; in calculate_probability() 351 alpha = in calculate_probability() 352 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 5; in calculate_probability() 356 alpha = in calculate_probability() 357 (q->params.alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in calculate_probability() [all …]
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 130 PnALPHAR_ABIT_X | state->alpha); in rcar_du_plane_setup_mode() 291 state->alpha = 255; in rcar_du_plane_reset() 334 if (property == rgrp->planes.alpha) in rcar_du_plane_atomic_set_property() 335 rstate->alpha = val; in rcar_du_plane_atomic_set_property() 355 if (property == rgrp->planes.alpha) in rcar_du_plane_atomic_get_property() 356 *val = rstate->alpha; in rcar_du_plane_atomic_get_property() 402 planes->alpha = in rcar_du_planes_init() 404 if (planes->alpha == NULL) in rcar_du_planes_init() 451 planes->alpha, 255); in rcar_du_planes_init()
|
D | rcar_du_plane.h | 44 struct drm_property *alpha; member 55 unsigned int alpha; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf108.c | 735 const u32 alpha = impl->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 = impl->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 * priv->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
|
D | ctxgm107.c | 900 const u32 alpha = impl->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 * priv->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib()
|
/linux-4.1.27/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.1.27/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.1.27/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() 773 if (property == props->alpha) in atmel_hlcdc_plane_atomic_set_property() 774 state->alpha = val; in atmel_hlcdc_plane_atomic_set_property() 791 if (property == props->alpha) in atmel_hlcdc_plane_atomic_get_property() 792 *val = state->alpha; in atmel_hlcdc_plane_atomic_get_property() 808 props->alpha, 255); in atmel_hlcdc_plane_init_properties() 866 state->alpha = 255; in atmel_hlcdc_plane_reset() 964 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.1.27/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 | 675 unsigned int alpha) in vsp1_pipeline_propagate_alpha() argument 692 alpha = 255; in vsp1_pipeline_propagate_alpha() 697 vsp1_uds_set_alpha(uds, alpha); in vsp1_pipeline_propagate_alpha() 828 uds->scale_alpha = rpf->video.fmtinfo->alpha; in vsp1_video_start_streaming()
|
D | vsp1_wpf.c | 137 if (fmtinfo->alpha) in wpf_s_stream()
|
D | vsp1_rpf.c | 155 (fmtinfo->alpha ? VI6_RPF_ALPH_SEL_ASEL_PACKED in rpf_s_stream()
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | crosstests.conf | 96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT} 101 CROSS = alpha-linux 102 ARCH = alpha
|
/linux-4.1.27/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) { \ argument 81 .alpha_enable = alpha, \
|
/linux-4.1.27/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.1.27/arch/alpha/boot/ |
D | bootloader.lds | 1 OUTPUT_FORMAT("elf64-alpha")
|
/linux-4.1.27/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.1.27/arch/alpha/kernel/ |
D | vmlinux.lds.S | 8 OUTPUT_ARCH(alpha)
|
/linux-4.1.27/include/linux/ |
D | msm_mdp.h | 71 u32 alpha, transp_mask, flags; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/char/agp/ |
D | Makefile | 10 obj-$(CONFIG_AGP_ALPHA_CORE) += alpha-agp.o
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/exynos/ |
D | exynos7_drm_decon.c | 401 unsigned long val, alpha; in decon_win_commit() local 479 alpha = VIDOSDxC_ALPHA0_R_F(0x0) | in decon_win_commit() 483 writel(alpha, ctx->regs + VIDOSD_C(win)); in decon_win_commit() 485 alpha = VIDOSDxD_ALPHA1_R_F(0xff) | in decon_win_commit() 489 writel(alpha, ctx->regs + VIDOSD_D(win)); in decon_win_commit()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 826 u8 alpha = tpg->alpha_component; in gen_twopix() local 832 alpha = 0; in gen_twopix() 964 alpha = 0; in gen_twopix() 969 buf[0][offset + 1] = (alpha & 0xf0) | r_y; in gen_twopix() 973 alpha = 0; in gen_twopix() 978 buf[0][offset + 1] = (alpha & 0x80) | (r_y << 2) | (g_u >> 3); in gen_twopix() 982 alpha = 0; in gen_twopix() 985 buf[0][offset] = (alpha & 0x80) | (r_y << 2) | (g_u >> 3); in gen_twopix() 1006 alpha = 0; in gen_twopix() 1010 buf[0][offset] = alpha; in gen_twopix() [all …]
|
D | vivid-core.h | 207 struct v4l2_ctrl *alpha; member
|
D | vivid-kthread-cap.c | 519 dev->autogain->cur.val, gain, dev->alpha->cur.val); in vivid_fillbuff()
|
D | vivid-ctrls.c | 1318 dev->alpha = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, in vivid_create_controls()
|
/linux-4.1.27/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.1.27/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.1.27/scripts/package/ |
D | buildtar | 79 alpha)
|
D | builddeb | 31 i386|ia64|alpha)
|
/linux-4.1.27/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.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-stxx-defs.h | 287 uint64_t alpha:16; member 291 uint64_t alpha:16;
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 8 Stores the alpha blending value for the overlay. Values range
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 197 bool alpha[4]= { false, false, false, false }; in blend_setup() local 210 alpha[idx-1] = format->alpha_enable; in blend_setup() 217 if (alpha[i]) { in blend_setup()
|
/linux-4.1.27/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 | 951 #define MAKE_PF(alpha, red, green, blue, size, c0, c1, c2, c3) \ in fsl_diu_get_pixel_format() argument 952 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.1.27/drivers/video/fbdev/msm/ |
D | mdp_ppp.c | 174 if (req->alpha != MDP_ALPHA_NOP) { in blit_blend() 191 req->alpha &= 0xff; in blit_blend() 196 } else if (req->alpha < MDP_ALPHA_NOP) { in blit_blend() 622 mdp_writel(mdp, (req->alpha << 24) | (req->transp_mask & 0xffffff), in send_blit()
|
D | mdp.c | 314 req->alpha != MDP_ALPHA_NOP || in mdp_blit()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 551 uint8_t alpha; member 557 uint8_t alpha; member
|
/linux-4.1.27/Documentation/networking/ |
D | fore200e.txt | 10 i386, alpha (untested), powerpc, sparc and sparc64 archs.
|
/linux-4.1.27/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. 664 Apply Alpha To Red Only: apply the alpha channel as set by the 'Alpha Component' 991 The alpha component can be set through the 'Alpha Component' User control 993 is set, then the alpha component is only used for the color red and set to 1083 - global alpha 1084 - local alpha 1085 - local inverse alpha 1096 In order to see the effects of the various clipping, chromakeying or alpha [all …]
|
/linux-4.1.27/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.1.27/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.1.27/include/video/ |
D | imx-ipu-v3.h | 262 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
|
/linux-4.1.27/Documentation/filesystems/ |
D | befs.txt | 7 Make sure you understand that this is alpha software. This means that the
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_surfacedefs.h | 200 type alpha; \
|
D | svga3d_reg.h | 730 uint32 alpha : 1; member
|
/linux-4.1.27/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.1.27/sound/usb/ |
D | Kconfig | 82 alpha dials and analog pedals on the following products:
|
/linux-4.1.27/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 | 156 reiserfsck. These utils work on both i386 and alpha platforms.
|
D | DMA-API-HOWTO.txt | 954 of architectures (x86, powerpc, sh, alpha, ia64, microblaze and
|
D | kernel-parameters.txt | 1550 io7= [HW] IO7 for Marvel based alpha systems 1552 arch/alpha/kernel/core_marvel.c.
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 526 #define CFG_ALPHA(alpha) ((alpha)<<8) argument
|
/linux-4.1.27/drivers/media/platform/ |
D | fsl-viu.c | 154 u32 alpha; member 1089 out_be32(&vr->alpha, 0x000000ff); in viu_default_settings() 1409 out_be32(®->alpha, 0x000000ff); in viu_reset()
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 385 stxx_spi4_dat.s.alpha = 32; in cvmx_spi_calendar_setup_cb()
|
/linux-4.1.27/include/uapi/drm/ |
D | radeon_drm.h | 340 unsigned int alpha; member
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/dvb/ |
D | README.dvb-usb | 109 2004-06-27 - able to watch and switching channels (pre-alpha)
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 268 green, blue and alpha (transparency) components. Location and size of each
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 181 global_alpha global alpha 0-255 0=transparent 255=opaque
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1240 const unsigned short *alpha, const unsigned short *beta);
|
D | t4_hw.c | 3318 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus() argument 3340 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w], in t4_load_mtus()
|
/linux-4.1.27/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.1.27/fs/befs/ |
D | ChangeLog | 154 restructuring of the driver (or an alpha or other 64bit hardware). [WD]
|
/linux-4.1.27/arch/ |
D | Kconfig | 541 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|
/linux-4.1.27/ |
D | CREDITS | 400 E: tsbogend@alpha.franken.de 781 D: Wrote the initial alpha SLIP code 2383 E: mark@alpha.dyndns.org 2384 W: http://alpha.dyndns.org/ov511/ 3466 D: alpha rtc port, random appletalk fixes
|
D | MAINTAINERS | 563 L: linux-alpha@vger.kernel.org 564 F: arch/alpha/ 9207 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 9381 F: arch/alpha/kernel/srm_env.c
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_display.c | 2513 static int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument 2521 if (alpha) in skl_format_to_fourcc() 2526 if (alpha) in skl_format_to_fourcc()
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 339 s390 and alpha require percpu variables in modules to be
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 371 PnP isolation tool. When writing this there is a pre alpha test version
|