Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/mtd/
Dgen_probe.h29 struct chip_probe { struct
35 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp); argument
Donenand.h118 int (*chip_probe)(struct mtd_info *mtd); member
/linux-2.6.39/drivers/mtd/chips/
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) in mtd_do_chip_probe()
59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) in genprobe_ident_chips()
167 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp, in genprobe_new_chip()
Dcfi_probe.c386 static struct chip_probe cfi_chip_probe = {
Djedec_probe.c2252 static struct chip_probe jedec_chip_probe = {
/linux-2.6.39/drivers/mtd/onenand/
Dsamsung.c851 this->chip_probe = s5pc110_chip_probe; in s3c_onenand_setup()
Donenand_base.c3823 ret = this->chip_probe(mtd); in onenand_probe()
3959 if (!this->chip_probe) in onenand_scan()
3960 this->chip_probe = onenand_chip_probe; in onenand_scan()