Lines Matching +full:rc +full:- +full:map +full:- +full:name
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * ts5500_flash.c -- MTD map driver for Technology Systems TS-5500 board
8 * - In order for detection to work, jumper 3 must be set.
9 * - Drive A and B use the resident flash disk (RFD) flash translation layer.
10 * - If you have created your own jffs file system and the bios overwrites
17 #include <linux/mtd/map.h>
27 .name = "TS-5500 Flash",
35 .name = "Drive A",
40 .name = "BIOS",
45 .name = "Drive B",
57 int rc = 0; in init_ts5500_map() local
63 rc = -EIO; in init_ts5500_map()
74 rc = -ENXIO; in init_ts5500_map()
78 mymtd->owner = THIS_MODULE; in init_ts5500_map()
86 return rc; in init_ts5500_map()
107 MODULE_DESCRIPTION("MTD map driver for Technology Systems TS-5500 board");