Lines Matching refs:reset
275 * reset, and the exceeding data will be written into the following
602 struct gpio_desc *reset)
625 dbi->reset = reset;
659 struct gpio_desc *reset)
689 ili->reset_gpio = reset;
712 struct gpio_desc *reset;
715 reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH);
716 if (IS_ERR(reset))
717 dev_err(dev, "Failed to get gpio 'reset'\n");
724 return ili9341_dpi_probe(spi, dc, reset);
726 return ili9341_dbi_probe(spi, dc, reset);