Searched refs:rotate (Results 26 - 50 of 99) sorted by relevance

1234

/linux-master/drivers/staging/fbtft/
H A Dfb_hx8353d.c89 switch (par->info->var.rotate) {
H A Dfb_tinylcd.c63 switch (par->info->var.rotate) {
H A Dfb_ili9320.c165 switch (par->info->var.rotate) {
190 switch (par->info->var.rotate) {
H A Dfb_bd663474.c106 switch (par->info->var.rotate) {
131 switch (par->info->var.rotate) {
H A Dfb_ili9325.c155 switch (par->info->var.rotate) {
180 switch (par->info->var.rotate) {
H A Dfb_ssd1289.c67 switch (par->info->var.rotate) {
102 switch (par->info->var.rotate) {
H A Dfb_s6d1121.c70 switch (par->info->var.rotate) {
95 switch (par->info->var.rotate) {
H A Dfb_hx8357d.c156 switch (par->info->var.rotate) {
H A Dfb_st7735r.c109 switch (par->info->var.rotate) {
H A Dfb_s6d02a1.c124 switch (par->info->var.rotate) {
H A Dfb_hx8340bn.c123 switch (par->info->var.rotate) {
H A Dfb_ili9340.c99 switch (par->info->var.rotate) {
H A Dfb_sh1106.c30 if (par->info->var.rotate) {
/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h19 #define ROTATE_NAME "sun8i-rotate"
115 u32 rotate; member in struct:rotate_ctx
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h78 * @rotate: rotation degree
84 struct v4l2_ctrl *rotate; member in struct:mtk_mdp_ctrls
H A Dmtk_mdp_regs.c138 misc->orientation = ctx->ctrls.rotate->val;
/linux-master/drivers/video/fbdev/
H A Dgoldfishfb.c91 if ((var->rotate & 1) != (info->var.rotate & 1)) {
120 if (fb->rotation != fb->fb.var.rotate) {
122 fb->rotation = fb->fb.var.rotate;
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.h64 u32 rotate; member in struct:rga_ctx
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c62 int rotate; member in struct:ipu_csc_scaler_ctx
622 int rotate; local
626 rotate = ctx->rotate;
638 rotate = ctrl->val;
644 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip);
697 ctx->rotate = rotate;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.h46 u32 rotate; member in struct:fbcon_display
81 int rotate; member in struct:fbcon_ops
H A Dfbsysfs.c173 var.rotate = simple_strtoul(buf, last, 0);
187 return sysfs_emit(buf, "%d\n", fb_info->var.rotate);
430 __ATTR(rotate, S_IRUGO|S_IWUSR, show_rotate, store_rotate),
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c477 bool rotate, bool swap)
479 enum drm_ipp_size_id id = rotate ? IPP_LIMIT_ROTATED : IPP_LIMIT_AREA;
552 bool rotate, bool swap)
592 rotate,
609 bool rotate = (rotation != DRM_MODE_ROTATE_0); local
641 (!(ipp->capabilities & DRM_EXYNOS_IPP_CAP_ROTATE) && rotate) ||
650 ret = exynos_drm_ipp_check_format(task, src, src, dst, rotate, swap);
475 exynos_drm_ipp_check_size_limits(struct exynos_drm_ipp_buffer *buf, const struct drm_exynos_ipp_limit *limits, unsigned int num_limits, bool rotate, bool swap) argument
548 exynos_drm_ipp_check_format(struct exynos_drm_ipp_task *task, struct exynos_drm_ipp_buffer *buf, struct exynos_drm_ipp_buffer *src, struct exynos_drm_ipp_buffer *dst, bool rotate, bool swap) argument
/linux-master/drivers/media/platform/samsung/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.c251 if (ctx->gsc_ctrls.rotate->val == 90 ||
252 ctx->gsc_ctrls.rotate->val == 270) {
375 switch (ctx->gsc_ctrls.rotate->val) {
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh91 set xtics rotate $xtic_rotate

Completed in 221 milliseconds

1234