Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c1686 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
1699 static int mtd_ooblayout_set_bytes(struct mtd_info *mtd, const u8 *buf, in mtd_ooblayout_set_bytes() function
1787 * Works like mtd_ooblayout_set_bytes(), except it acts on ECC bytes.
1794 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()
1827 * Works like mtd_ooblayout_set_bytes(), except it acts on free bytes.
1834 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c1940 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
1953 static int mtd_ooblayout_set_bytes(struct mtd_info *mtd, const u8 *buf, in mtd_ooblayout_set_bytes() function
2041 * Works like mtd_ooblayout_set_bytes(), except it acts on ECC bytes.
2048 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()
2081 * Works like mtd_ooblayout_set_bytes(), except it acts on free bytes.
2088 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()

Completed in 12 milliseconds