GPIO_NAND_RB      183 arch/arm/mach-pxa/cm-x255.c 		GPIO_LOOKUP("gpio-pxa", GPIO_NAND_RB, "rdy", GPIO_ACTIVE_HIGH),
GPIO_NAND_RB      122 drivers/mtd/nand/raw/cmx270_nand.c 	return (gpio_get_value(GPIO_NAND_RB));
GPIO_NAND_RB      144 drivers/mtd/nand/raw/cmx270_nand.c 	ret = gpio_request(GPIO_NAND_RB, "NAND R/B");
GPIO_NAND_RB      150 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_direction_input(GPIO_NAND_RB);
GPIO_NAND_RB      208 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_free(GPIO_NAND_RB);
GPIO_NAND_RB      225 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_free(GPIO_NAND_RB);