Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
A Dgpio.c36 struct gpio_desc *nce; /* Optional chip enable */ member
149 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_exec_op()
159 gpiod_set_value(gpiomtd->nce, 1); in gpio_nand_exec_op()
281 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce)) in gpio_nand_remove()
282 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_remove()
319 gpiomtd->nce = devm_gpiod_get_optional(dev, "nce", GPIOD_OUT_HIGH); in gpio_nand_probe()
320 if (IS_ERR(gpiomtd->nce)) in gpio_nand_probe()
321 return PTR_ERR(gpiomtd->nce); in gpio_nand_probe()
387 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce)) in gpio_nand_probe()
388 gpiod_set_value(gpiomtd->nce, 0); in gpio_nand_probe()

Completed in 5 milliseconds