Searched refs:gpiod_nre (Results 1 – 1 of 1) sorted by relevance
37 struct gpio_desc *gpiod_nre; member89 gpiod_set_value(priv->gpiod_nre, 1); in gpio_nand_io_read()95 gpiod_set_value(priv->gpiod_nre, 0); in gpio_nand_io_read()207 if (priv->gpiod_nre) { in gpio_nand_setup_interface()292 priv->gpiod_nre = devm_gpiod_get_optional(&pdev->dev, "nre", in gpio_nand_probe()294 if (IS_ERR(priv->gpiod_nre)) { in gpio_nand_probe()295 err = PTR_ERR(priv->gpiod_nre); in gpio_nand_probe()