[go: nahoru, domu]

Searched refs:rotate (Results 1 - 25 of 29) sorted by relevance

12

/drivers/video/console/
H A Dfbcon_rotate.c40 if (ops->rotate == FB_ROTATE_CW ||
41 ops->rotate == FB_ROTATE_CCW)
64 switch (ops->rotate) {
100 switch(ops->rotate) {
H A Dfbcon.c205 ops->rotate = ops->p->con_rotate;
207 ops->rotate = 0;
210 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
223 if (rotate < 4)
224 p->con_rotate = rotate;
232 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
239 if (!ops || ops->currcon < 0 || rotate > 3)
249 p->con_rotate = rotate;
259 ops->rotate = FB_ROTATE_UR;
262 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
267 fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
3365 int rotate, idx; local
3390 int rotate, idx; local
3414 int rotate = 0, idx; local
[all...]
H A Dfbcon.h46 u32 rotate; member in struct:display
79 int rotate; member in struct:fbcon_ops
H A Dbitblit.c413 if (ops->rotate)
/drivers/video/fbdev/core/
H A Dfbmem.c391 struct fb_image *image, int rotate)
395 if (rotate == FB_ROTATE_UD) {
400 } else if (rotate == FB_ROTATE_CW) {
409 } else if (rotate == FB_ROTATE_CCW) {
424 int rotate, unsigned int num)
428 if (rotate == FB_ROTATE_UR) {
435 } else if (rotate == FB_ROTATE_UD) {
440 } else if (rotate == FB_ROTATE_CW) {
447 } else if (rotate == FB_ROTATE_CCW) {
455 static int fb_show_logo_line(struct fb_info *info, int rotate, argument
390 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) argument
423 fb_do_show_logo(struct fb_info *info, struct fb_image *image, int rotate, unsigned int num) argument
567 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
587 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
595 fb_prepare_logo(struct fb_info *info, int rotate) argument
663 fb_show_logo(struct fb_info *info, int rotate) argument
674 fb_prepare_logo(struct fb_info *info, int rotate) argument
675 fb_show_logo(struct fb_info *info, int rotate) argument
[all...]
H A Dfbsysfs.c251 var.rotate = simple_strtoul(buf, last, 0);
265 return snprintf(buf, PAGE_SIZE, "%d\n", fb_info->var.rotate);
510 __ATTR(rotate, S_IRUGO|S_IWUSR, show_rotate, store_rotate),
/drivers/video/fbdev/omap2/dss/
H A Ddisplay-sysfs.c183 int rotate; local
186 rotate = dssdev->driver->get_rotate(dssdev);
187 return snprintf(buf, PAGE_SIZE, "%u\n", rotate);
287 static DEVICE_ATTR(rotate, S_IRUGO|S_IWUSR,
/drivers/video/fbdev/
H A Dgoldfishfb.c99 if ((var->rotate & 1) != (info->var.rotate & 1)) {
127 if (fb->rotation != fb->fb.var.rotate) {
129 fb->rotation = fb->fb.var.rotate;
H A Dau1100fb.c188 info->var.rotate = ((fbdev->panel->control_base&LCD_CONTROL_SM_MASK) \
213 if (!info->var.rotate || (info->var.rotate == 180)) {
215 if (info->var.rotate /* 180 */) {
H A Dauo_k190x.c498 switch (var->rotate) {
553 par->rotation = info->var.rotate;
H A Dsh7760fb.c209 par->rot = par->pd->rotate;
211 /* rotate only works with xres <= 320 */
255 iowrite16((par->rot ? 1 << 13 : 0), par->base + LDSMR); /* rotate */
/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c558 if (ctx->gsc_ctrls.rotate->val == 90 ||
559 ctx->gsc_ctrls.rotate->val == 270) {
579 (ctx->gsc_ctrls.rotate->val == 90 ||
580 ctx->gsc_ctrls.rotate->val == 270))
644 ctx->gsc_ctrls.rotate->val, ctx->out_path);
650 if (ctx->gsc_ctrls.rotate->val == 90 ||
651 ctx->gsc_ctrls.rotate->val == 270) {
723 ctx->gsc_ctrls.rotate->val,
768 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
H A Dgsc-regs.c255 if (ctx->gsc_ctrls.rotate->val == 90 ||
256 ctx->gsc_ctrls.rotate->val == 270) {
379 switch (ctx->gsc_ctrls.rotate->val) {
H A Dgsc-core.h157 * @rotate: rotation degree
163 struct v4l2_ctrl *rotate; member in struct:gsc_ctrls
H A Dgsc-m2m.c537 ctx->gsc_ctrls.rotate->val, ctx->out_path);
542 cr.c.height, ctx->gsc_ctrls.rotate->val,
/drivers/video/fbdev/omap/
H A Domapfb_main.c73 { OMAPFB_CAPS_WINDOW_ROTATE, "rotate window" },
213 r = fbdev->ctrl->set_rotate(var->rotate);
500 switch (var->rotate) {
603 static void omapfb_rotate(struct fb_info *fbi, int rotate) argument
609 if (rotate != fbi->var.rotate) {
613 new_var->rotate = rotate;
721 switch (var->rotate) {
1500 var->rotate
[all...]
H A Dlcdc.c191 switch (var->rotate) {
235 omap_set_lcd_dma_b1_rotation(var->rotate);
300 if (var->rotate == 0) {
/drivers/scsi/
H A Dch.c426 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) argument
440 cmd[8] = rotate ? 1 : 0;
445 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate) argument
461 cmd[10] = rotate ? 1 : 0;
/drivers/staging/lustre/lustre/ldlm/
H A Dinterval_tree.c234 struct interval_node *rotate)
238 rotate->in_max_high = node->in_max_high;
233 __rotate_change_maxhigh(struct interval_node *node, struct interval_node *rotate) argument
/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c690 if (var->rotate > 3)
855 int rotation = var->rotate;
967 int rotation = (var->rotate + ofbi->rotation[i]) % 4;
1760 var->rotate = def_rotate;
1764 int rotation = (var->rotate + ofbi->rotation[0]) % 4;
2647 module_param_named(rotate, def_rotate, int, 0);
/drivers/media/platform/exynos4-is/
H A Dfimc-core.c608 ctrls->rotate = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops,
659 v4l2_ctrl_activate(ctrls->rotate, active);
668 ctx->rotation = ctrls->rotate->val;
H A Dfimc-core.h447 * @rotate: image rotation control
459 struct v4l2_ctrl *rotate; member in struct:fimc_ctrls
H A Dfimc-capture.c664 bool rotate = ctx->rotation == 90 || ctx->rotation == 270; local
703 rotate ? pl->out_rot_en_w : pl->out_rot_dis_w,
704 rotate ? sink->f_height : sink->f_width);
710 if (rotate) {
/drivers/video/adf/
H A Dadf_fbdev.c472 var->rotate = info->var.rotate;
/drivers/dma/ipu/
H A Dipu_idmac.c433 enum ipu_rotate_mode rotate)
435 params->pp.bam = rotate;
432 ipu_ch_param_set_rotation(union chan_param_mem *params, enum ipu_rotate_mode rotate) argument

Completed in 552 milliseconds

12