Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
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()
/Linux-v6.6/arch/mips/boot/dts/ni/
D169445.dts68 <&gpio1 1 0>, /* nce */
/Linux-v6.6/fs/btrfs/
Dsend.c2307 struct name_cache_entry *nce; in __get_cur_name_and_parent() local
2314 nce = name_cache_search(sctx, ino, gen); in __get_cur_name_and_parent()
2315 if (nce) { in __get_cur_name_and_parent()
2316 if (ino < sctx->send_progress && nce->need_later_update) { in __get_cur_name_and_parent()
2317 btrfs_lru_cache_remove(&sctx->name_cache, &nce->entry); in __get_cur_name_and_parent()
2318 nce = NULL; in __get_cur_name_and_parent()
2320 *parent_ino = nce->parent_ino; in __get_cur_name_and_parent()
2321 *parent_gen = nce->parent_gen; in __get_cur_name_and_parent()
2322 ret = fs_path_add(dest, nce->name, nce->name_len); in __get_cur_name_and_parent()
2325 ret = nce->ret; in __get_cur_name_and_parent()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt182 &pioC 14 0 /* nce */
209 &pioD 4 0 /* nce */
/Linux-v6.6/arch/arm/boot/dts/intel/ixp/
Dintel-ixp4xx-reference-design.dtsi80 nce-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* NCE */