Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-mantix-mlaf057we51.c34 struct gpio_desc *tp_rstn_gpio; member
138 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 1); in mantix_unprepare()
186 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 0); in mantix_prepare()
281 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
282 if (IS_ERR(ctx->tp_rstn_gpio)) { in mantix_probe()
284 return PTR_ERR(ctx->tp_rstn_gpio); in mantix_probe()