/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | silergy,sy7636a.yaml | 42 vcom: 51 const: vcom 76 reg_epdpmic: vcom { 77 regulator-name = "vcom";
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 38 * @VCOMS: VCOM setting 42 * @VCMOFSET: VCOM offset set 181 * VAP = 4.1V + (VCOM + VCOM offset + 0.5 * VDV) in init_display() 182 * VAN = -4.1V + (VCOM + VCOM offset + 0.5 * VDV) in init_display() 192 /* VCOM = 0.9V */ in init_display() 198 /* VCOM offset = 0V */ in init_display()
|
H A D | fb_ili9325.c | 39 MODULE_PARM_DESC(vdv, "Select the factor of VREG1OUT to set the amplitude of Vcom"); 58 * VCOM amplitude = VREG1OUT * 0.98 = 4.79 69 * Source/VCOM power supply voltage 79 * VCOM driver output voltage 113 write_reg(par, 0x0013, 0x0000); /* VDV[4:0] for VCOM amplitude */ in init_display() 121 write_reg(par, 0x0013, vdv << 8); /* Set VDV[4:0] for VCOM amplitude */ in init_display()
|
H A D | fb_ili9340.c | 39 /* VCOM Control 1 */ in init_display() 42 /* VCOM Control 2 */ in init_display()
|
H A D | fb_upd161704.c | 68 write_reg(par, 0x001E, 0x0009); /* VCOM output setting */ in init_display() 69 write_reg(par, 0x001F, 0x0035); /* VCOM amplitude setting */ in init_display()
|
H A D | fb_hx8340bn.c | 73 * This command is used to set VCOM Low and VCOM High Voltage in init_display()
|
H A D | fb_ili9481.c | 27 /* VCOM */
|
H A D | fb_ili9320.c | 91 /* VDV[4:0] for VCOM amplitude */ in init_display() 108 /* R13h=0x1800 at VCI=3.3V VDV[4:0] for VCOM amplitude */ in init_display()
|
H A D | fb_ili9486.c | 29 /* VCOM Control 1 */
|
H A D | fb_hx8353d.c | 31 /* VCOM */ in init_display()
|
H A D | fb_ili9341.c | 47 /* ------------VCOM --------- */ in init_display()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9322.c | 58 * voltage for the VCOM levels and the greyscale level. 379 "can't set up VCOM amplitude (%d)\n", ret); in ili9322_init() 388 dev_err(ili->dev, "can't set up VCOM high (%d)\n", ret); in ili9322_init() 778 dev_err(dev, "too low VCOM high\n"); in ili9322_probe() 782 dev_err(dev, "too high VCOM high\n"); in ili9322_probe() 786 dev_dbg(dev, "VCOM high = 0x%02x\n", val); in ili9322_probe() 796 dev_err(dev, "too low VCOM amplitude\n"); in ili9322_probe() 800 dev_err(dev, "too high VCOM amplitude\n"); in ili9322_probe() 805 dev_dbg(dev, "VCOM amplitude = 0x%02x\n", val); in ili9322_probe()
|
H A D | panel-ilitek-ili9341.c | 49 #define ILI9341_VCOM1 0xc5 /* VCOM Control 1 register */ 50 #define ILI9341_VCOM2 0xc7 /* VCOM Control 2 register */ 144 /* vcom_1: VCOM Control 1(C5h) */ 146 /* vcom_2: VCOM Control 2(C7h) */ 250 * Determine source/VCOM output in a non-display area in the partial 326 /* VCOM */ in ili9341_dpi_init() 519 /* VCOM */ in ili9341_dbi_enable()
|
H A D | panel-kingdisplay-kd097d04.c | 49 /* VCOM disable */ 53 /* VCOM setting */
|
H A D | panel-sitronix-st7701.c | 35 #define DSI_CMD2_BK1_VCOM 0xB1 /* VCOM amplitude setting */ 114 const u32 vcom_uv; /* Vcom in uV */ 258 /* Vcom = 0.1V + (VCOM[7:0] * 0.0125V) */ in st7701_init_sequence()
|
/openbmc/linux/drivers/regulator/ |
H A D | sy7636a-regulator.c | 63 .name = "vcom", 71 .of_match = of_match_ptr("vcom"),
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | ilitek,ili9322.yaml | 15 960 TFT source driver pins and 240 TFT gate driver pins, VCOM, VCOML and
|
/openbmc/linux/drivers/hwmon/ |
H A D | sy7636a-hwmon.c | 76 regulator = devm_regulator_get(&pdev->dev, "vcom"); in sy7636a_sensor_probe()
|
/openbmc/linux/arch/sh/boards/mach-kfr2r09/ |
H A D | lcd_wqvga.c | 168 /* timing (source/VCOM/gate driving) */ in display_on() 188 /* VCOM */ in display_on()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6sll-evk.dts | 315 VCOM_reg: VCOM { 316 regulator-name = "VCOM"; 794 VCOM-supply = <&VCOM_reg>;
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-mamoj.dts | 111 reg_lcd_vcom: regulator-lcd-vcom { 113 regulator-name = "lcd-vcom";
|
H A D | imx7d-remarkable2.dts | 328 reg_epdpmic: vcom { 329 regulator-name = "vcom";
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | ili9163.c | 67 /* VCOM */ in yx240qv29_enable()
|
H A D | repaper.c | 718 /* Vcom level */ in repaper_pipe_enable() 738 /* Charge pump Vcom on - Vcom driver on */ in repaper_pipe_enable() 813 /* Power off charge pump Vcom */ in repaper_pipe_disable()
|
H A D | ili9341.c | 85 /* VCOM */ in yx240qv29_enable()
|