Searched refs:nparts (Results 1 – 17 of 17) sorted by relevance
/linux/block/partitions/ |
H A D | sun.c | 33 __be16 nparts; /* Number of partitions */ in sun_partition() member 69 int nparts; in sun_partition() local 96 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition() 99 nparts = (use_vtoc) ? be16_to_cpu(label->vtoc.nparts) : 8; in sun_partition() 106 label->vtoc.version || label->vtoc.nparts); in sun_partition() 108 for (i = 0; i < nparts; i++, p++) { in sun_partition()
|
/linux/drivers/mtd/spi-nor/ |
H A D | xmc.c | 29 .nparts = ARRAY_SIZE(xmc_nor_parts),
|
H A D | intel.c | 33 .nparts = ARRAY_SIZE(intel_nor_parts),
|
H A D | esmt.c | 36 .nparts = ARRAY_SIZE(esmt_nor_parts),
|
H A D | everspin.c | 50 .nparts = ARRAY_SIZE(everspin_nor_parts),
|
H A D | eon.c | 71 .nparts = ARRAY_SIZE(eon_nor_parts),
|
H A D | gigadevice.c | 91 .nparts = ARRAY_SIZE(gigadevice_nor_parts),
|
H A D | issi.c | 144 .nparts = ARRAY_SIZE(issi_nor_parts),
|
H A D | micron-st.c | 649 .nparts = ARRAY_SIZE(micron_nor_parts), 656 .nparts = ARRAY_SIZE(st_nor_parts),
|
H A D | atmel.c | 247 .nparts = ARRAY_SIZE(atmel_nor_parts),
|
H A D | sst.c | 270 .nparts = ARRAY_SIZE(sst_nor_parts),
|
H A D | macronix.c | 306 .nparts = ARRAY_SIZE(macronix_nor_parts),
|
H A D | winbond.c | 360 .nparts = ARRAY_SIZE(winbond_nor_parts),
|
H A D | core.h | 568 unsigned int nparts; member
|
H A D | spansion.c | 1090 .nparts = ARRAY_SIZE(spansion_nor_parts),
|
H A D | core.c | 1996 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id() 3286 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_name()
|
/linux/drivers/mtd/maps/ |
H A D | physmap-core.c | 59 unsigned int nparts; member 429 info->nparts = physmap_data->nr_parts; in physmap_flash_pdata_init() 597 info->parts, info->nparts); in physmap_flash_probe()
|