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

/linux-master/drivers/mtd/nand/raw/
H A Dgpio.c36 struct gpio_desc *nce; /* Optional chip enable */ member in struct:gpiomtd
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);
319 gpiomtd->nce = devm_gpiod_get_optional(dev, "nce", GPIOD_OUT_HIGH);
320 if (IS_ERR(gpiomtd->nce))
321 return PTR_ERR(gpiomtd->nce);
[all...]
/linux-master/fs/btrfs/
H A Dsend.c2319 struct name_cache_entry *nce; local
2326 nce = name_cache_search(sctx, ino, gen);
2327 if (nce) {
2328 if (ino < sctx->send_progress && nce->need_later_update) {
2329 btrfs_lru_cache_remove(&sctx->name_cache, &nce->entry);
2330 nce = NULL;
2332 *parent_ino = nce->parent_ino;
2333 *parent_gen = nce->parent_gen;
2334 ret = fs_path_add(dest, nce->name, nce
4305 struct name_cache_entry *nce; local
[all...]

Completed in 131 milliseconds