Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-mantix-mlaf057we51.c32 struct gpio_desc *tp_rstn_gpio; member
134 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 1); in mantix_unprepare()
182 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 0); in mantix_prepare()
253 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
254 if (IS_ERR(ctx->tp_rstn_gpio)) { in mantix_probe()
256 return PTR_ERR(ctx->tp_rstn_gpio); in mantix_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-mantix-mlaf057we51.c34 struct gpio_desc *tp_rstn_gpio; member
130 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 1); in mantix_unprepare()
178 gpiod_set_value_cansleep(ctx->tp_rstn_gpio, 0); in mantix_prepare()
273 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
274 if (IS_ERR(ctx->tp_rstn_gpio)) { in mantix_probe()
276 return PTR_ERR(ctx->tp_rstn_gpio); in mantix_probe()

Completed in 2 milliseconds