Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c81 struct gpio_desc *panel_en_gpio; member
384 ctrl->panel_en_gpio = devm_gpiod_get(dev, "panel-en", GPIOD_OUT_LOW); in edp_gpio_config()
385 if (IS_ERR(ctrl->panel_en_gpio)) { in edp_gpio_config()
386 ret = PTR_ERR(ctrl->panel_en_gpio); in edp_gpio_config()
387 ctrl->panel_en_gpio = NULL; in edp_gpio_config()
897 gpiod_set_value(ctrl->panel_en_gpio, 1); in edp_ctrl_phy_aux_enable()
899 gpiod_set_value(ctrl->panel_en_gpio, 0); in edp_ctrl_phy_aux_enable()