Lines Matching full:bbt
203 * @cache: in memory BBT cache
360 * @bbt: bad block table info
378 struct nand_bbt bbt; member
965 /* BBT related functions */
985 * nanddev_bbt_pos_to_entry() - Convert a NAND position into a BBT entry
987 * @pos: the NAND position we want to get BBT entry for
989 * Return the BBT entry used to store information about the eraseblock pointed
992 * Return: the BBT entry storing information about eraseblock pointed by @pos.
1003 * nanddev_bbt_is_initialized() - Check if the BBT has been initialized
1006 * Return: true if the BBT has been initialized, false otherwise.
1010 return !!nand->bbt.cache; in nanddev_bbt_is_initialized()