Searched refs:avee (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/devicetree/bindings/display/panel/ |
| A D | innolux,p097pfg.yaml | 26 avee-supply: 33 - avee-supply 50 avee-supply = <&avee>;
|
| A D | mantix,mlaf057we51-x.yaml | 33 avee-supply: 51 - avee-supply 68 avee-supply = <®_avee>;
|
| A D | boe,tv101wum-nl6.yaml | 49 avee-supply: 63 - avee-supply 77 avee-supply = <&ppvarp_lcd>;
|
| A D | sharp,ls060t1sx01.yaml | 26 avee-supply:
|
| /linux/drivers/gpu/drm/panel/ |
| A D | panel-mantix-mlaf057we51.c | 37 struct regulator *avee; member 142 regulator_disable(ctx->avee); in mantix_unprepare() 177 ret = regulator_enable(ctx->avee); in mantix_prepare() 299 ctx->avee = devm_regulator_get(dev, "avee"); in mantix_probe() 300 if (IS_ERR(ctx->avee)) in mantix_probe() 301 return dev_err_probe(dev, PTR_ERR(ctx->avee), "Failed to request avee regulator\n"); in mantix_probe()
|
| A D | panel-boe-tv101wum-nl6.c | 50 struct regulator *avee; member 1173 regulator_disable(boe->avee); in boe_panel_unprepare() 1183 regulator_disable(boe->avee); in boe_panel_unprepare() 1219 ret = regulator_enable(boe->avee); in boe_panel_prepare() 1243 regulator_disable(boe->avee); in boe_panel_prepare() 1495 boe->avee = devm_regulator_get(dev, "avee"); in boe_panel_add() 1496 if (IS_ERR(boe->avee)) in boe_panel_add() 1497 return PTR_ERR(boe->avee); in boe_panel_add()
|
| A D | panel-novatek-nt35510.c | 207 u8 avee[NT35510_P1_AVEE_LEN]; member 481 nt->conf->avee); in nt35510_setup_power() 1037 .avee = { 0x09, 0x09, 0x09 },
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru-scarlet-inx.dts | 32 avee-supply = <&ppvarn_lcd>;
|
| A D | rk3399-gru-scarlet-dumo.dts | 31 avee-supply = <&ppvarn_lcd>;
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt8183-kukui.dtsi | 276 avee-supply = <&ppvarp_lcd>;
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8mq-librem5.dtsi | 1045 avee-supply = <®_lcd_avee>;
|
Completed in 21 milliseconds