Searched refs:chip_probe (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/mtd/
H A Dgen_probe.h15 struct chip_probe { struct
21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
H A Donenand.h68 * @chip_probe: [REPLACEABLE] hardware specific function for chip probe
115 int (*chip_probe)(struct mtd_info *mtd); member in struct:onenand_chip
/linux-master/drivers/mtd/chips/
H A Dgen_probe.c17 struct chip_probe *cp);
18 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp)
59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp)
164 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
H A Dcfi_probe.c427 static struct chip_probe cfi_chip_probe = {
436 * chip_probe routine in all the possible permutations, etc.
H A Djedec_probe.c2280 static struct chip_probe jedec_chip_probe = {
2289 * chip_probe routine in all the possible permutations, etc.
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_samsung.c816 this->chip_probe = s5pc110_chip_probe;
H A Donenand_base.c3707 ret = this->chip_probe(mtd);
3844 if (!this->chip_probe)
3845 this->chip_probe = onenand_chip_probe;

Completed in 125 milliseconds