Lines Matching defs:data

218  * @param this		onenand chip data structure
235 * @param this onenand chip data structure
463 /* Switch to the next data buffer */
629 * @param dev_id interrupt data
633 static irqreturn_t onenand_interrupt(int irq, void *data)
635 struct onenand_chip *this = data;
727 * @param mtd MTD data structure
750 * @param mtd MTD data structure
752 * @param buffer the databuffer to put/get data
786 * @param mtd MTD data structure
788 * @param buffer the databuffer to put/get data
826 * @param mtd MTD data structure
828 * @param buffer the databuffer to put/get data
867 * @param mtd MTD data structure
891 * @param mtd MTD data structure
893 * @return 1 if there are valid data, otherwise 0
895 * Check bufferram if there is data we required
908 /* Is there valid data? */
933 * @param mtd MTD data structure
966 * @param mtd MTD data structure
1063 * onenand_recover_lsb - [Flex-OneNAND] Recover LSB page data
1070 * If power off occurs during MSB page program, the paired LSB page data can
1072 * data are corrupted. When uncorrectable error occurs as a result of LSB page
1213 * OneNAND read main and/or out-of-band data
1342 * OneNAND read out-of-band data from the spare area
1524 * OneNAND read out-of-band data from the spare area for bbt scan
1691 * @param buf the data to write
1713 printk(KERN_ERR "%s: Attempt to write not page aligned data\n",
1720 /* Loop until all data write */
1808 printk(KERN_ERR "%s: Attempt to write not page aligned data\n",
1821 /* Loop until all data write */
1846 /* We send data to spare ram with oobsize
1964 * @param buf the data to write
2012 /* Loop until all data write */
2020 /* We send data to spare ram with oobsize
2072 * onenand_write_oob - [MTD Interface] NAND write data and/or out-of-band
2605 * @param this onenand chip data structure
2765 * @param buf the data to write
2791 /* Loop until all data write */
2823 /* We send data to spare ram with oobsize
2896 * @param buf the databuffer to put/get data
2933 * @param buf the databuffer to put/get data
2977 * @param buf the databuffer to put/get data
3025 * @param buf the databuffer to put/get data
3105 * @param buf the databuffer to put/get data
3122 * @param buf the databuffer to put/get data
3137 * @param buf the databuffer to put/get data
3154 * @param buf the databuffer to put/get data
3170 * @param buf the databuffer to put/get data
3237 * @param mtd MTD data structure
3501 * causes byte values to change. Since both data and its ECC
3737 /* The data buffer size is equal to page size */
3929 * The number of bytes available for a client to place data into
3940 /* Fill in remaining MTD driver data */