Home
last modified time | relevance | path

Searched refs:panel_en_gpio (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c71 struct gpio_desc *panel_en_gpio; member
370 ctrl->panel_en_gpio = devm_gpiod_get(dev, "panel-en", GPIOD_OUT_LOW); in edp_gpio_config()
371 if (IS_ERR(ctrl->panel_en_gpio)) { in edp_gpio_config()
372 ret = PTR_ERR(ctrl->panel_en_gpio); in edp_gpio_config()
373 ctrl->panel_en_gpio = NULL; in edp_gpio_config()
887 gpiod_set_value(ctrl->panel_en_gpio, 1); in edp_ctrl_phy_aux_enable()
889 gpiod_set_value(ctrl->panel_en_gpio, 0); in edp_ctrl_phy_aux_enable()