Home
last modified time | relevance | path

Searched refs:max_chips (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/mtd/
Donenand.h25 extern int onenand_scan(struct mtd_info *mtd, int max_chips);
Drawnand.h31 int nand_scan_with_ids(struct nand_chip *chip, int max_chips,
34 static inline int nand_scan(struct nand_chip *chip, int max_chips) in nand_scan() argument
36 return nand_scan_with_ids(chip, max_chips, NULL); in nand_scan()