/linux/drivers/video/fbdev/core/ |
H A D | fb_logo.c | 211 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 D | fb_internal.h | 27 int fb_prepare_logo(struct fb_info *fb_info, int rotate); 28 int fb_show_logo(struct fb_info *fb_info, int rotate); 30 static inline int fb_prepare_logo(struct fb_info *info, int rotate) in fb_prepare_logo() argument 34 static inline int fb_show_logo(struct fb_info *info, int rotate) in fb_show_logo() argument
|
H A D | fbcon_rotate.c | 40 if (ops->rotate == FB_ROTATE_CW || in fbcon_rotate_font() 41 ops->rotate == FB_ROTATE_CCW) in fbcon_rotate_font() 64 switch (ops->rotate) { in fbcon_rotate_font() 100 switch(ops->rotate) { in fbcon_set_rotate()
|
H A D | fbcon.c | 200 ops->rotate = ops->p->con_rotate; in fbcon_set_rotation() 202 ops->rotate = 0; in fbcon_set_rotation() 205 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument 218 if (rotate < 4) in fbcon_rotate() 219 p->con_rotate = rotate; in fbcon_rotate() 227 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all() argument 234 if (!ops || ops->currcon < 0 || rotate > 3) in fbcon_rotate_all() 244 p->con_rotate = rotate; in fbcon_rotate_all() 254 ops->rotate = FB_ROTATE_UR; in fbcon_set_rotation() 257 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument [all …]
|
H A D | fbcon.h | 46 u32 rotate; member 81 int rotate; member
|
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_wpf.c | 49 bool rotate; in vsp1_wpf_set_rotation() local 56 rotate = rotation == 90 || rotation == 270; in vsp1_wpf_set_rotation() 57 if (rotate == wpf->flip.rotate) in vsp1_wpf_set_rotation() 75 if (rotate) { in vsp1_wpf_set_rotation() 83 wpf->flip.rotate = rotate; in vsp1_wpf_set_rotation() 101 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl() 171 wpf->flip.ctrls.rotate = in wpf_init_controls() 257 if (wpf->flip.rotate) in wpf_configure_stream() 421 if (flip & BIT(WPF_CTRL_HFLIP) && !wpf->flip.rotate) in wpf_configure_partition() 423 else if (flip & BIT(WPF_CTRL_VFLIP) && wpf->flip.rotate) in wpf_configure_partition() [all …]
|
H A D | vsp1_rwpf.h | 56 struct v4l2_ctrl *rotate; member 60 bool rotate; member
|
/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | Makefile | 2 sun8i-rotate-y += sun8i_rotate.o 3 sun8i-rotate-y += sun8i_formats.o 5 obj-$(CONFIG_VIDEO_SUN8I_ROTATE) += sun8i-rotate.o
|
/linux/drivers/video/fbdev/omap/ |
H A D | lcd_dma.c | 60 int rotate, data_type, xres, yres; member 91 void omap_set_lcd_dma_b1_rotation(int rotate) in omap_set_lcd_dma_b1_rotation() argument 98 lcd_dma.rotate = rotate; in omap_set_lcd_dma_b1_rotation() 167 switch (lcd_dma.rotate) { in set_b1_regs() 270 if (!(lcd_dma.rotate || lcd_dma.mirror || in set_b1_regs() 319 lcd_dma.rotate = 0; in omap_request_lcd_dma()
|
/linux/init/ |
H A D | do_mounts_rd.c | 192 unsigned short rotate = 0; in rd_load_image() local 252 rotate = 0; in rd_load_image() 260 pr_cont("%c\b", rotator[rotate & 0x3]); in rd_load_image() 261 rotate++; in rd_load_image()
|
/linux/drivers/staging/fbtft/ |
H A D | fb_ssd1305.c | 81 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 D | fb_uc1611.c | 113 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()
|
H A D | fb_ili9163.c | 114 switch (par->info->var.rotate) { in set_addr_win() 138 par->info->var.rotate = 0; in set_addr_win() 167 switch (par->info->var.rotate) { in set_var()
|
H A D | fb_upd161704.c | 115 switch (par->info->var.rotate) { in set_addr_win() 141 switch (par->info->var.rotate) { in set_var()
|
H A D | fb_bd663474.c | 106 switch (par->info->var.rotate) { in set_addr_win() 131 switch (par->info->var.rotate) { in set_var()
|
H A D | fb_s6d1121.c | 70 switch (par->info->var.rotate) { in set_addr_win() 95 switch (par->info->var.rotate) { in set_var()
|
H A D | fb_ssd1289.c | 67 switch (par->info->var.rotate) { in set_addr_win() 99 switch (par->info->var.rotate) { in set_var()
|
H A D | fb_ili9320.c | 163 switch (par->info->var.rotate) { in set_addr_win() 188 switch (par->info->var.rotate) { in set_var()
|
/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 32 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()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display-sysfs.c | 143 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/include/linux/ |
H A D | rbtree_augmented.h | 30 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 D | goldfishfb.c | 91 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()
|
H A D | au1100fb.c | 188 info->var.rotate = ((fbdev->panel->control_base&LCD_CONTROL_SM_MASK) \ in au1100fb_setmode() 213 if (!info->var.rotate || (info->var.rotate == 180)) { in au1100fb_setmode() 215 if (info->var.rotate /* 180 */) { in au1100fb_setmode()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_ipp.c | 477 bool rotate, bool swap) in exynos_drm_ipp_check_size_limits() argument 479 enum drm_ipp_size_id id = rotate ? IPP_LIMIT_ROTATED : IPP_LIMIT_AREA; in exynos_drm_ipp_check_size_limits() 552 bool rotate, bool swap) in exynos_drm_ipp_check_format() argument 592 rotate, in exynos_drm_ipp_check_format() 609 bool rotate = (rotation != DRM_MODE_ROTATE_0); in exynos_drm_ipp_task_check() local 641 (!(ipp->capabilities & DRM_EXYNOS_IPP_CAP_ROTATE) && rotate) || in exynos_drm_ipp_task_check() 650 ret = exynos_drm_ipp_check_format(task, src, src, dst, rotate, swap); in exynos_drm_ipp_task_check()
|
/linux/drivers/media/platform/sunxi/ |
H A D | Makefile | 8 obj-y += sun8i-rotate/
|