Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H 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()
/linux-6.15/arch/mips/boot/dts/ni/
H A D169445.dts68 <&gpio1 1 0>, /* nce */
/linux-6.15/fs/btrfs/
H A Dsend.c2309 if (nce) { in __get_cur_name_and_parent()
2312 nce = NULL; in __get_cur_name_and_parent()
2316 ret = fs_path_add(dest, nce->name, nce->name_len); in __get_cur_name_and_parent()
2319 return nce->ret; in __get_cur_name_and_parent()
2373 nce = kmalloc(sizeof(*nce) + fs_path_len(dest), GFP_KERNEL); in __get_cur_name_and_parent()
2374 if (!nce) in __get_cur_name_and_parent()
2377 nce->entry.key = ino; in __get_cur_name_and_parent()
2382 nce->ret = ret; in __get_cur_name_and_parent()
2383 memcpy(nce->name, dest->start, nce->name_len); in __get_cur_name_and_parent()
2392 kfree(nce); in __get_cur_name_and_parent()
[all …]
/linux-6.15/Documentation/devicetree/bindings/mtd/
H A Datmel-nand.txt174 &pioC 14 0 /* nce */
201 &pioD 4 0 /* nce */
/linux-6.15/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp4xx-reference-design.dtsi80 nce-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* NCE */