Searched refs:search_bbt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 509 * search_bbt - [GENERIC] scan the device for a specific bad block table 523 static int search_bbt(struct nand_chip *this, uint8_t *buf, in search_bbt() function 601 search_bbt(this, buf, td); in search_read_bbts() 605 search_bbt(this, buf, md); in search_read_bbts()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_bbt.c | 538 * search_bbt - [GENERIC] scan the device for a specific bad block table 552 static int search_bbt(struct nand_chip *this, uint8_t *buf, in search_bbt() function 634 search_bbt(this, buf, td); in search_read_bbts() 638 search_bbt(this, buf, md); in search_read_bbts()
|
Completed in 10 milliseconds