Home
last modified time | relevance | path

Searched refs:nand_get_small_page_ooblayout (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/mtd/nand/ !
Decc.c217 const struct mtd_ooblayout_ops *nand_get_small_page_ooblayout(void) in nand_get_small_page_ooblayout() function
221 EXPORT_SYMBOL_GPL(nand_get_small_page_ooblayout);
Decc-sw-hamming.c478 mtd_set_ooblayout(mtd, nand_get_small_page_ooblayout()); in nand_ecc_sw_hamming_init_ctx()
/linux-6.6.21/include/linux/mtd/ !
Dnand.h130 const struct mtd_ooblayout_ops *nand_get_small_page_ooblayout(void);
/linux-6.6.21/drivers/mtd/nand/raw/ !
Dnand_base.c6308 mtd_set_ooblayout(mtd, nand_get_small_page_ooblayout()); in nand_scan_tail()