Searched refs:nparts (Results 1 – 20 of 20) sorted by relevance
/linux/block/partitions/ |
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/ |
A D | fujitsu.c | 19 .nparts = ARRAY_SIZE(fujitsu_parts),
|
A D | xmc.c | 22 .nparts = ARRAY_SIZE(xmc_parts),
|
A D | intel.c | 24 .nparts = ARRAY_SIZE(intel_parts),
|
A D | esmt.c | 24 .nparts = ARRAY_SIZE(esmt_parts),
|
A D | everspin.c | 26 .nparts = ARRAY_SIZE(everspin_parts),
|
A D | catalyst.c | 28 .nparts = ARRAY_SIZE(catalyst_parts),
|
A D | micron-st.c | 267 .nparts = ARRAY_SIZE(micron_parts), 274 .nparts = ARRAY_SIZE(st_parts),
|
A D | eon.c | 33 .nparts = ARRAY_SIZE(eon_parts),
|
A D | gigadevice.c | 58 .nparts = ARRAY_SIZE(gigadevice_parts),
|
A D | issi.c | 80 .nparts = ARRAY_SIZE(issi_parts),
|
A D | xilinx.c | 92 .nparts = ARRAY_SIZE(xilinx_parts),
|
A D | macronix.c | 105 .nparts = ARRAY_SIZE(macronix_parts),
|
A D | winbond.c | 161 .nparts = ARRAY_SIZE(winbond_parts),
|
A D | atmel.c | 198 .nparts = ARRAY_SIZE(atmel_parts),
|
A D | sst.c | 193 .nparts = ARRAY_SIZE(sst_parts),
|
A D | spansion.c | 297 .nparts = ARRAY_SIZE(spansion_parts),
|
A D | core.h | 460 unsigned int nparts; member
|
A D | core.c | 1852 spi_nor_search_part_by_id(const struct flash_info *parts, unsigned int nparts, in spi_nor_search_part_by_id() argument 1857 for (i = 0; i < nparts; i++) { in spi_nor_search_part_by_id() 1892 manufacturers[i]->nparts, in spi_nor_read_id() 2970 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id()
|
/linux/drivers/mtd/maps/ |
A D | physmap-core.c | 58 unsigned int nparts; member 438 info->nparts = physmap_data->nr_parts; in physmap_flash_pdata_init() 596 info->parts, info->nparts); in physmap_flash_probe()
|
Completed in 26 milliseconds