Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/mmc/
Dmmc-dev-attrs.txt39 including the whole card. When erasing a large area it may
43 is being erased, but erasing one partition will make
57 size for erasing large areas.
/linux-3.4.99/drivers/mtd/lpddr/
Dlpddr_cmds.c94 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset()
256 if (mode == FL_ERASING && shared->erasing in get_chip()
257 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
271 shared->erasing = chip; in get_chip()
343 shared->writing = shared->erasing; in put_chip()
356 shared->erasing = NULL; in put_chip()
358 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/linux-3.4.99/include/linux/mtd/
Dflashchip.h108 struct flchip *erasing; member
/linux-3.4.99/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-3.4.99/drivers/tty/
Dn_tty.c184 tty->canon_head = tty->canon_data = tty->erasing = 0; in reset_buffer_flags()
836 if (tty->erasing) { in finish_erasing()
838 tty->erasing = 0; in finish_erasing()
923 if (!tty->erasing) { in eraser()
925 tty->erasing = 1; in eraser()
1468 tty->erasing = 0; in n_tty_set_termios()
/linux-3.4.99/Documentation/
Drbtree.txt201 when inserting and erasing nodes.
208 When erasing a node, the user must call rb_augment_erase_begin() first to
209 retrieve the deepest node on the rebalance path. Then, after erasing the
/linux-3.4.99/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-3.4.99/drivers/staging/media/solo6x10/
Dv4l2.c60 solo_dev->erasing = 1; in erase_on()
66 if (!solo_dev->erasing) in erase_off()
74 solo_dev->erasing = 0; in erase_off()
Dsolo6x10.h212 unsigned int erasing; member
/linux-3.4.99/drivers/mtd/chips/
Dcfi_cmdset_0001.c722 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup()
931 if (mode == FL_ERASING && shared->erasing in get_chip()
932 && shared->erasing->oldstate == FL_ERASING) { in get_chip()
946 shared->erasing = chip; in get_chip()
965 shared->writing = shared->erasing; in put_chip()
978 shared->erasing = NULL; in put_chip()
980 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/linux-3.4.99/include/linux/
Dtty.h306 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member