Searched refs:erasing (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/drivers/mtd/spi-nor/ |
D | Kconfig | 17 Many flash memories support erasing small (4096 B) sectors. Depending 19 to erasing whole blocks (32/64 KiB). 21 small sectors. On the other hand erasing should be faster when using
|
/linux-6.1.9/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset() 268 if (mode == FL_ERASING && shared->erasing in get_chip() 269 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 283 shared->erasing = chip; in get_chip() 355 shared->writing = shared->erasing; in put_chip() 368 shared->erasing = NULL; in put_chip() 370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/linux-6.1.9/Documentation/driver-api/mmc/ |
D | mmc-dev-attrs.rst | 55 including the whole card. When erasing a large area it may 60 is being erased, but erasing one partition will make 74 size for erasing large areas.
|
/linux-6.1.9/include/linux/mtd/ |
D | flashchip.h | 95 struct flchip *erasing; member
|
/linux-6.1.9/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-6.1.9/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 38 solo_dev->erasing = 1; in erase_on() 44 if (!solo_dev->erasing) in erase_off() 52 solo_dev->erasing = 0; in erase_off()
|
D | solo6x10.h | 221 unsigned int erasing; member
|
/linux-6.1.9/drivers/tty/ |
D | n_tty.c | 109 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member 336 ldata->erasing = 0; in reset_buffer_flags() 940 if (ldata->erasing) { in finish_erasing() 942 ldata->erasing = 0; in finish_erasing() 1017 if (!ldata->erasing) { in eraser() 1019 ldata->erasing = 1; in eraser() 1778 ldata->erasing = 0; in n_tty_set_termios()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 81 * accidentally erasing critical flash sectors. We thus define
|
D | orion5x-maxtor-shared-storage-2.dts | 62 * accidentally erasing critical flash sectors. We thus define
|
D | orion5x-lacie-d2-network.dts | 102 * accidentally erasing critical flash sectors. We thus define
|
/linux-6.1.9/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 780 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup() 998 if (mode == FL_ERASING && shared->erasing in get_chip() 999 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1013 shared->erasing = chip; in get_chip() 1032 shared->writing = shared->erasing; in put_chip() 1045 shared->erasing = NULL; in put_chip() 1047 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/linux-6.1.9/Documentation/filesystems/ |
D | ubifs-authentication.rst | 109 versions of them are obsoleted without erasing them right away. As a result, 202 written to without erasing it and previously written content that is obsolete 203 but can't be overwritten without erasing the full LEB. 228 erasing parts of the current tree and restoring old versions that are still on
|
/linux-6.1.9/security/ |
D | Kconfig.hardening | 220 bool "Allow runtime disabling of kernel stack erasing" 224 runtime to control kernel stack erasing for kernels built with
|
/linux-6.1.9/Documentation/core-api/ |
D | rbtree.rst | 239 and erasing nodes. 256 When erasing a node, the user must call rb_erase_augmented() instead of
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 1352 This parameter can be used to control kernel stack erasing at the end 1355 That erasing reduces the information which kernel stack leak bugs 1361 0 Kernel stack erasing is disabled, STACKLEAK_METRICS are not updated. 1362 1 Kernel stack erasing is enabled (default), it is performed before
|
/linux-6.1.9/Documentation/driver-api/ |
D | mtdnand.rst | 484 block table before erasing any of the blocks. 809 as you want to a page. The consecutive writes to a page, before erasing
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | journal.rst | 15 read-write-erases) before erasing the commit record. Should the system
|