Searched refs:erasing (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 39 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/ |
D | lpddr_cmds.c | 94 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/ |
D | flashchip.h | 108 struct flchip *erasing; member
|
/linux-3.4.99/fs/jffs2/ |
D | debug.c | 164 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/ |
D | n_tty.c | 184 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/ |
D | rbtree.txt | 201 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/ |
D | head_v10.S | 134 ;; 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/ |
D | v4l2.c | 60 solo_dev->erasing = 1; in erase_on() 66 if (!solo_dev->erasing) in erase_off() 74 solo_dev->erasing = 0; in erase_off()
|
D | solo6x10.h | 212 unsigned int erasing; member
|
/linux-3.4.99/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 722 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/ |
D | tty.h | 306 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member
|