Searched refs:write_bbt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 703 * write_bbt - [GENERIC] (Re)write the bad block table 712 static int write_bbt(struct nand_chip *this, uint8_t *buf, in write_bbt() function 1019 res = write_bbt(this, buf, td, md, chipsel); in check_create() 1026 res = write_bbt(this, buf, md, td, chipsel); in check_create() 1075 res = write_bbt(this, buf, td, md, chipsel); in nand_update_bbt() 1081 res = write_bbt(this, buf, md, td, chipsel); in nand_update_bbt()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 736 * write_bbt - [GENERIC] (Re)write the bad block table 745 static int write_bbt(struct nand_chip *this, uint8_t *buf, in write_bbt() function 1052 res = write_bbt(this, buf, td, md, chipsel); in check_create() 1059 res = write_bbt(this, buf, md, td, chipsel); in check_create() 1108 res = write_bbt(this, buf, td, md, chipsel); in nand_update_bbt() 1114 res = write_bbt(this, buf, md, td, chipsel); in nand_update_bbt()
|
Completed in 4 milliseconds