| /linux/Documentation/devicetree/bindings/gpu/ | 
| H A D | samsung-rotator.yaml | 4 $id: http://devicetree.org/schemas/gpu/samsung-rotator.yaml#7 title: Samsung SoC Image Rotator
 15       - samsung,s5pv210-rotator
 16       - samsung,exynos4210-rotator
 17       - samsung,exynos4212-rotator
 18       - samsung,exynos5250-rotator
 37       - const: rotator
 50     rotator@12810000 {
 51         compatible = "samsung,exynos4210-rotator";
 55         clock-names = "rotator";
 
 | 
| /linux/drivers/gpu/drm/exynos/ | 
| H A D | exynos_drm_rotator.c | 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",
 [all …]
 
 | 
| H A D | regs-rotator.h | 2 /* drivers/gpu/drm/exynos/regs-rotator.h7  * Register definition file for Samsung Rotator Interface (Rotator) driver
 
 | 
| /linux/Documentation/devicetree/bindings/media/ | 
| H A D | samsung,exynos4210-fimc.yaml | 101       rotator. Bits 4 and 0 correspond to input and output rotator102       respectively. If a rotator is present its corresponding bit should be
 
 | 
| /linux/Documentation/devicetree/bindings/display/msm/ | 
| H A D | qcom,mdp5.yaml | 78       - description: Interconnect path from rotator port to the data bus85       - const: rotator-mem
 
 | 
| H A D | qcom,sm6115-dpu.yaml | 34       - description: Display rotator
 | 
| H A D | qcom,sc7180-dpu.yaml | 37       - description: Display rotator clock
 | 
| H A D | qcom,sm7150-dpu.yaml | 32       - description: Display rotator clock
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | fimc.rst | 12 space converter, image resizer and rotator.  It's also capable of capturing15 slightly different capabilities, like pixel alignment constraints, rotator
 
 | 
| /linux/arch/arm/boot/dts/samsung/ | 
| H A D | s5pv210.dtsi | 529 		rotator: rotator@fa300000 {  label530 			compatible = "samsung,s5pv210-rotator";
 535 			clock-names = "rotator";
 
 | 
| H A D | exynos4.dtsi | 733 		rotator: rotator@12810000 {  label734 			compatible = "samsung,exynos4210-rotator";
 738 			clock-names = "rotator";
 
 | 
| H A D | exynos5420.dtsi | 796 		rotator: rotator@11c00000 {  label797 			compatible = "samsung,exynos5250-rotator";
 801 			clock-names = "rotator";
 
 | 
| H A D | exynos4x12.dtsi | 631 &rotator {632 	compatible = "samsung,exynos4212-rotator";
 
 | 
| H A D | exynos4210.dtsi | 525 &rotator {
 | 
| /linux/Documentation/devicetree/bindings/gpio/ | 
| H A D | st,stmpe-gpio.yaml | 12   touchscreen, ADC, PWM or rotator. It can contain one or several different
 | 
| /linux/init/ | 
| H A D | do_mounts_rd.c | 195 	char rotator[4] = { '|' , '/' , '-' , '\\' };  in rd_load_image()  local259 			pr_cont("%c\b", rotator[rotate & 0x3]);  in rd_load_image()
 
 | 
| /linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/ | 
| H A D | rot0_regs.h | 19  *   (Prototype: ROTATOR)
 | 
| H A D | rot0_masks.h | 19  *   (Prototype: ROTATOR)
 | 
| /linux/Documentation/devicetree/bindings/mfd/ | 
| H A D | tc3589x.txt | 4 following built-in devices: gpio, keypad, rotator (vibrator), PWM (for
 | 
| H A D | st,stmpe.yaml | 11   touchscreen, ADC, PWM or rotator. It can contain one or several different
 | 
| /linux/drivers/media/platform/samsung/exynos4-is/ | 
| H A D | fimc-reg.c | 81 	 * The input and output rotator cannot work simultaneously.  in fimc_hw_set_rotation()82 	 * Use the output rotator in output DMA mode or the input rotator  in fimc_hw_set_rotation()
 
 | 
| /linux/include/linux/habanalabs/ | 
| H A D | hl_boot_if.h | 520  * @rot_mask - Rotator binning information
 | 
| /linux/drivers/media/platform/chips-media/coda/ | 
| H A D | coda-bit.c | 2215 			 * as the rotator buffer output, and that the ROT_INDEX  in coda_prepare_decode()2501 		 * be rotator output to dequeue  in coda_finish_decode()
 2588 	/* The rotator will copy the current display frame next time */  in coda_finish_decode()
 
 | 
| /linux/drivers/clk/samsung/ | 
| H A D | clk-exynos4.c | 920 	GATE(CLK_ROTATOR, "rotator", "aclk200", E4210_GATE_IP_IMAGE, 1, 0, 0),968 	GATE(CLK_ROTATOR, "rotator", "aclk200", E4X12_GATE_IP_IMAGE, 1, 0, 0),
 
 | 
| /linux/drivers/media/dvb-frontends/ | 
| H A D | s5h1420.c | 504 	dprintk("phase rotator/freqoffset: %d %06x\n", freqoffset, val);  in s5h1420_setfreqoffset()
 |