[go: nahoru, domu]

Searched refs:rot (Results 1 - 15 of 15) sorted by relevance

/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c47 #define rot_read(offset) readl(rot->regs + (offset))
48 #define rot_write(cfg, offset) writel(cfg, rot->regs + (offset))
105 static void rotator_reg_set_irq(struct rot_context *rot, bool enable) argument
117 static u32 rotator_reg_get_fmt(struct rot_context *rot) argument
126 static enum rot_irq_status rotator_reg_get_irq_status(struct rot_context *rot) argument
140 struct rot_context *rot = arg; local
141 struct exynos_drm_ippdrv *ippdrv = &rot->ippdrv;
148 irq_status = rotator_reg_get_irq_status(rot);
158 rot->cur_buf_id[EXYNOS_DRM_OPS_DST];
167 static void rotator_align_size(struct rot_context *rot, u3 argument
204 struct rot_context *rot = dev_get_drvdata(dev); local
240 struct rot_context *rot = dev_get_drvdata(dev); local
273 struct rot_context *rot = dev_get_drvdata(dev); local
326 struct rot_context *rot = dev_get_drvdata(dev); local
378 struct rot_context *rot = dev_get_drvdata(dev); local
408 struct rot_context *rot = dev_get_drvdata(dev); local
603 struct rot_context *rot = dev_get_drvdata(dev); local
698 struct rot_context *rot; local
779 struct rot_context *rot = dev_get_drvdata(dev); local
789 rotator_clk_crtl(struct rot_context *rot, bool enable) argument
806 struct rot_context *rot = dev_get_drvdata(dev); local
816 struct rot_context *rot = dev_get_drvdata(dev); local
828 struct rot_context *rot = dev_get_drvdata(dev); local
835 struct rot_context *rot = dev_get_drvdata(dev); local
[all...]
/drivers/video/fbdev/omap2/
H A Dvrfb.c43 #define SMS_ROT_VIRT_BASE(rot) (0x1000000 * (rot))
243 int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) argument
247 vrfb->vaddr[rot] = ioremap_wc(vrfb->paddr[rot], size);
249 if (!vrfb->vaddr[rot]) {
254 DBG("ioremapped vrfb area %d of size %lu into %p\n", rot, size,
255 vrfb->vaddr[rot]);
263 int rot; local
277 for (rot
292 int rot; local
[all...]
/drivers/video/fbdev/
H A Dsh7760fb.c41 int rot; /* rotation enabled? */ member in struct:sh7760fb_par
209 par->rot = par->pd->rotate;
212 if (par->rot && (vm->xres > 320)) {
214 par->rot = 0;
234 par->rot ? "rotated" : "normal");
255 iowrite16((par->rot ? 1 << 13 : 0), par->base + LDSMR); /* rotate */
271 stride = (par->rot) ? vtln : hdcn;
285 if (par->rot) {
299 if (par->rot)
315 if (par->rot)
[all...]
H A Dw100fb.c1420 unsigned long rot=0, divider, offset=0; local
1426 rot=3; /* 180 degree */
1432 rot=2; /* 270 degree */
1435 rot=1; /* 90 degree */
1452 graphic_ctrl.f_w100.portrait_mode=rot;
1463 switch(rot) {
1491 graphic_ctrl.f_w32xx.portrait_mode=rot;
/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c379 int rot; local
386 rot = simple_strtoul(p, &p, 0);
387 if (rot < 0 || rot > 3) {
392 if (ofbi->rotation[num_ovls] != rot)
395 rotation[num_ovls++] = rot;
H A Domapfb-main.c161 static unsigned omapfb_get_vrfb_offset(const struct omapfb_info *ofbi, int rot) argument
166 switch (rot) {
189 static u32 omapfb_get_region_rot_paddr(const struct omapfb_info *ofbi, int rot) argument
192 return ofbi->region->vrfb.paddr[rot]
193 + omapfb_get_vrfb_offset(ofbi, rot);
/drivers/video/fbdev/omap2/dss/
H A Ddisplay-sysfs.c194 int rot, r; local
199 r = kstrtoint(buf, 0, &rot);
203 r = dssdev->driver->set_rotate(dssdev, rot);
/drivers/gpu/ipu-v3/
H A Dipu-ic.c494 enum ipu_rotate_mode rot)
499 u32 temp_rot = bitrev8(rot) >> 5;
623 if (rot >= IPU_ROTATE_90_RIGHT)
492 ipu_ic_task_idma_init(struct ipu_ic *ic, struct ipuv3_channel *channel, u32 width, u32 height, int burst_size, enum ipu_rotate_mode rot) argument
H A Dipu-cpmem.c284 enum ipu_rotate_mode rot)
286 u32 temp_rot = bitrev8(rot) >> 5;
283 ipu_cpmem_set_rotation(struct ipuv3_channel *ch, enum ipu_rotate_mode rot) argument
/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c606 int dh, int rot, int out_path)
615 if (rot == 90 || rot == 270) {
605 gsc_check_scaler_ratio(struct gsc_variant *var, int sw, int sh, int dw, int dh, int rot, int out_path) argument
H A Dgsc-core.h407 int dh, int rot, int out_path);
/drivers/scsi/
H A Dsd.c2668 u16 rot; local
2678 rot = get_unaligned_be16(&buffer[4]);
2680 if (rot == 1) {
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3417 s32 theta = 0, rot = 0; local
3446 rot = ((f_kHz * 36) / phy_bw) / 100;
3453 theta += rot;
H A Dphy_n.c23154 s32 theta = 0, rot = 0; local
23176 rot = ((f_kHz * 36) / phy_bw) / 100;
23183 theta += rot;
/drivers/net/wireless/b43/
H A Dphy_n.c1546 u16 bw, len, rot, angle; local
1569 rot = (((freq * 36) / bw) << 16) / 100;
1574 angle += rot;

Completed in 599 milliseconds