Lines Matching full:rotator
25 #include "regs-rotator.h"
28 * Rotator supports image crop/rotator and input/output DMA operations.
49 * A structure of rotator context.
52 * @clock: rotator gate clock.
53 * @limit_tbl: limitation of rotator.
226 dev_err(rot->dev, "failed to enable ROTATOR device.\n"); in rotator_commit()
256 rot->formats, rot->num_formats, "rotator"); in rotator_bind()
258 dev_info(dev, "The exynos rotator has been probed successfully\n"); in rotator_bind()
309 rot->clock = devm_clk_get(dev, "rotator"); in rotator_probe()
433 .compatible = "samsung,s5pv210-rotator",
436 .compatible = "samsung,exynos4210-rotator",
439 .compatible = "samsung,exynos4212-rotator",
442 .compatible = "samsung,exynos5250-rotator",
456 .name = "exynos-rotator",