Lines Matching +full:non +full:- +full:flash

4 Contact:	linux-mtd@lists.infradead.org
12 Contact: linux-mtd@lists.infradead.org
16 physical/simulated flash devices, partitions on a flash
17 device, or concatenated flash devices.
22 Contact: linux-mtd@lists.infradead.org
24 These directories provide the corresponding read-only device
30 Contact: linux-mtd@lists.infradead.org
34 read-write device so <minor> will be even.
39 Contact: linux-mtd@lists.infradead.org
42 to the read-only variant of thie MTD device (in
48 Contact: linux-mtd@lists.infradead.org
58 Contact: linux-mtd@lists.infradead.org
63 0x0400: MTD_WRITEABLE - device is writable
64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
65 0x1000: MTD_NO_ERASE - no erase necessary
66 0x2000: MTD_POWERUP_LOCK - always locked after reset
71 Contact: linux-mtd@lists.infradead.org
73 A human-readable ASCII name for the device or partition.
79 Contact: linux-mtd@lists.infradead.org
88 Contact: linux-mtd@lists.infradead.org
95 Contact: linux-mtd@lists.infradead.org
102 Contact: linux-mtd@lists.infradead.org
107 absent, ram, rom, nor, nand, mlc-nand, dataflash, ubi, unknown
112 Contact: linux-mtd@lists.infradead.org
114 Minimal writable flash unit size. This will always be
117 In the case of NOR flash it is 1 (even though individual
120 In the case of NAND flash it is one NAND page (or a
128 Contact: linux-mtd@lists.infradead.org
132 ecc_step_size). This will always be a non-negative integer.
139 Contact: linux-mtd@lists.infradead.org
142 mtd returns -EUCLEAN from mtd_read() and mtd_read_oob(). If the
145 or exceeds this value, -EUCLEAN is returned. Otherwise, absent
151 The initial value may be specified by the flash device driver.
155 meaning of the -EUCLEAN return code. Previously, it was
166 a persistent return value of -EUCLEAN on devices where sticky
168 ecc_strength, -EUCLEAN is never returned by the read operations.
169 Conversely, if bitflip_threshold is zero, -EUCLEAN is always
172 This is generally applicable only to NAND flash devices with ECC
179 Contact: linux-mtd@lists.infradead.org
185 It will always be a non-negative integer. In the case of
191 Contact: linux-mtd@lists.infradead.org
196 It will always be a non-negative integer. In the case of
202 Contact: linux-mtd@lists.infradead.org
207 It will always be a non-negative integer. In the case of
213 Contact: linux-mtd@lists.infradead.org
220 Contact: linux-mtd@lists.infradead.org
223 this partition. These are typically used to store the in-flash
229 Contact: linux-mtd@lists.infradead.org
232 of the parent (another partition or a flash device) in bytes.
233 This attribute is absent on flash devices, so it can be used
239 Contact: linux-mtd@lists.infradead.org