Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/mips/boot/dts/ni/
H A D169445.dts68 <&gpio1 1 0>, /* nce */
/openbmc/linux/fs/btrfs/
H A Dsend.c2328 if (nce) { in __get_cur_name_and_parent()
2331 nce = NULL; in __get_cur_name_and_parent()
2335 ret = fs_path_add(dest, nce->name, nce->name_len); in __get_cur_name_and_parent()
2338 ret = nce->ret; in __get_cur_name_and_parent()
2393 nce = kmalloc(sizeof(*nce) + fs_path_len(dest) + 1, GFP_KERNEL); in __get_cur_name_and_parent()
2394 if (!nce) { in __get_cur_name_and_parent()
2399 nce->entry.key = ino; in __get_cur_name_and_parent()
2400 nce->entry.gen = gen; in __get_cur_name_and_parent()
2404 nce->ret = ret; in __get_cur_name_and_parent()
2414 kfree(nce); in __get_cur_name_and_parent()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Datmel-nand.txt182 &pioC 14 0 /* nce */
209 &pioD 4 0 /* nce */
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp4xx-reference-design.dtsi80 nce-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* NCE */