Searched refs:avee (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/panel/ |
H A D | panel-mantix-mlaf057we51.c | 37 struct regulator *avee; member 109 regulator_disable(ctx->avee); in mantix_unprepare() 144 ret = regulator_enable(ctx->avee); in mantix_prepare() 266 ctx->avee = devm_regulator_get(dev, "avee"); in mantix_probe() 267 if (IS_ERR(ctx->avee)) in mantix_probe() 268 return dev_err_probe(dev, PTR_ERR(ctx->avee), "Failed to request avee regulator\n"); in mantix_probe()
|
H A D | panel-ilitek-ili9882t.c | 52 struct regulator *avee; member 444 regulator_disable(ili->avee); in ili9882t_unprepare() 474 ret = regulator_enable(ili->avee); in ili9882t_prepare() 503 regulator_disable(ili->avee); in ili9882t_prepare() 596 ili->avee = devm_regulator_get(dev, "avee"); in ili9882t_add() 597 if (IS_ERR(ili->avee)) in ili9882t_add() 598 return PTR_ERR(ili->avee); in ili9882t_add()
|
H A D | panel-himax-hx83102.c | 59 struct regulator *avee; member 493 regulator_disable(ctx->avee); in hx83102_unprepare() 519 dsi_ctx.accum_err = regulator_enable(ctx->avee); in hx83102_prepare() 550 regulator_disable(ctx->avee); in hx83102_prepare() 607 ctx->avee = devm_regulator_get(dev, "avee"); in hx83102_panel_add() 608 if (IS_ERR(ctx->avee)) in hx83102_panel_add() 609 return PTR_ERR(ctx->avee); in hx83102_panel_add()
|
H A D | panel-boe-tv101wum-nl6.c | 52 struct regulator *avee; member 1337 regulator_disable(boe->avee); in boe_panel_unprepare() 1347 regulator_disable(boe->avee); in boe_panel_unprepare() 1378 ret = regulator_enable(boe->avee); in boe_panel_prepare() 1407 regulator_disable(boe->avee); in boe_panel_prepare() 1700 boe->avee = devm_regulator_get(dev, "avee"); in boe_panel_add() 1701 if (IS_ERR(boe->avee)) in boe_panel_add() 1702 return PTR_ERR(boe->avee); in boe_panel_add()
|
H A D | panel-novatek-nt35510.c | 234 u8 avee[NT35510_P1_AVEE_LEN]; member 671 nt->conf->avee); in nt35510_setup_power() 1256 .avee = { 0x09, 0x09, 0x09 }, 1331 .avee = { 0x03, 0x03, 0x03 },
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-scarlet-dumo.dts | 31 avee-supply = <&ppvarn_lcd>;
|
H A D | rk3399-gru-scarlet-inx.dts | 44 avee-supply = <&ppvarn_lcd>;
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | apq8039-t2.dts | 54 vreg_lcd_avee_reg: lcd-avee-regulator { 336 pinctrl_lcd_avee_reg: lcd-avee-reg-state {
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6795-sony-xperia-m5.dts | 79 vreg_disp_avee: regulator-disp-avee { 107 avee-supply = <&vreg_disp_avee>;
|