Searched +full:shlr +full:- +full:gpios (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2018-2019, Bridge Systems BV4 * Copyright (C) 2018-2019, Bootlin7 * This file based on panel-ilitek-ili9881c.c15 #include <linux/media-bus-format.h>36 struct gpio_desc *shlr; member37 } gpios; member50 ret = regulator_enable(ctx->supply); in rb070d30_panel_prepare()52 dev_err(&ctx->dsi->dev, "Failed to enable supply: %d\n", ret); in rb070d30_panel_prepare()57 gpiod_set_value(ctx->gpios.power, 1); in rb070d30_panel_prepare()[all …]