Lines Matching defs:nce
36 struct gpio_desc *nce; /* Optional chip enable */
149 gpiod_set_value(gpiomtd->nce, 0);
159 gpiod_set_value(gpiomtd->nce, 1);
281 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce))
282 gpiod_set_value(gpiomtd->nce, 0);
322 gpiomtd->nce = devm_gpiod_get_optional(dev, "nce", GPIOD_OUT_HIGH);
323 if (IS_ERR(gpiomtd->nce))
324 return PTR_ERR(gpiomtd->nce);
390 if (gpiomtd->nce && !IS_ERR(gpiomtd->nce))
391 gpiod_set_value(gpiomtd->nce, 0);