Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dams-delta.c36 struct gpio_desc *gpiod_nce; member
136 gpiod_set_value(priv->gpiod_nce, assert); in gpio_nand_ctrl_cs()
284 priv->gpiod_nce = devm_gpiod_get_optional(&pdev->dev, "nce", in gpio_nand_probe()
286 if (IS_ERR(priv->gpiod_nce)) { in gpio_nand_probe()
287 err = PTR_ERR(priv->gpiod_nce); in gpio_nand_probe()