Searched refs:mtddev (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/
H A Dmtdoops.c47 static char mtddev[80]; variable
48 module_param_string(mtddev, mtddev, 80, 0400);
49 MODULE_PARM_DESC(mtddev,
121 (unsigned long long)erase.len, mtddev);
343 if (!strcmp(mtd->name, mtddev))
414 if (strlen(mtddev) == 0) {
415 printk(KERN_ERR "mtdoops: mtd device (mtddev=name/number) must be supplied\n");
429 mtd_index = simple_strtoul(mtddev, &endp, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/
H A Dmtdoops.c47 static char mtddev[80]; variable
48 module_param_string(mtddev, mtddev, 80, 0400);
49 MODULE_PARM_DESC(mtddev,
121 (unsigned long long)erase.len, mtddev);
343 if (!strcmp(mtd->name, mtddev))
414 if (strlen(mtddev) == 0) {
415 printk(KERN_ERR "mtdoops: mtd device (mtddev=name/number) must be supplied\n");
429 mtd_index = simple_strtoul(mtddev, &endp, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_mtd.c43 static int mtddev = -1; variable
44 module_param(mtddev, int, 0);
55 if (mtddev == -1) {
56 printk(KERN_ERR "No MTD device specified. Give mtddev parameter\n");
60 spectra_mtd = get_mtd_device(NULL, mtddev);
62 printk(KERN_ERR "Failed to obtain MTD device #%d\n", mtddev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/spectra/
H A Dlld_mtd.c43 static int mtddev = -1; variable
44 module_param(mtddev, int, 0);
55 if (mtddev == -1) {
56 printk(KERN_ERR "No MTD device specified. Give mtddev parameter\n");
60 spectra_mtd = get_mtd_device(NULL, mtddev);
62 printk(KERN_ERR "Failed to obtain MTD device #%d\n", mtddev);

Completed in 167 milliseconds