Searched refs:partition_info (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datari_rootsec.h14 struct partition_info struct
25 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */
28 struct partition_info part[4];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datari_rootsec.h14 struct partition_info struct
25 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */
28 struct partition_info part[4];
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Datari.h14 struct partition_info struct
25 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */
28 struct partition_info part[4];
H A Datari.c49 struct partition_info *pi;
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dhd.h44 typedef struct partition_info { struct
49 } partition_info; typedef in typeref:struct:partition_info
90 int PartitionInfo(int nDskNum,struct partition_info *nptr);
94 int DSK_GetUserDiskInfo(struct partition_info *nptr);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dhd.h44 typedef struct partition_info { struct
49 } partition_info; typedef in typeref:struct:partition_info
90 int PartitionInfo(int nDskNum,struct partition_info *nptr);
94 int DSK_GetUserDiskInfo(struct partition_info *nptr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Ddbox2-flash.c16 /* partition_info gives details on the logical partitions that the split the
19 static struct mtd_partition partition_info[]= {{name: "BR bootloader", // raw variable in typeref:struct:mtd_partition
36 #define NUM_PARTITIONS (sizeof(partition_info) / sizeof(partition_info[0]))
123 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Ddilnetpc.c316 static struct mtd_partition partition_info[]= variable in typeref:struct:mtd_partition
346 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0]))
391 #define NUM_HIGHLVL_PARTITIONS (sizeof(higlvl_partition_info)/sizeof(partition_info[0]))
434 partition_info[2].size = 0xf0000;
442 ++partition_info[i].name;
493 partition_info[0].mtdp = &lowlvl_parts[0];
494 partition_info[1].mtdp = &lowlvl_parts[2];
495 partition_info[2].mtdp = &lowlvl_parts[1];
496 partition_info[
[all...]
H A Dlasat.c75 static struct mtd_partition partition_info[LASAT_MTD_LAST]; variable in typeref:struct:mtd_partition
93 partition_info[i].name = lasat_mtd_partnames[i];
103 partition_info[i].size = size;
104 partition_info[i].offset = offset;
108 add_mtd_partitions( mymtd, partition_info, LASAT_MTD_LAST );
H A Dnetsc520.c93 /* partition_info gives details on the logical partitions that the split the
96 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
118 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0]))
169 add_mtd_partitions( mymtd, partition_info, NUM_PARTITIONS );
H A Dmbx860.c35 /* partition_info gives details on the logical partitions that the split the
38 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
119 add_mtd_partitions(mymtd, partition_info, NUM_PARTITIONS);
H A Delan-104nc.c58 /* partition_info gives details on the logical partitions that the split the
61 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
71 #define NUM_PARTITIONS (sizeof(partition_info)/sizeof(partition_info[0]))
266 add_mtd_partitions( all_mtd, partition_info, NUM_PARTITIONS );
H A Dsbc_gxx.c90 /* partition_info gives details on the logical partitions that the split the
93 static struct mtd_partition partition_info[]={ variable in typeref:struct:mtd_partition
267 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/nand/
H A Dspia.c68 const static struct mtd_partition partition_info[] = { variable in typeref:struct:mtd_partition
131 add_mtd_partitions(spia_mtd, partition_info, NUM_PARTITIONS);

Completed in 269 milliseconds