Searched refs:rotate (Results 76 - 99 of 99) sorted by relevance

1234

/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h148 * @rotate: rotation degree
154 struct v4l2_ctrl *rotate; member in struct:gsc_ctrls
H A Dgsc-m2m.c529 ctx->gsc_ctrls.rotate->val, ctx->out_path);
534 sel.r.height, ctx->gsc_ctrls.rotate->val,
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h438 * @rotate: image rotation control
450 struct v4l2_ctrl *rotate; member in struct:fimc_ctrls
H A Dfimc-capture.c643 bool rotate = ctx->rotation == 90 || ctx->rotation == 270; local
685 rotate ? pl->out_rot_en_w : pl->out_rot_dis_w,
686 rotate ? sink->f_height : sink->f_width);
692 if (rotate) {
/linux-master/tools/perf/
H A Dbuiltin-top.c900 if (top->qe.rotate) {
902 top->qe.rotate = false;
1109 top->qe.rotate = true;
/linux-master/include/video/
H A Domapfb_dss.h708 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
/linux-master/arch/x86/crypto/
H A Dsha1_ssse3_asm.S282 # rotate: \a<=\d, \b<=\e, \c<=\a, \d<=\b, \e<=\c
H A Dsha1_avx2_x86_64_asm.S196 .if (i == 0) # Initialize and rotate registers
H A Dchacha-avx512vl-x86_64.S467 # mostly benefits from the new rotate instructions in VL and the
/linux-master/drivers/video/fbdev/
H A Dsh7760fb.c208 par->rot = par->pd->rotate;
210 /* rotate only works with xres <= 320 */
254 iowrite16((par->rot ? 1 << 13 : 0), par->base + LDSMR); /* rotate */
H A Dcarminefb.c189 if (var->grayscale || var->rotate || var->nonstd)
H A Dpxa168fb.c188 var->rotate = FB_ROTATE_UR;
H A Dps3fb.c582 if (var->rotate) {
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c398 if (ops->rotate)
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c834 static u32 skl_plane_ctl_rotate(unsigned int rotate) argument
836 switch (rotate) {
850 MISSING_CASE(rotate);
/linux-master/fs/
H A Dinode.c456 static void __inode_add_lru(struct inode *inode, bool rotate) argument
469 else if (rotate)
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h1068 u32 rotate; member in struct:hfi_operations
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.c140 ctx->rotate = ctrl->val;
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c548 ctx->ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S45 @ instructions with 3 arguments, no [fixed] rotate, addressing
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py646 .vt {transform:rotate(-60deg);transform-origin:0 0;}\n\
/linux-master/fs/ocfs2/
H A Dalloc.c2304 * the _actual_ left leaf range. Otherwise, we'll rotate a record
2493 * A rotate moves the rightmost left leaf
2997 * The subtree rotate might have removed records on
3212 * In theory the rotate-for-merge code will never get
3213 * here because it'll always ask for a rotate in a
3771 * Error from this last rotate is not critical, so
3816 * our leaf. Try to rotate it away.
3883 goto rotate;
3940 rotate:
3942 * Ok, we have to rotate
4248 int ret, rotate = 0; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1207 var->rotate = 0;
1791 /* Rotating in hardware, fbcon should not rotate */
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S16286 ror.l &0x8,%d1 # rotate to top byte
16914 ror.l &0x8,%d1 # rotate to top byte
17484 ror.l &0x8,%d1 # rotate to top byte
19006 rol.w &0x4,%d1 # rotate reg num into place
19020 rol.w &0x7,%d1 # rotate scale value into place

Completed in 478 milliseconds

1234