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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/chips/
H A DMakefile10 obj-$(CONFIG_MTD_CFI_INTELEXT) += cfi_cmdset_0001.o
H A Dgen_probe.c197 extern cfi_cmdset_fn_t cfi_cmdset_0001;
247 return cfi_cmdset_0001(map, primary);
H A Dcfi_cmdset_0001.c83 struct mtd_info *cfi_cmdset_0001(struct map_info *, int);
106 .name = "cfi_cmdset_0001",
223 printk(KERN_WARNING "cfi_cmdset_0001: Suspend "
238 printk(KERN_WARNING "cfi_cmdset_0001: write suspend disabled\n");
431 struct mtd_info *cfi_cmdset_0001(struct map_info *map, int primary) function
487 printk(KERN_NOTICE "cfi_cmdset_0001: Erase suspend on write enabled\n");
545 struct mtd_info *cfi_cmdset_0003(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
546 struct mtd_info *cfi_cmdset_0200(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
547 EXPORT_SYMBOL_GPL(cfi_cmdset_0001); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/chips/
H A DMakefile10 obj-$(CONFIG_MTD_CFI_INTELEXT) += cfi_cmdset_0001.o
H A Dgen_probe.c197 extern cfi_cmdset_fn_t cfi_cmdset_0001;
247 return cfi_cmdset_0001(map, primary);
H A Dcfi_cmdset_0001.c83 struct mtd_info *cfi_cmdset_0001(struct map_info *, int);
106 .name = "cfi_cmdset_0001",
223 printk(KERN_WARNING "cfi_cmdset_0001: Suspend "
238 printk(KERN_WARNING "cfi_cmdset_0001: write suspend disabled\n");
431 struct mtd_info *cfi_cmdset_0001(struct map_info *map, int primary) function
487 printk(KERN_NOTICE "cfi_cmdset_0001: Erase suspend on write enabled\n");
545 struct mtd_info *cfi_cmdset_0003(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
546 struct mtd_info *cfi_cmdset_0200(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0001")));
547 EXPORT_SYMBOL_GPL(cfi_cmdset_0001); variable

Completed in 195 milliseconds