Home | History | Annotate | Download | only in mtd

Lines Matching full:replaceable

290  * @read_byte:		[REPLACEABLE] read one byte from the chip
291 * @read_word: [REPLACEABLE] read one word from the chip
292 * @write_buf: [REPLACEABLE] write data from the buffer to the chip
293 * @read_buf: [REPLACEABLE] read data from the chip into the buffer
294 * @verify_buf: [REPLACEABLE] verify buffer contents against the chip data
295 * @select_chip: [REPLACEABLE] select chip nr
296 * @block_bad: [REPLACEABLE] check, if the block is bad
297 * @block_markbad: [REPLACEABLE] mark the block bad
303 * @cmdfunc: [REPLACEABLE] hardwarespecific function for writing commands to the chip
304 * @waitfunc: [REPLACEABLE] hardwarespecific function for wait on ready
310 * @scan_bbt: [REPLACEABLE] function to scan bad block table
330 * @ecclayout: [REPLACEABLE] the default ecc placement scheme
332 * @bbt_td: [REPLACEABLE] bad block table descriptor for flash lookup
333 * @bbt_md: [REPLACEABLE] bad block table mirror descriptor
334 * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for initial bad block scan
335 * @controller: [REPLACEABLE] a pointer to a hardware controller structure