/openbmc/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" 36 - const: rotator 49 rotator@12810000 { 50 compatible = "samsung,exynos4210-rotator"; 54 clock-names = "rotator";
|
/openbmc/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() 435 .compatible = "samsung,s5pv210-rotator", [all …]
|
H A D | regs-rotator.h | 2 /* drivers/gpu/drm/exynos/regs-rotator.h 7 * Register definition file for Samsung Rotator Interface (Rotator) driver
|
H A D | Kconfig | 109 bool "Rotator" 112 Choose this option if you want to use Exynos Rotator for DRM.
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.h | 224 * @real_rot_dis_w: max pixel src cropped height with the rotator is off 225 * @real_rot_dis_h: max pixel src cropped width with the rotator is off 226 * @real_rot_en_w: max pixel src cropped width with the rotator is on 227 * @real_rot_en_h: max pixel src cropped height with the rotator is on 228 * @target_rot_dis_w: max pixel dst scaled width with the rotator is off 229 * @target_rot_dis_h: max pixel dst scaled height with the rotator is off 230 * @target_rot_en_w: max pixel dst scaled width with the rotator is on 231 * @target_rot_en_h: max pixel dst scaled height with the rotator is on 255 * @target_rot_dis_w: minimum output scaled pixel height when rotator is off 256 * @target_rot_dis_h: minimum output scaled pixel height when rotator is off [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | samsung,exynos4210-fimc.yaml | 101 rotator. Bits 4 and 0 correspond to input and output rotator 102 respectively. If a rotator is present its corresponding bit should be
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mmc_spi.c | 224 unsigned short rotator; in mmc_spi_response_get() local 268 rotator = *cp++ << 8; in mmc_spi_response_get() 277 rotator |= *cp++; in mmc_spi_response_get() 278 while (rotator & 0x8000) { in mmc_spi_response_get() 280 rotator <<= 1; in mmc_spi_response_get() 282 cmd->resp[0] = rotator >> 8; in mmc_spi_response_get() 283 leftover = rotator; in mmc_spi_response_get() 333 rotator = leftover << 8; in mmc_spi_response_get() 334 rotator |= *cp << bitshift; in mmc_spi_response_get() 335 cmd->resp[0] |= (rotator & 0xFF00); in mmc_spi_response_get() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | qcom,mdp5.yaml | 78 - description: Interconnect path from rotator port to the data bus 85 - 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
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-core.h | 330 * @in_rot_en_h: max input width with the input rotator is on 331 * @in_rot_dis_w: max input width with the input rotator is off 332 * @out_rot_en_w: max output width with the output rotator on 333 * @out_rot_dis_w: max output width with the output rotator off 346 * @has_inp_rot: set if has input rotator 347 * @has_out_rot: set if has output rotator
|
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()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | fimc.rst | 12 space converter, image resizer and rotator. It's also capable of capturing 15 slightly different capabilities, like pixel alignment constraints, rotator
|
/openbmc/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
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210.dtsi | 527 rotator: rotator@fa300000 { label 528 compatible = "samsung,s5pv210-rotator"; 533 clock-names = "rotator";
|
H A D | exynos4.dtsi | 730 rotator: rotator@12810000 { label 731 compatible = "samsung,exynos4210-rotator"; 735 clock-names = "rotator";
|
H A D | exynos5250.dtsi | 329 rotator: rotator@11c00000 { label 330 compatible = "samsung,exynos5250-rotator"; 334 clock-names = "rotator";
|
H A D | exynos5420.dtsi | 793 rotator: rotator@11c00000 { label 794 compatible = "samsung,exynos5250-rotator"; 798 clock-names = "rotator";
|
H A D | exynos4x12.dtsi | 634 &rotator { 635 compatible = "samsung,exynos4212-rotator";
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | lm8323.c | 38 #define LM8323_CMD_READ_ROTATOR 0x8e /* Read rotator status. */ 51 #define INT_ROTATOR 0x02 /* Rotator event. */ 70 #define CFG_ROTEN 0x40 /* Enable rotator. */ 376 /* We don't currently support the rotator. */ in lm8323_irq() 377 dev_vdbg(&lm->client->dev, "rotator fired\n"); in lm8323_irq()
|
/openbmc/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)
|
/openbmc/linux/init/ |
H A D | do_mounts_rd.c | 195 char rotator[4] = { '|' , '/' , '-' , '\\' }; in rd_load_image() local 260 pr_cont("%c\b", rotator[rotate & 0x3]); in rd_load_image()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tc3589x.txt | 4 following built-in devices: gpio, keypad, rotator (vibrator), PWM (for
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | 27 * @target_rot_dis_w: pixel dst scaled width with the rotator is off 28 * @target_rot_dis_h: pixel dst scaled height with the rotator is off 29 * @target_rot_en_w: pixel dst scaled width with the rotator is on 30 * @target_rot_en_h: pixel dst scaled height with the rotator is on
|