Searched refs:gpiod_cle (Results 1 – 1 of 1) sorted by relevance
41 struct gpio_desc *gpiod_cle; member154 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()