Home
last modified time | relevance | path

Searched refs:mtd_ooblayout_get_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c1643 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
1656 static int mtd_ooblayout_get_bytes(struct mtd_info *mtd, u8 *buf, in mtd_ooblayout_get_bytes() function
1767 * Works like mtd_ooblayout_get_bytes(), except it acts on ECC bytes.
1774 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes()
1807 * Works like mtd_ooblayout_get_bytes(), except it acts on free bytes.
1814 return mtd_ooblayout_get_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_get_databytes()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c1897 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
1910 static int mtd_ooblayout_get_bytes(struct mtd_info *mtd, u8 *buf, in mtd_ooblayout_get_bytes() function
2021 * Works like mtd_ooblayout_get_bytes(), except it acts on ECC bytes.
2028 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes()
2061 * Works like mtd_ooblayout_get_bytes(), except it acts on free bytes.
2068 return mtd_ooblayout_get_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_get_databytes()

Completed in 7 milliseconds