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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A DMakefile9 obj-$(CONFIG_MTD_CFI_AMDSTD) += cfi_cmdset_0002.o
H A Dgen_probe.c198 extern cfi_cmdset_fn_t cfi_cmdset_0002;
253 return cfi_cmdset_0002(map, primary);
H A Dcfi_cmdset_0002.c64 struct mtd_info *cfi_cmdset_0002(struct map_info *, int);
77 .name = "cfi_cmdset_0002",
379 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) function
501 struct mtd_info *cfi_cmdset_0006(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002")));
502 struct mtd_info *cfi_cmdset_0701(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002")));
503 EXPORT_SYMBOL_GPL(cfi_cmdset_0002); variable

Completed in 53 milliseconds