power_cut_max     285 drivers/mtd/ubi/debug.c 		snprintf(buf, sizeof(buf), "%u\n", d->power_cut_max);
power_cut_max     337 drivers/mtd/ubi/debug.c 		if (kstrtouint(buf, 0, &d->power_cut_max) != 0)
power_cut_max     635 drivers/mtd/ubi/debug.c 		if (ubi->dbg.power_cut_max > ubi->dbg.power_cut_min) {
power_cut_max     636 drivers/mtd/ubi/debug.c 			range = ubi->dbg.power_cut_max - ubi->dbg.power_cut_min;
power_cut_max     428 drivers/mtd/ubi/ubi.h 	unsigned int power_cut_max;