Searched refs:nwp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dgpio.c40 struct gpio_desc *nwp; /* Optional write protection */ member in struct:gpiomtd
279 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp))
280 gpiod_set_value(gpiomtd->nwp, 0);
324 gpiomtd->nwp = devm_gpiod_get_optional(dev, "nwp", GPIOD_OUT_LOW);
325 if (IS_ERR(gpiomtd->nwp)) {
326 ret = PTR_ERR(gpiomtd->nwp);
361 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp))
[all...]

Completed in 111 milliseconds