Searched refs:nand_scan_with_ids (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dsm_common.c196 ret = nand_scan_with_ids(chip, 1, flash_ids);
H A Dnand_base.c6625 * nand_scan_with_ids - [NAND Interface] Scan for the NAND device
6634 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, function
6663 EXPORT_SYMBOL(nand_scan_with_ids); variable
/linux-master/include/linux/mtd/
H A Drawnand.h1587 int nand_scan_with_ids(struct nand_chip *chip, unsigned int max_chips,
1592 return nand_scan_with_ids(chip, max_chips, NULL);

Completed in 535 milliseconds