Searched refs:panel_en_gpio (Results 1 – 1 of 1) sorted by relevance
81 struct gpio_desc *panel_en_gpio; member390 ctrl->panel_en_gpio = devm_gpiod_get(dev, "panel-en"); in edp_gpio_config()391 if (IS_ERR(ctrl->panel_en_gpio)) { in edp_gpio_config()392 ret = PTR_ERR(ctrl->panel_en_gpio); in edp_gpio_config()393 ctrl->panel_en_gpio = NULL; in edp_gpio_config()398 ret = gpiod_direction_output(ctrl->panel_en_gpio, 0); in edp_gpio_config()910 gpiod_set_value(ctrl->panel_en_gpio, 1); in edp_ctrl_phy_aux_enable()912 gpiod_set_value(ctrl->panel_en_gpio, 0); in edp_ctrl_phy_aux_enable()