Searched refs:rotate (Results 51 - 75 of 99) sorted by relevance

1234

/linux-master/drivers/staging/fbtft/
H A Dfb_ili9341.c87 switch (par->info->var.rotate) {
H A Dfb_seps525.c170 switch (par->info->var.rotate) {
H A Dfb_hx8347d.c94 switch (par->info->var.rotate) {
H A Dfb_ssd1331.c32 if (par->info->var.rotate == 180)
H A Dfb_st7789v.c277 switch (par->info->var.rotate) {
H A Dfb_ssd1351.c83 switch (par->info->var.rotate) {
H A Dfbtft.h53 * @set_var: Configure LCD with values from variables like @rotate and @bgr
127 * @rotate: Display rotation angle
137 unsigned int rotate; member in struct:fbtft_platform_data
H A Dfbtft-core.c564 switch (pdata->rotate) {
621 info->var.rotate = pdata->rotate;
1115 pdata->rotate = fbtft_property_value(dev, "rotate");
/linux-master/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S19 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 16
20 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 12
21 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 8
22 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 7
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c133 .rotate = 0,
/linux-master/drivers/video/fbdev/
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 */) {
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c307 if (ctx->ctrls.rotate->val == 90 ||
308 ctx->ctrls.rotate->val == 270) {
328 (ctx->ctrls.rotate->val == 90 || ctx->ctrls.rotate->val == 270))
875 ctx->ctrls.rotate->val);
880 new_r.height, ctx->ctrls.rotate->val);
976 ctx->ctrls.rotate->val);
999 ctx->ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler,
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c513 static __uint128_t rotate(int size, __uint128_t val, int amount) function
566 new = rotate(16, old, i * 8);
569 new = rotate(16, new, -i * 8);
570 new = rotate(16, new, j * 8);
573 new = rotate(16, new, -j * 8);
574 new = rotate(16, new, i * 8);
576 new = rotate(16, new, -i * 8);
581 return rotate(size, old, amount);
/linux-master/drivers/video/fbdev/omap/
H A Dlcdc.c180 switch (var->rotate) {
224 omap_set_lcd_dma_b1_rotation(var->rotate);
289 if (var->rotate == 0) {
H A Domapfb_main.c56 { OMAPFB_CAPS_WINDOW_ROTATE, "rotate window" },
196 r = fbdev->ctrl->set_rotate(var->rotate);
481 switch (var->rotate) {
687 switch (var->rotate) {
1464 var->rotate = def_rotate;
1879 else if (!strncmp(this_opt, "rotate:", 7))
1924 module_param_named(rotate, def_rotate, uint, 0664);
/linux-master/arch/arm/lib/
H A Dcsumpartial.S74 movne r0, r0, ror #8 @ rotate checksum by 8 bits
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c120 if (rwpf->flip.rotate) {
/linux-master/include/uapi/linux/
H A Dfb.h278 __u32 rotate; /* angle we rotate counter clockwise */ member in struct:fb_var_screeninfo
/linux-master/drivers/scsi/
H A Dch.c428 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) argument
442 cmd[8] = rotate ? 1 : 0;
447 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate) argument
463 cmd[10] = rotate ? 1 : 0;
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga-hw.c222 switch (ctx->rotate) {
240 * RGA used to scale the picture first, and then rotate second,
241 * so we need to swap the w/h when rotate degree is 90/270.
360 switch (ctx->rotate) {
/linux-master/drivers/input/rmi4/
H A Drmi_f11.c493 * @rotate - rotate motion and finger separation.
505 u8 *rotate; member in struct:f11_2d_data
741 data->rotate = data->flick + 1;
743 data->rotate = &sensor->data_pkt[i];
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c679 if (var->rotate > 3)
844 int rotation = var->rotate;
957 int rotation = (var->rotate + ofbi->rotation[i]) % 4;
1746 var->rotate = def_rotate;
1750 int rotation = (var->rotate + ofbi->rotation[0]) % 4;
2625 module_param_named(rotate, def_rotate, int, 0);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c583 ctrls->rotate = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops,
634 v4l2_ctrl_activate(ctrls->rotate, active);
643 ctx->rotation = ctrls->rotate->val;
/linux-master/lib/
H A Drbtree.c143 * the parent's right child (left rotate at parent).
168 * the parent's left child (right rotate at gparent).
197 /* Case 2 - right rotate at parent */
210 /* Case 3 - left rotate at gparent */
244 * Case 1 - left rotate at parent
293 * Case 3 - right rotate at sibling
331 * Case 4 - left rotate at parent + color flips
355 /* Case 1 - right rotate at parent */
382 /* Case 3 - left rotate at sibling */
394 /* Case 4 - right rotate a
[all...]
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h148 * @rotate: rotation degree
154 struct v4l2_ctrl *rotate; member in struct:gsc_ctrls

Completed in 255 milliseconds

1234