Home
last modified time | relevance | path

Searched full:rotate (Results 1 – 25 of 189) sorted by relevance

12345678

/linux/Documentation/devicetree/bindings/media/
H A Dallwinner,sun8i-a83t-de2-rotate.yaml4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-a83t-de2-rotate.yaml#
7 title: Allwinner A83T DE2 Rotate
21 - const: allwinner,sun8i-a83t-de2-rotate
23 - const: allwinner,sun50i-a64-de2-rotate
24 - const: allwinner,sun8i-a83t-de2-rotate
34 - description: Rotate interface clock
35 - description: Rotate module clock
59 rotate: rotate@1020000 {
60 compatible = "allwinner,sun8i-a83t-de2-rotate";
/linux/drivers/video/fbdev/core/
H A Dfb_logo.c211 struct fb_image *image, int rotate) in fb_rotate_logo() argument
215 if (rotate == FB_ROTATE_UD) { in fb_rotate_logo()
220 } else if (rotate == FB_ROTATE_CW) { in fb_rotate_logo()
227 } else if (rotate == FB_ROTATE_CCW) { in fb_rotate_logo()
240 int rotate, unsigned int num) in fb_do_show_logo() argument
247 if (rotate == FB_ROTATE_UR) { in fb_do_show_logo()
254 } else if (rotate == FB_ROTATE_UD) { in fb_do_show_logo()
261 } else if (rotate == FB_ROTATE_CW) { in fb_do_show_logo()
268 } else if (rotate == FB_ROTATE_CCW) { in fb_do_show_logo()
278 static int fb_show_logo_line(struct fb_info *info, int rotate, in fb_show_logo_line() argument
[all …]
H A Dfb_fillrect.h108 void (*rotate)(struct fb_pattern *pattern), in bitfill()
129 rotate(pattern); in bitfill()
134 rotate(pattern); in bitfill()
136 rotate(pattern); in bitfill()
138 rotate(pattern); in bitfill()
140 rotate(pattern); in bitfill()
144 rotate(pattern); in bitfill()
156 void (*rotate)(struct fb_pattern *pattern), in bitinvert()
176 rotate(pattern); in bitinvert()
182 rotate(pattern); in bitinvert()
[all …]
H A Dfbcon.c207 par->rotate = par->p->con_rotate; in fbcon_set_rotation()
209 par->rotate = 0; in fbcon_set_rotation()
212 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument
225 if (rotate < 4) in fbcon_rotate()
226 p->con_rotate = rotate; in fbcon_rotate()
234 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all() argument
241 if (!par || par->currcon < 0 || rotate > 3) in fbcon_rotate_all()
251 p->con_rotate = rotate; in fbcon_rotate_all()
261 par->rotate = FB_ROTATE_UR; in fbcon_set_rotation()
264 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument
[all …]
/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A DMakefile2 sun8i-rotate-y += sun8i_rotate.o
3 sun8i-rotate-y += sun8i_formats.o
5 obj-$(CONFIG_VIDEO_SUN8I_ROTATE) += sun8i-rotate.o
H A Dsun8i_rotate.c23 #include "sun8i-rotate.h"
79 val |= ROTATE_GLB_CTL_ROTATION(ctx->rotate / 90); in rotate_device_run()
80 if (ctx->rotate != 90 && ctx->rotate != 270) in rotate_device_run()
259 u32 rotate) in rotate_set_cap_format() argument
274 if (rotate == 90 || rotate == 270) { in rotate_set_cap_format()
312 return rotate_set_cap_format(ctx, &f->fmt.pix, ctx->rotate); in rotate_try_fmt_vid_cap()
389 return rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate); in rotate_s_fmt_vid_out()
597 ctx->rotate = ctrl->val; in rotate_s_ctrl()
658 rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate); in rotate_open()
891 { .compatible = "allwinner,sun8i-a83t-de2-rotate" },
[all …]
H A Dsun8i-rotate.h19 #define ROTATE_NAME "sun8i-rotate"
115 u32 rotate; member
/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl201 vperm $key,$in0,$in0,$mask # rotate-n-splat
203 vperm $outtail,$in0,$in0,$outperm # rotate
221 vperm $key,$in0,$in0,$mask # rotate-n-splat
223 vperm $outtail,$in0,$in0,$outperm # rotate
238 vperm $key,$in0,$in0,$mask # rotate-n-splat
240 vperm $outtail,$in0,$in0,$outperm # rotate
253 vperm $outtail,$in0,$in0,$outperm # rotate
268 vperm $outtail,$in0,$in0,$outperm # rotate
299 vperm $key,$in1,$in1,$mask # rotate-n-splat
301 vperm $outtail,$stage,$stage,$outperm # rotate
[all …]
/linux/tools/lib/
H A Drbtree.c143 * the parent's right child (left rotate at parent). in __rb_insert()
168 * the parent's left child (right rotate at gparent). in __rb_insert()
197 /* Case 2 - right rotate at parent */ in __rb_insert()
210 /* Case 3 - left rotate at gparent */ in __rb_insert()
244 * Case 1 - left rotate at parent in ____rb_erase_color()
293 * Case 3 - right rotate at sibling in ____rb_erase_color()
331 * Case 4 - left rotate at parent + color flips in ____rb_erase_color()
355 /* Case 1 - right rotate at parent */ in ____rb_erase_color()
382 /* Case 3 - left rotate at sibling */ in ____rb_erase_color()
394 /* Case 4 - right rotate a in ____rb_erase_color()
[all...]
/linux/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c516 const char *cmdline = "NTSC,rotate=180"; in drm_test_cmdline_name_option()
528 const char *cmdline = "NTSC-24,rotate=180"; in drm_test_cmdline_name_bpp_option()
542 const char *cmdline = "720x480,rotate=0"; in drm_test_cmdline_rotate_0()
565 const char *cmdline = "720x480,rotate=90"; in drm_test_cmdline_rotate_90()
588 const char *cmdline = "720x480,rotate=180"; in drm_test_cmdline_rotate_180()
611 const char *cmdline = "720x480,rotate=270"; in drm_test_cmdline_rotate_270()
707 const char *cmdline = "720x480,rotate=270,reflect_x"; in drm_test_cmdline_multiple_options()
730 const char *cmdline = "720x480-24e,rotate=180"; in drm_test_cmdline_bpp_extra_and_option()
754 const char *cmdline = "720x480e,rotate=180"; in drm_test_cmdline_extra_and_option()
917 .cmdline = "720x480,rotate=0,rotate=90",
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c143 int rotate; in display_rotate_show() local
146 rotate = dssdev->driver->get_rotate(dssdev); in display_rotate_show()
147 return sysfs_emit(buf, "%u\n", rotate); in display_rotate_show()
251 static DISPLAY_ATTR(rotate, S_IRUGO|S_IWUSR,
/linux/tools/include/linux/
H A Drbtree_augmented.h32 void (*rotate)(struct rb_node *old, struct rb_node *new); member
52 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented()
106 .rotate = RBNAME ## _rotate \
296 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
H A Dbitops.h83 * rol32 - rotate a 32-bit value left
84 * @word: value to rotate
/linux/drivers/staging/fbtft/
H A Dfb_ssd1305.c81 write_reg(par, 0xA0 | ((par->info->var.rotate == 180) ? 0x0 : 0x1)); in init_display()
87 write_reg(par, ((par->info->var.rotate == 180) ? 0xC8 : 0xC0)); in init_display()
125 write_reg(par, 0x00 | ((par->info->var.rotate == 180) ? 0x0 : 0x4)); in set_addr_win()
H A Dfb_uc1611.c113 switch (par->info->var.rotate) { in set_addr_win()
158 switch (par->info->var.rotate) { in set_var()
229 switch (par->info->var.rotate) { in write_vmem()
263 switch (par->info->var.rotate) { in write_vmem()
/linux/include/linux/
H A Drbtree_augmented.h30 void (*rotate)(struct rb_node *old, struct rb_node *new); member
50 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented()
130 .rotate = RBNAME ## _rotate \
331 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
/linux/drivers/video/fbdev/
H A Dgoldfishfb.c91 if ((var->rotate & 1) != (info->var.rotate & 1)) { in goldfish_fb_check_var()
120 if (fb->rotation != fb->fb.var.rotate) { in goldfish_fb_set_par()
122 fb->rotation = fb->fb.var.rotate; in goldfish_fb_set_par()
/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c60 int rotate; member
623 int rotate; in ipu_csc_scaler_s_ctrl() local
627 rotate = ctx->rotate; in ipu_csc_scaler_s_ctrl()
639 rotate = ctrl->val; in ipu_csc_scaler_s_ctrl()
645 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip); in ipu_csc_scaler_s_ctrl()
698 ctx->rotate = rotate; in ipu_csc_scaler_s_ctrl()
/linux/include/media/i2c/
H A Dadv7604.h32 ADV7604_BUS_ORDER_BRG, /* Rotate right */
33 ADV7604_BUS_ORDER_GBR, /* Rotate left */
H A Dadv7842.h30 ADV7842_BUS_ORDER_BRG, /* Rotate right */
31 ADV7842_BUS_ORDER_GBR, /* Rotate left */
/linux/Documentation/fb/
H A Dmodedb.rst66 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
74 - rotate (integer): Rotate the initial framebuffer by x
/linux/scripts/
H A Dbootgraph.pl205 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
207 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n";
220 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
/linux/Documentation/RCU/Design/Data-Structures/
H A DTreeMapping.svg48 transform="scale(1.1) rotate(180) translate(1,0)" />
61 transform="scale(0.6) rotate(180) translate(0,0)" />
74 transform="scale(0.4) rotate(180) translate(10,0)" />
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dfsm_txt_buffer_user.svg23 …<path transform="scale(.6) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4…
26 …<path transform="scale(.6) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4…
29 …<path transform="scale(.6) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4…
32 …<path transform="scale(.6) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4…
35 …<path transform="scale(.6) rotate(180) translate(0)" d="m8.71859 4.03374-10.9259-4.01772 10.9259-4…
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c558 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
559 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_selection()
579 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
580 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_selection()
644 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
650 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info()
651 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info()
723 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl()
768 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()

12345678