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