Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dams-delta.c41 struct gpio_desc *gpiod_cle; member
154 gpiod_set_value(priv->gpiod_cle, 1); in gpio_nand_exec_op()
156 gpiod_set_value(priv->gpiod_cle, 0); in gpio_nand_exec_op()
315 priv->gpiod_cle = devm_gpiod_get(&pdev->dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe()
316 if (IS_ERR(priv->gpiod_cle)) { in gpio_nand_probe()
317 err = PTR_ERR(priv->gpiod_cle); in gpio_nand_probe()