Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 90) sorted by relevance

1234

/linux/drivers/video/fbdev/core/
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 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_internal.h27 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 Dfbcon.c208 par->rotate = par->p->con_rotate; in fbcon_set_rotation()
210 par->rotate = 0; in fbcon_set_rotation()
213 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument
226 if (rotate < 4) in fbcon_rotate()
227 p->con_rotate = rotate; in fbcon_rotate()
235 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all() argument
242 if (!par || par->currcon < 0 || rotate > 3) in fbcon_rotate_all()
252 p->con_rotate = rotate; in fbcon_rotate_all()
262 par->rotate = FB_ROTATE_UR; in fbcon_set_rotation()
265 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
/linux/init/
H A Ddo_mounts_rd.c192 unsigned short rotate = 0; in rd_load_image() local
251 rotate = 0; in rd_load_image()
258 pr_cont("%c\b", rotator[rotate & 0x3]); in rd_load_image()
259 rotate++; in rd_load_image()
/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()
H A Dfb_ili9163.c114 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 Dfb_upd161704.c115 switch (par->info->var.rotate) { in set_addr_win()
141 switch (par->info->var.rotate) { in set_var()
H A Dfb_bd663474.c106 switch (par->info->var.rotate) { in set_addr_win()
131 switch (par->info->var.rotate) { in set_var()
H A Dfb_s6d1121.c70 switch (par->info->var.rotate) { in set_addr_win()
95 switch (par->info->var.rotate) { in set_var()
H A Dfb_ssd1289.c67 switch (par->info->var.rotate) { in set_addr_win()
99 switch (par->info->var.rotate) { in set_var()
H A Dfb_ili9320.c163 switch (par->info->var.rotate) { in set_addr_win()
188 switch (par->info->var.rotate) { in set_var()
H A Dfb_ili9325.c155 switch (par->info->var.rotate) { in set_addr_win()
180 switch (par->info->var.rotate) { in set_var()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.h56 struct v4l2_ctrl *rotate; member
60 bool rotate; member
/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()
/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/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/media/platform/sunxi/
H A DMakefile8 obj-y += sun8i-rotate/
H A DKconfig10 source "drivers/media/platform/sunxi/sun8i-rotate/Kconfig"
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.h26 struct v4l2_ctrl *rotate; member
/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()
/linux/arch/openrisc/
H A DKconfig144 bool "Have instruction l.ror for rotate right"
152 l.ror rotate right instruction.
157 bool "Have instruction l.rori for rotate right with immediate"
165 l.rori rotate right with immediate instruction.

1234