arch/sh/boards/mach-sh7763rdp/setup.c
133
.rotate = 0,
arch/sh/include/asm/sh7760fb.h
186
int rotate; /* set to 1 to rotate 90 CCW */
drivers/gpu/drm/drm_fb_helper.c
1042
var->rotate = 0;
drivers/gpu/drm/exynos/exynos_drm_ipp.c
478
bool rotate, bool swap)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
480
enum drm_ipp_size_id id = rotate ? IPP_LIMIT_ROTATED : IPP_LIMIT_AREA;
drivers/gpu/drm/exynos/exynos_drm_ipp.c
553
bool rotate, bool swap)
drivers/gpu/drm/exynos/exynos_drm_ipp.c
593
rotate,
drivers/gpu/drm/exynos/exynos_drm_ipp.c
610
bool rotate = (rotation != DRM_MODE_ROTATE_0);
drivers/gpu/drm/exynos/exynos_drm_ipp.c
642
(!(ipp->capabilities & DRM_EXYNOS_IPP_CAP_ROTATE) && rotate) ||
drivers/gpu/drm/exynos/exynos_drm_ipp.c
651
ret = exynos_drm_ipp_check_format(task, src, src, dst, rotate, swap);
drivers/gpu/drm/i915/display/skl_universal_plane.c
1108
static u32 skl_plane_ctl_rotate(unsigned int rotate)
drivers/gpu/drm/i915/display/skl_universal_plane.c
1110
switch (rotate) {
drivers/gpu/drm/i915/display/skl_universal_plane.c
1124
MISSING_CASE(rotate);
drivers/input/rmi4/rmi_f11.c
505
u8 *rotate;
drivers/input/rmi4/rmi_f11.c
741
data->rotate = data->flick + 1;
drivers/input/rmi4/rmi_f11.c
743
data->rotate = &sensor->data_pkt[i];
drivers/media/platform/mediatek/mdp/mtk_mdp_core.h
84
struct v4l2_ctrl *rotate;
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
307
if (ctx->ctrls.rotate->val == 90 ||
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
308
ctx->ctrls.rotate->val == 270) {
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
328
(ctx->ctrls.rotate->val == 90 || ctx->ctrls.rotate->val == 270))
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
873
ctx->ctrls.rotate->val);
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
878
new_r.height, ctx->ctrls.rotate->val);
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
974
ctx->ctrls.rotate->val);
drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c
997
ctx->ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
drivers/media/platform/mediatek/mdp/mtk_mdp_regs.c
138
misc->orientation = ctx->ctrls.rotate->val;
drivers/media/platform/mediatek/mdp3/mtk-mdp3-m2m.c
546
ctx->ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
drivers/media/platform/mediatek/mdp3/mtk-mdp3-m2m.h
26
struct v4l2_ctrl *rotate;
drivers/media/platform/qcom/venus/hfi_helper.h
1068
u32 rotate;
drivers/media/platform/renesas/vsp1/vsp1_rwpf.c
158
if (rwpf->flip.rotate) {
drivers/media/platform/renesas/vsp1/vsp1_rwpf.h
56
struct v4l2_ctrl *rotate;
drivers/media/platform/renesas/vsp1/vsp1_rwpf.h
60
bool rotate;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
101
rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
174
wpf->flip.ctrls.rotate =
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
260
if (wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
452
if (flip & BIT(WPF_CTRL_HFLIP) && !wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
454
else if (flip & BIT(WPF_CTRL_VFLIP) && wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
463
if (wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
478
if (wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
49
bool rotate;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
494
if (wpf->flip.rotate && !(flip & BIT(WPF_CTRL_HFLIP))) {
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
534
return wpf->flip.rotate ? 256 : wpf->max_width;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
56
rotate = rotation == 90 || rotation == 270;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
57
if (rotate == wpf->flip.rotate)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
75
if (rotate) {
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
83
wpf->flip.rotate = rotate;
drivers/media/platform/rockchip/rga/rga-hw.c
222
switch (ctx->rotate) {
drivers/media/platform/rockchip/rga/rga-hw.c
360
switch (ctx->rotate) {
drivers/media/platform/rockchip/rga/rga.c
144
ctx->rotate = ctrl->val;
drivers/media/platform/rockchip/rga/rga.h
67
u32 rotate;
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
558
if (ctx->gsc_ctrls.rotate->val == 90 ||
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
559
ctx->gsc_ctrls.rotate->val == 270) {
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
579
(ctx->gsc_ctrls.rotate->val == 90 ||
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
580
ctx->gsc_ctrls.rotate->val == 270))
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
644
ctx->gsc_ctrls.rotate->val, ctx->out_path);
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
650
if (ctx->gsc_ctrls.rotate->val == 90 ||
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
651
ctx->gsc_ctrls.rotate->val == 270) {
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
723
ctx->gsc_ctrls.rotate->val,
drivers/media/platform/samsung/exynos-gsc/gsc-core.c
768
ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
drivers/media/platform/samsung/exynos-gsc/gsc-core.h
153
struct v4l2_ctrl *rotate;
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
527
ctx->gsc_ctrls.rotate->val, ctx->out_path);
drivers/media/platform/samsung/exynos-gsc/gsc-m2m.c
532
sel.r.height, ctx->gsc_ctrls.rotate->val,
drivers/media/platform/samsung/exynos-gsc/gsc-regs.c
251
if (ctx->gsc_ctrls.rotate->val == 90 ||
drivers/media/platform/samsung/exynos-gsc/gsc-regs.c
252
ctx->gsc_ctrls.rotate->val == 270) {
drivers/media/platform/samsung/exynos-gsc/gsc-regs.c
375
switch (ctx->gsc_ctrls.rotate->val) {
drivers/media/platform/samsung/exynos4-is/fimc-capture.c
641
bool rotate = ctx->rotation == 90 || ctx->rotation == 270;
drivers/media/platform/samsung/exynos4-is/fimc-capture.c
683
rotate ? pl->out_rot_en_w : pl->out_rot_dis_w,
drivers/media/platform/samsung/exynos4-is/fimc-capture.c
684
rotate ? sink->f_height : sink->f_width);
drivers/media/platform/samsung/exynos4-is/fimc-capture.c
690
if (rotate) {
drivers/media/platform/samsung/exynos4-is/fimc-core.c
583
ctrls->rotate = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops,
drivers/media/platform/samsung/exynos4-is/fimc-core.c
634
v4l2_ctrl_activate(ctrls->rotate, active);
drivers/media/platform/samsung/exynos4-is/fimc-core.c
643
ctx->rotation = ctrls->rotate->val;
drivers/media/platform/samsung/exynos4-is/fimc-core.h
450
struct v4l2_ctrl *rotate;
drivers/media/platform/sunxi/sun8i-rotate/sun8i-rotate.h
115
u32 rotate;
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
260
u32 rotate)
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
275
if (rotate == 90 || rotate == 270) {
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
313
return rotate_set_cap_format(ctx, &f->fmt.pix, ctx->rotate);
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
390
return rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate);
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
598
ctx->rotate = ctrl->val;
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
659
rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate);
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
80
val |= ROTATE_GLB_CTL_ROTATION(ctx->rotate / 90);
drivers/media/platform/sunxi/sun8i-rotate/sun8i_rotate.c
81
if (ctx->rotate != 90 && ctx->rotate != 270)
drivers/scsi/ch.c
427
ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate)
drivers/scsi/ch.c
441
cmd[8] = rotate ? 1 : 0;
drivers/scsi/ch.c
446
ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate)
drivers/scsi/ch.c
462
cmd[10] = rotate ? 1 : 0;
drivers/staging/fbtft/fb_bd663474.c
106
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_bd663474.c
131
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_hx8340bn.c
123
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_hx8347d.c
94
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_hx8353d.c
89
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_hx8357d.c
156
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9163.c
114
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9163.c
138
par->info->var.rotate = 0;
drivers/staging/fbtft/fb_ili9163.c
167
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9320.c
163
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9320.c
188
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9325.c
155
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9325.c
180
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9340.c
99
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9341.c
87
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9481.c
61
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ili9486.c
59
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_s6d02a1.c
124
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_s6d1121.c
70
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_s6d1121.c
95
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_seps525.c
170
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_sh1106.c
30
if (par->info->var.rotate) {
drivers/staging/fbtft/fb_ssd1289.c
67
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ssd1289.c
99
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_ssd1305.c
125
write_reg(par, 0x00 | ((par->info->var.rotate == 180) ? 0x0 : 0x4));
drivers/staging/fbtft/fb_ssd1305.c
81
write_reg(par, 0xA0 | ((par->info->var.rotate == 180) ? 0x0 : 0x1));
drivers/staging/fbtft/fb_ssd1305.c
87
write_reg(par, ((par->info->var.rotate == 180) ? 0xC8 : 0xC0));
drivers/staging/fbtft/fb_ssd1331.c
32
if (par->info->var.rotate == 180)
drivers/staging/fbtft/fb_ssd1351.c
81
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_st7735r.c
109
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_st7789v.c
277
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_tinylcd.c
63
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_uc1611.c
113
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_uc1611.c
158
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_uc1611.c
229
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_uc1611.c
263
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_upd161704.c
115
switch (par->info->var.rotate) {
drivers/staging/fbtft/fb_upd161704.c
141
switch (par->info->var.rotate) {
drivers/staging/fbtft/fbtft-core.c
1112
pdata->rotate = fbtft_property_value(dev, "rotate");
drivers/staging/fbtft/fbtft-core.c
559
switch (pdata->rotate) {
drivers/staging/fbtft/fbtft-core.c
617
info->var.rotate = pdata->rotate;
drivers/staging/fbtft/fbtft.h
137
unsigned int rotate;
drivers/staging/media/imx/imx-media-csc-scaler.c
60
int rotate;
drivers/staging/media/imx/imx-media-csc-scaler.c
623
int rotate;
drivers/staging/media/imx/imx-media-csc-scaler.c
627
rotate = ctx->rotate;
drivers/staging/media/imx/imx-media-csc-scaler.c
639
rotate = ctrl->val;
drivers/staging/media/imx/imx-media-csc-scaler.c
645
ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip);
drivers/staging/media/imx/imx-media-csc-scaler.c
698
ctx->rotate = rotate;
drivers/video/fbdev/au1100fb.c
503
info->var.rotate = ((fbdev->panel->control_base&LCD_CONTROL_SM_MASK) \
drivers/video/fbdev/au1100fb.c
528
if (!info->var.rotate || (info->var.rotate == 180)) {
drivers/video/fbdev/au1100fb.c
530
if (info->var.rotate /* 180 */) {
drivers/video/fbdev/carminefb.c
189
if (var->grayscale || var->rotate || var->nonstd)
drivers/video/fbdev/core/fb_fillrect.h
108
void (*rotate)(struct fb_pattern *pattern),
drivers/video/fbdev/core/fb_fillrect.h
129
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
134
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
136
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
138
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
140
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
144
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
156
void (*rotate)(struct fb_pattern *pattern),
drivers/video/fbdev/core/fb_fillrect.h
176
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
182
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
184
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
186
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
188
rotate(pattern);
drivers/video/fbdev/core/fb_fillrect.h
192
rotate(pattern);
drivers/video/fbdev/core/fb_internal.h
27
int fb_prepare_logo(struct fb_info *fb_info, int rotate);
drivers/video/fbdev/core/fb_internal.h
28
int fb_show_logo(struct fb_info *fb_info, int rotate);
drivers/video/fbdev/core/fb_internal.h
30
static inline int fb_prepare_logo(struct fb_info *info, int rotate)
drivers/video/fbdev/core/fb_internal.h
34
static inline int fb_show_logo(struct fb_info *info, int rotate)
drivers/video/fbdev/core/fb_logo.c
211
struct fb_image *image, int rotate)
drivers/video/fbdev/core/fb_logo.c
215
if (rotate == FB_ROTATE_UD) {
drivers/video/fbdev/core/fb_logo.c
220
} else if (rotate == FB_ROTATE_CW) {
drivers/video/fbdev/core/fb_logo.c
227
} else if (rotate == FB_ROTATE_CCW) {
drivers/video/fbdev/core/fb_logo.c
240
int rotate, unsigned int num)
drivers/video/fbdev/core/fb_logo.c
247
if (rotate == FB_ROTATE_UR) {
drivers/video/fbdev/core/fb_logo.c
254
} else if (rotate == FB_ROTATE_UD) {
drivers/video/fbdev/core/fb_logo.c
261
} else if (rotate == FB_ROTATE_CW) {
drivers/video/fbdev/core/fb_logo.c
268
} else if (rotate == FB_ROTATE_CCW) {
drivers/video/fbdev/core/fb_logo.c
278
static int fb_show_logo_line(struct fb_info *info, int rotate,
drivers/video/fbdev/core/fb_logo.c
329
if (rotate == FB_ROTATE_CW || rotate == FB_ROTATE_CCW) {
drivers/video/fbdev/core/fb_logo.c
346
if (rotate) {
drivers/video/fbdev/core/fb_logo.c
350
fb_rotate_logo(info, logo_rotate, &image, rotate);
drivers/video/fbdev/core/fb_logo.c
353
fb_do_show_logo(info, &image, rotate, n);
drivers/video/fbdev/core/fb_logo.c
406
static int fb_show_extra_logos(struct fb_info *info, int y, int rotate)
drivers/video/fbdev/core/fb_logo.c
411
y = fb_show_logo_line(info, rotate,
drivers/video/fbdev/core/fb_logo.c
418
int fb_prepare_logo(struct fb_info *info, int rotate)
drivers/video/fbdev/core/fb_logo.c
449
if (rotate == FB_ROTATE_UR || rotate == FB_ROTATE_UD)
drivers/video/fbdev/core/fb_logo.c
493
int fb_show_logo(struct fb_info *info, int rotate)
drivers/video/fbdev/core/fb_logo.c
502
y = fb_show_logo_line(info, rotate, fb_logo.logo, 0, count);
drivers/video/fbdev/core/fb_logo.c
504
y = fb_show_extra_logos(info, y, rotate);
drivers/video/fbdev/core/fbcon.c
1026
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1027
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1133
new_cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1134
new_rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1183
par->rotate = FB_ROTATE_UR;
drivers/video/fbdev/core/fbcon.c
1443
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
1444
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1988
int ypan = FBCON_SWAP(par->rotate, info->fix.ypanstep, info->fix.xpanstep);
drivers/video/fbdev/core/fbcon.c
1989
int ywrap = FBCON_SWAP(par->rotate, info->fix.ywrapstep, t);
drivers/video/fbdev/core/fbcon.c
1990
int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
1991
int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual);
drivers/video/fbdev/core/fbcon.c
2026
int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2027
int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual);
drivers/video/fbdev/core/fbcon.c
2069
virt_w = FBCON_SWAP(par->rotate, width, height);
drivers/video/fbdev/core/fbcon.c
2070
virt_h = FBCON_SWAP(par->rotate, height, width);
drivers/video/fbdev/core/fbcon.c
2071
virt_fw = FBCON_SWAP(par->rotate, vc->vc_font.width, vc->vc_font.height);
drivers/video/fbdev/core/fbcon.c
2072
virt_fh = FBCON_SWAP(par->rotate, vc->vc_font.height, vc->vc_font.width);
drivers/video/fbdev/core/fbcon.c
208
par->rotate = par->p->con_rotate;
drivers/video/fbdev/core/fbcon.c
210
par->rotate = 0;
drivers/video/fbdev/core/fbcon.c
213
static void fbcon_rotate(struct fb_info *info, u32 rotate)
drivers/video/fbdev/core/fbcon.c
2179
par->rotate = FB_ROTATE_UR;
drivers/video/fbdev/core/fbcon.c
2220
fb_show_logo(info, par->rotate);
drivers/video/fbdev/core/fbcon.c
226
if (rotate < 4)
drivers/video/fbdev/core/fbcon.c
227
p->con_rotate = rotate;
drivers/video/fbdev/core/fbcon.c
235
static void fbcon_rotate_all(struct fb_info *info, u32 rotate)
drivers/video/fbdev/core/fbcon.c
242
if (!par || par->currcon < 0 || rotate > 3)
drivers/video/fbdev/core/fbcon.c
2443
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2444
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2500
if (w > FBCON_SWAP(info->var.rotate, info->var.xres, info->var.yres) ||
drivers/video/fbdev/core/fbcon.c
2501
h > FBCON_SWAP(info->var.rotate, info->var.yres, info->var.xres))
drivers/video/fbdev/core/fbcon.c
252
p->con_rotate = rotate;
drivers/video/fbdev/core/fbcon.c
262
par->rotate = FB_ROTATE_UR;
drivers/video/fbdev/core/fbcon.c
265
static void fbcon_rotate(struct fb_info *info, u32 rotate)
drivers/video/fbdev/core/fbcon.c
2684
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2685
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
270
static void fbcon_rotate_all(struct fb_info *info, u32 rotate)
drivers/video/fbdev/core/fbcon.c
2727
cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);
drivers/video/fbdev/core/fbcon.c
2728
rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres);
drivers/video/fbdev/core/fbcon.c
2767
if (vc->vc_font.width > FBCON_SWAP(var->rotate, var->xres, var->yres) ||
drivers/video/fbdev/core/fbcon.c
2768
vc->vc_font.height > FBCON_SWAP(var->rotate, var->yres, var->xres))
drivers/video/fbdev/core/fbcon.c
278
switch (par->rotate) {
drivers/video/fbdev/core/fbcon.c
300
return (par) ? par->rotate : 0;
drivers/video/fbdev/core/fbcon.c
3197
int rotate, idx;
drivers/video/fbdev/core/fbcon.c
3207
rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbcon.c
3208
fbcon_rotate(info, rotate);
drivers/video/fbdev/core/fbcon.c
3219
int rotate, idx;
drivers/video/fbdev/core/fbcon.c
3229
rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbcon.c
3230
fbcon_rotate_all(info, rotate);
drivers/video/fbdev/core/fbcon.c
3240
int rotate = 0, idx;
drivers/video/fbdev/core/fbcon.c
3249
rotate = fbcon_get_rotate(info);
drivers/video/fbdev/core/fbcon.c
3252
return sysfs_emit(buf, "%d\n", rotate);
drivers/video/fbdev/core/fbcon.c
3316
static DEVICE_ATTR_RW(rotate);
drivers/video/fbdev/core/fbcon.c
622
logo_height = fb_prepare_logo(info, par->rotate);
drivers/video/fbdev/core/fbcon.c
946
disp->rotate = var->rotate;
drivers/video/fbdev/core/fbcon.c
970
var->rotate = disp->rotate;
drivers/video/fbdev/core/fbcon.h
45
u32 rotate;
drivers/video/fbdev/core/fbcon.h
82
int rotate;
drivers/video/fbdev/core/fbcon_rotate.c
40
if (par->rotate == FB_ROTATE_CW ||
drivers/video/fbdev/core/fbcon_rotate.c
41
par->rotate == FB_ROTATE_CCW)
drivers/video/fbdev/core/fbcon_rotate.c
64
switch (par->rotate) {
drivers/video/fbdev/core/fbsysfs.c
171
var.rotate = simple_strtoul(buf, last, 0);
drivers/video/fbdev/core/fbsysfs.c
185
return sysfs_emit(buf, "%d\n", fb_info->var.rotate);
drivers/video/fbdev/core/fbsysfs.c
427
static DEVICE_ATTR(rotate, 0644, show_rotate, store_rotate);
drivers/video/fbdev/goldfishfb.c
120
if (fb->rotation != fb->fb.var.rotate) {
drivers/video/fbdev/goldfishfb.c
122
fb->rotation = fb->fb.var.rotate;
drivers/video/fbdev/goldfishfb.c
91
if ((var->rotate & 1) != (info->var.rotate & 1)) {
drivers/video/fbdev/omap/lcd_dma.c
168
switch (lcd_dma.rotate) {
drivers/video/fbdev/omap/lcd_dma.c
271
if (!(lcd_dma.rotate || lcd_dma.mirror ||
drivers/video/fbdev/omap/lcd_dma.c
320
lcd_dma.rotate = 0;
drivers/video/fbdev/omap/lcd_dma.c
61
int rotate, data_type, xres, yres;
drivers/video/fbdev/omap/lcd_dma.c
92
void omap_set_lcd_dma_b1_rotation(int rotate)
drivers/video/fbdev/omap/lcd_dma.c
99
lcd_dma.rotate = rotate;
drivers/video/fbdev/omap/lcd_dma.h
58
extern void omap_set_lcd_dma_b1_rotation(int rotate);
drivers/video/fbdev/omap/lcdc.c
182
switch (var->rotate) {
drivers/video/fbdev/omap/lcdc.c
226
omap_set_lcd_dma_b1_rotation(var->rotate);
drivers/video/fbdev/omap/lcdc.c
291
if (var->rotate == 0) {
drivers/video/fbdev/omap/omapfb_main.c
1456
var->rotate = def_rotate;
drivers/video/fbdev/omap/omapfb_main.c
1916
module_param_named(rotate, def_rotate, uint, 0664);
drivers/video/fbdev/omap/omapfb_main.c
198
r = fbdev->ctrl->set_rotate(var->rotate);
drivers/video/fbdev/omap/omapfb_main.c
483
switch (var->rotate) {
drivers/video/fbdev/omap/omapfb_main.c
689
switch (var->rotate) {
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
143
int rotate;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
146
rotate = dssdev->driver->get_rotate(dssdev);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
147
return sysfs_emit(buf, "%u\n", rotate);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
251
static DISPLAY_ATTR(rotate, S_IRUGO|S_IWUSR,
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1746
var->rotate = def_rotate;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1750
int rotation = (var->rotate + ofbi->rotation[0]) % 4;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2625
module_param_named(rotate, def_rotate, int, 0);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
679
if (var->rotate > 3)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
844
int rotation = var->rotate;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
957
int rotation = (var->rotate + ofbi->rotation[i]) % 4;
drivers/video/fbdev/ps3fb.c
582
if (var->rotate) {
drivers/video/fbdev/pxa168fb.c
188
var->rotate = FB_ROTATE_UR;
drivers/video/fbdev/sh7760fb.c
208
par->rot = par->pd->rotate;
fs/inode.c
571
static void __inode_lru_list_add(struct inode *inode, bool rotate)
fs/inode.c
586
else if (rotate)
fs/ocfs2/alloc.c
3891
goto rotate;
fs/ocfs2/alloc.c
3948
rotate:
fs/ocfs2/alloc.c
4256
int ret, rotate = 0;
fs/ocfs2/alloc.c
4291
rotate = 1;
fs/ocfs2/alloc.c
4313
if (rotate) {
include/linux/rbtree_augmented.h
130
.rotate = RBNAME ## _rotate \
include/linux/rbtree_augmented.h
30
void (*rotate)(struct rb_node *old, struct rb_node *new);
include/linux/rbtree_augmented.h
331
__rb_erase_color(rebalance, root, augment->rotate);
include/linux/rbtree_augmented.h
50
__rb_insert_augmented(node, root, augment->rotate);
include/uapi/linux/fb.h
278
__u32 rotate; /* angle we rotate counter clockwise */
include/video/omapfb_dss.h
708
int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
init/do_mounts_rd.c
186
unsigned short rotate = 0;
init/do_mounts_rd.c
242
rotate = 0;
init/do_mounts_rd.c
249
pr_cont("%c\b", rotator[rotate & 0x3]);
init/do_mounts_rd.c
250
rotate++;
lib/rbtree.c
431
.rotate = dummy_rotate
tools/include/linux/rbtree_augmented.h
106
.rotate = RBNAME ## _rotate \
tools/include/linux/rbtree_augmented.h
296
__rb_erase_color(rebalance, root, augment->rotate);
tools/include/linux/rbtree_augmented.h
32
void (*rotate)(struct rb_node *old, struct rb_node *new);
tools/include/linux/rbtree_augmented.h
52
__rb_insert_augmented(node, root, augment->rotate);
tools/lib/rbtree.c
430
.rotate = dummy_rotate
tools/perf/builtin-top.c
1118
top->qe.rotate = true;
tools/perf/builtin-top.c
902
if (top->qe.rotate) {
tools/perf/builtin-top.c
904
top->qe.rotate = false;
tools/perf/util/top.h
56
bool rotate;
tools/testing/selftests/kvm/s390/memop.c
564
new = rotate(16, old, i * 8);
tools/testing/selftests/kvm/s390/memop.c
567
new = rotate(16, new, -i * 8);
tools/testing/selftests/kvm/s390/memop.c
568
new = rotate(16, new, j * 8);
tools/testing/selftests/kvm/s390/memop.c
571
new = rotate(16, new, -j * 8);
tools/testing/selftests/kvm/s390/memop.c
572
new = rotate(16, new, i * 8);
tools/testing/selftests/kvm/s390/memop.c
574
new = rotate(16, new, -i * 8);
tools/testing/selftests/kvm/s390/memop.c
579
return rotate(size, old, amount);