Home
last modified time | relevance | path

Searched refs:rot (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c35 #define rot_read(offset) readl(rot->regs + (offset))
36 #define rot_write(cfg, offset) writel(cfg, rot->regs + (offset))
68 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) in rotator_reg_set_irq() argument
80 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) in rotator_reg_get_irq_status() argument
94 struct rot_context *rot = arg; in rotator_irq_handler() local
99 irq_status = rotator_reg_get_irq_status(rot); in rotator_irq_handler()
106 if (rot->task) { in rotator_irq_handler()
107 struct exynos_drm_ipp_task *task = rot->task; in rotator_irq_handler()
109 rot->task = NULL; in rotator_irq_handler()
110 pm_runtime_mark_last_busy(rot->dev); in rotator_irq_handler()
[all …]
/linux/drivers/video/fbdev/
H A Dsh7760fb.c38 int rot; /* rotation enabled? */ member
208 par->rot = par->pd->rotate; in sh7760fb_set_par()
211 if (par->rot && (vm->xres > 320)) { in sh7760fb_set_par()
213 par->rot = 0; in sh7760fb_set_par()
233 par->rot ? "rotated" : "normal"); in sh7760fb_set_par()
254 iowrite16((par->rot ? 1 << 13 : 0), par->base + LDSMR); /* rotate */ in sh7760fb_set_par()
270 stride = (par->rot) ? vtln : hdcn; in sh7760fb_set_par()
284 if (par->rot) { in sh7760fb_set_par()
298 if (par->rot) in sh7760fb_set_par()
314 if (par->rot) in sh7760fb_set_par()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.h80 u32 layer_type, u64 modifier, u32 rot);
99 u32 rot);
H A Dkomeda_format_caps.c97 u32 rot) in komeda_format_mod_supported() argument
110 rot); in komeda_format_mod_supported()
H A Dkomeda_kms.h159 static inline bool has_flip_h(u32 rot) in has_flip_h() argument
161 u32 rotation = drm_rotation_simplify(rot, in has_flip_h()
H A Dkomeda_plane.c50 dflow->rot = drm_rotation_simplify(st->rotation, caps->supported_rots); in komeda_plane_init_data_flow()
51 if (!has_bits(dflow->rot, caps->supported_rots)) { in komeda_plane_init_data_flow()
53 dflow->rot, &caps->fourcc, fb->modifier); in komeda_plane_init_data_flow()
H A Dkomeda_framebuffer.h47 u32 rot);
H A Dkomeda_wb_connector.c29 dflow->rot = DRM_MODE_ROTATE_0; in komeda_wb_init_data_flow()
/linux/include/video/
H A Domapvrfb.h37 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
52 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument
H A Dimx-ipu-v3.h268 enum ipu_rotate_mode rot);
445 enum ipu_rotate_mode rot);
/linux/tools/testing/selftests/drivers/net/
H A Dpsp.py180 rot = cfg.pspnl.key_rotate({"id": cfg.psp_dev_id})
181 ksft_eq(rot['id'], cfg.psp_dev_id)
182 rot = cfg.pspnl.key_rotate({"id": cfg.psp_dev_id})
183 ksft_eq(rot['id'], cfg.psp_dev_id)
200 rot = cfg.pspnl.key_rotate({"id": cfg.psp_dev_id})
202 ksft_eq(rot['id'], cfg.psp_dev_id)
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c153 int rot, r; in display_rotate_store() local
158 r = kstrtoint(buf, 0, &rot); in display_rotate_store()
162 r = dssdev->driver->set_rotate(dssdev, rot); in display_rotate_store()
/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c125 #define rot(x,k) (((x)<<(k))|((x)>>(64-(k)))) macro
127 u64 e = x->a - rot(x->b, 7); in ranval()
128 x->a = x->b ^ rot(x->c, 13); in ranval()
129 x->b = x->c + rot(x->d, 37); in ranval()
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h333 u8 rot; member
H A Dcxd2880_tnrdmd_dvbt2_mon.c685 plp_info->rot = data[index++] & 0x01; in cxd2880_tnrdmd_dvbt2_mon_active_plp()
/linux/fs/btrfs/
H A Dscrub.c1439 u32 rot; in get_raid56_logic_offset() local
1446 rot = stripe_nr % map->num_stripes; in get_raid56_logic_offset()
1448 rot += i; in get_raid56_logic_offset()
1449 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
2195 int rot; in scrub_raid56_parity_stripe() local
2199 rot = div_u64(full_stripe_start - bg->start, in scrub_raid56_parity_stripe()
2201 stripe_index = (i + rot) % map->num_stripes; in scrub_raid56_parity_stripe()
2203 btrfs_stripe_nr_to_offset(rot); in scrub_raid56_parity_stripe()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.h68 enum rotation_features rot; /* type of rotation supported */ member
H A Dmalidp_planes.c561 if (mp->layer->rot == ROTATE_NONE) in malidp_de_plane_check()
563 if ((mp->layer->rot == ROTATE_COMPRESSED) && !(fb->modifier)) in malidp_de_plane_check()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c606 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument
615 if (rot == 90 || rot == 270) { in gsc_check_scaler_ratio()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c814 int src_h, int dst_w, int dst_h, int rot) in mtk_mdp_check_scaler_ratio() argument
818 if (rot == 90 || rot == 270) { in mtk_mdp_check_scaler_ratio()
/linux/drivers/scsi/
H A Dsd.c3475 u16 rot; in sd_read_block_characteristics() local
3485 rot = get_unaligned_be16(&vpd->data[4]); in sd_read_block_characteristics()
3489 if (rot == 1) in sd_read_block_characteristics()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3339 s32 theta = 0, rot = 0; in wlc_lcnphy_start_tx_tone() local
3368 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_lcnphy_start_tx_tone()
3375 theta += rot; in wlc_lcnphy_start_tx_tone()
H A Dphy_n.c23035 s32 theta = 0, rot = 0; in wlc_phy_gen_load_samples_nphy() local
23057 rot = ((f_kHz * 36) / phy_bw) / 100; in wlc_phy_gen_load_samples_nphy()
23064 theta += rot; in wlc_phy_gen_load_samples_nphy()
/linux/Documentation/PCI/
H A Dpci.rst22 However, keep in mind that all documents are subject to "bit rot".