Lines Matching full:bbt
206 * @cache: in memory BBT cache
407 * @bbt: bad block table info
425 struct nand_bbt bbt; member
1087 /* BBT related functions */
1107 * nanddev_bbt_pos_to_entry() - Convert a NAND position into a BBT entry
1109 * @pos: the NAND position we want to get BBT entry for
1111 * Return the BBT entry used to store information about the eraseblock pointed
1114 * Return: the BBT entry storing information about eraseblock pointed by @pos.
1125 * nanddev_bbt_is_initialized() - Check if the BBT has been initialized
1128 * Return: true if the BBT has been initialized, false otherwise.
1132 return !!nand->bbt.cache; in nanddev_bbt_is_initialized()