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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A DMakefile10 obj-$(CONFIG_MTD_CFI_INTELEXT) += cfi_cmdset_0001.o
H A Dgen_probe.c199 extern cfi_cmdset_fn_t cfi_cmdset_0001;
249 return cfi_cmdset_0001(map, primary);
H A Dcfi_cmdset_0001.c7 * $Id: cfi_cmdset_0001.c,v 1.1.1.1 2007/08/03 18:52:43 Exp $
78 struct mtd_info *cfi_cmdset_0001(struct map_info *, int);
101 .name = "cfi_cmdset_0001",
167 printk(KERN_WARNING "cfi_cmdset_0001: Suspend "
182 printk(KERN_WARNING "cfi_cmdset_0001: write suspend disabled\n");
347 struct mtd_info *cfi_cmdset_0001(struct map_info *map, int primary) function
402 printk(KERN_NOTICE "cfi_cmdset_0001: Erase suspend on write enabled\n");
438 struct mtd_info *cfi_cmdset_0003(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
439 struct mtd_info *cfi_cmdset_0200(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
440 EXPORT_SYMBOL_GPL(cfi_cmdset_0001); variable
[all...]

Completed in 102 milliseconds