Searched refs:nand_scan_with_ids (Results 1 – 3 of 3) sorted by relevance
198 ret = nand_scan_with_ids(mtd, 1, flash_ids); in sm_register_device()
6783 int nand_scan_with_ids(struct mtd_info *mtd, int maxchips, in nand_scan_with_ids() function6812 EXPORT_SYMBOL(nand_scan_with_ids);
30 int nand_scan_with_ids(struct mtd_info *mtd, int max_chips,35 return nand_scan_with_ids(mtd, max_chips, NULL); in nand_scan()