Home
last modified time | relevance | path

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

/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()
/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()
/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
/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()