Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dgpio.c40 struct gpio_desc *nwp; /* Optional write protection */ member
279 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_remove()
280 gpiod_set_value(gpiomtd->nwp, 0); in gpio_nand_remove()
327 gpiomtd->nwp = devm_gpiod_get_optional(dev, "nwp", GPIOD_OUT_LOW); in gpio_nand_probe()
328 if (IS_ERR(gpiomtd->nwp)) { in gpio_nand_probe()
329 ret = PTR_ERR(gpiomtd->nwp); in gpio_nand_probe()
364 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()
365 gpiod_direction_output(gpiomtd->nwp, 1); in gpio_nand_probe()
387 if (gpiomtd->nwp && !IS_ERR(gpiomtd->nwp)) in gpio_nand_probe()
388 gpiod_set_value(gpiomtd->nwp, 0); in gpio_nand_probe()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dpicoxcell-pc7302-pc3x2.dts44 0 /* nwp */>;
H A Dpicoxcell-pc7302-pc3x3.dts50 0 /* nwp */>;
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/ni/
H A D169445.dts71 <&gpio1 4 0>; /* nwp */
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A D8250.txt17 - "ibm,qpace-nwp-serial"