Home
last modified time | relevance | path

Searched refs:erasing (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/mtd/spi-nor/
DKconfig14 Many flash memories support erasing small (4096 B) sectors. Depending
16 to erasing whole blocks (32/64 KiB).
18 small sectors. On the other hand erasing should be faster when using
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-attrs.txt42 including the whole card. When erasing a large area it may
46 is being erased, but erasing one partition will make
60 size for erasing large areas.
/linux-4.4.14/drivers/mtd/lpddr/
Dlpddr_cmds.c92 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset()
254 if (mode == FL_ERASING && shared->erasing in get_chip()
255 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
269 shared->erasing = chip; in get_chip()
341 shared->writing = shared->erasing; in put_chip()
354 shared->erasing = NULL; in put_chip()
356 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/linux-4.4.14/include/linux/mtd/
Dflashchip.h108 struct flchip *erasing; member
/linux-4.4.14/fs/jffs2/
Ddebug.c164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local
251 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
255 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
259 erasing += c->sector_size; in __jffs2_dbg_superblock_counts()
281 check(erasing); in __jffs2_dbg_superblock_counts()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c47 solo_dev->erasing = 1; in erase_on()
53 if (!solo_dev->erasing) in erase_off()
61 solo_dev->erasing = 0; in erase_off()
Dsolo6x10.h226 unsigned int erasing; member
/linux-4.4.14/drivers/tty/
Dn_tty.c108 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member
330 ldata->erasing = 0; in reset_buffer_flags()
956 if (ldata->erasing) { in finish_erasing()
958 ldata->erasing = 0; in finish_erasing()
1033 if (!ldata->erasing) { in eraser()
1035 ldata->erasing = 1; in eraser()
1817 ldata->erasing = 0; in n_tty_set_termios()
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S134 ;; rescue code without erasing/reflashing the sector.
137 ;; without erasing the sector, it is possible to add new
/linux-4.4.14/arch/arm/boot/dts/
Dorion5x-lacie-ethernet-disk-mini-v2.dts85 * accidentally erasing critical flash sectors. We thus define
Dorion5x-maxtor-shared-storage-2.dts64 * accidentally erasing critical flash sectors. We thus define
Dorion5x-lacie-d2-network.dts104 * accidentally erasing critical flash sectors. We thus define
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0001.c754 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup()
963 if (mode == FL_ERASING && shared->erasing in get_chip()
964 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
978 shared->erasing = chip; in get_chip()
997 shared->writing = shared->erasing; in put_chip()
1010 shared->erasing = NULL; in put_chip()
1012 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/linux-4.4.14/Documentation/
Drbtree.txt203 and erasing nodes.
220 When erasing a node, the user must call rb_erase_augmented() instead of