Searched refs:oobfree (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
D | sharpslpart.c | 76 struct mtd_oob_region oobfree = { }; in sharpsl_nand_check_ooblayout() local 79 ret = mtd_ooblayout_free(mtd, section++, &oobfree); in sharpsl_nand_check_ooblayout() 83 if (!oobfree.length || oobfree.offset > 15 || in sharpsl_nand_check_ooblayout() 84 (oobfree.offset + oobfree.length) < 8) in sharpsl_nand_check_ooblayout() 87 i = oobfree.offset >= 8 ? oobfree.offset : 8; in sharpsl_nand_check_ooblayout() 88 for (; i < oobfree.offset + oobfree.length && i < 16; i++) in sharpsl_nand_check_ooblayout()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
D | mtd-abi.h | 113 __u32 oobfree[8][2]; member 126 struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES]; member
|
/kernel/linux/linux-5.10/include/uapi/mtd/ |
D | mtd-abi.h | 216 __u32 oobfree[8][2]; member 239 struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
D | mtd-abi.h | 127 __u32 oobfree[8][2]; member 140 struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES]; member
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | mtdchar.c | 491 to->oobfree[i].offset = oobregion.offset; in shrink_ecclayout() 492 to->oobfree[i].length = oobregion.length; in shrink_ecclayout() 493 to->oobavail += to->oobfree[i].length; in shrink_ecclayout() 540 to->oobfree[i][0] = oobregion.offset; in get_oobinfo() 541 to->oobfree[i][1] = oobregion.length; in get_oobinfo()
|
D | mtdcore.c | 1554 struct mtd_oob_region *oobfree) in mtd_ooblayout_free() argument 1558 memset(oobfree, 0, sizeof(*oobfree)); in mtd_ooblayout_free() 1566 return master->ooblayout->free(master, section, oobfree); in mtd_ooblayout_free()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | mtd.h | 105 struct mtd_oob_region *oobfree); 433 struct mtd_oob_region *oobfree);
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | mtdnand.rst | 626 int oobfree[8][2]; 648 - oobfree 650 The oobfree array defines the areas in the spare area which can be 684 size per page is determined by the oobfree array in the nand_oobinfo
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 32088 + * 'host->epm' only use the first oobfree[0] field, it looks very simple, But... 36633 + * 'host->epm' only use the first oobfree[0] field, it looks very simple, But...
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 323035 + * 'host->epm' only use the first oobfree[0] field, it looks very simple, But... 327580 + * 'host->epm' only use the first oobfree[0] field, it looks very simple, But...
|