Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dams-delta.c37 struct gpio_desc *gpiod_nre; member
89 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()