Searched refs:MTDPART_OFS_NXTBLK (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/staging/kpc2000/ |
D | kpc2000_spi.c | 34 { .name = "SLOT_1", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 35 { .name = "SLOT_2", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 36 { .name = "SLOT_3", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 37 { .name = "CS0_EXTRA", .size = MTDPART_SIZ_FULL, .offset = MTDPART_OFS_NXTBLK}, 42 { .name = "SLOT_5", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 43 { .name = "SLOT_6", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 44 { .name = "SLOT_7", .size = 7798784, .offset = MTDPART_OFS_NXTBLK}, 45 { .name = "CS1_EXTRA", .size = MTDPART_SIZ_FULL, .offset = MTDPART_OFS_NXTBLK},
|
/Linux-v5.10/arch/sh/boards/mach-rsk/ |
D | setup.c | 35 .offset = MTDPART_OFS_NXTBLK, 39 .offset = MTDPART_OFS_NXTBLK,
|
/Linux-v5.10/arch/sh/boards/mach-r2d/ |
D | setup.c | 192 .offset = MTDPART_OFS_NXTBLK, 197 .offset = MTDPART_OFS_NXTBLK, 201 .offset = MTDPART_OFS_NXTBLK,
|
/Linux-v5.10/arch/sh/boards/ |
D | board-magicpanelr2.c | 310 .offset = MTDPART_OFS_NXTBLK, 316 .offset = MTDPART_OFS_NXTBLK,
|
/Linux-v5.10/include/linux/mtd/ |
D | partitions.h | 57 #define MTDPART_OFS_NXTBLK (-2) macro
|
/Linux-v5.10/arch/mips/txx9/rbtx4939/ |
D | setup.c | 394 parts[i].offset = MTDPART_OFS_NXTBLK; in rbtx4939_mtd_init() 404 parts[i].offset = MTDPART_OFS_NXTBLK; in rbtx4939_mtd_init()
|
/Linux-v5.10/arch/mips/rb532/ |
D | devices.c | 188 .offset = MTDPART_OFS_NXTBLK,
|
/Linux-v5.10/drivers/mtd/ |
D | mtdpart.c | 91 if (child->part.offset == MTDPART_OFS_NXTBLK) { in allocate_partition() 251 offset == MTDPART_OFS_NXTBLK) in mtd_add_partition()
|