Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c79 struct gpio_desc *panel_en_gpio; member
379 ctrl->panel_en_gpio = devm_gpiod_get(dev, "panel-en", GPIOD_OUT_LOW); in edp_gpio_config()
380 if (IS_ERR(ctrl->panel_en_gpio)) { in edp_gpio_config()
381 ret = PTR_ERR(ctrl->panel_en_gpio); in edp_gpio_config()
382 ctrl->panel_en_gpio = NULL; in edp_gpio_config()
892 gpiod_set_value(ctrl->panel_en_gpio, 1); in edp_ctrl_phy_aux_enable()
894 gpiod_set_value(ctrl->panel_en_gpio, 0); in edp_ctrl_phy_aux_enable()