Searched refs:nparts (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.6/block/partitions/ |
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-v6.6/drivers/mtd/spi-nor/ |
D | fujitsu.c | 20 .nparts = ARRAY_SIZE(fujitsu_nor_parts),
|
D | everspin.c | 22 .nparts = ARRAY_SIZE(everspin_nor_parts),
|
D | catalyst.c | 23 .nparts = ARRAY_SIZE(catalyst_nor_parts),
|
D | xmc.c | 24 .nparts = ARRAY_SIZE(xmc_nor_parts),
|
D | intel.c | 24 .nparts = ARRAY_SIZE(intel_nor_parts),
|
D | esmt.c | 27 .nparts = ARRAY_SIZE(esmt_nor_parts),
|
D | eon.c | 37 .nparts = ARRAY_SIZE(eon_nor_parts),
|
D | gigadevice.c | 75 .nparts = ARRAY_SIZE(gigadevice_nor_parts),
|
D | issi.c | 106 .nparts = ARRAY_SIZE(issi_nor_parts),
|
D | macronix.c | 129 .nparts = ARRAY_SIZE(macronix_nor_parts),
|
D | micron-st.c | 453 .nparts = ARRAY_SIZE(micron_nor_parts), 460 .nparts = ARRAY_SIZE(st_nor_parts),
|
D | xilinx.c | 173 .nparts = ARRAY_SIZE(xilinx_nor_parts),
|
D | atmel.c | 214 .nparts = ARRAY_SIZE(atmel_nor_parts),
|
D | sst.c | 227 .nparts = ARRAY_SIZE(sst_nor_parts),
|
D | winbond.c | 247 .nparts = ARRAY_SIZE(winbond_nor_parts),
|
D | core.h | 618 unsigned int nparts; member
|
D | spansion.c | 987 .nparts = ARRAY_SIZE(spansion_nor_parts),
|
D | core.c | 2038 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id() 3362 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_name()
|
/Linux-v6.6/drivers/mtd/maps/ |
D | physmap-core.c | 58 unsigned int nparts; member 434 info->nparts = physmap_data->nr_parts; in physmap_flash_pdata_init() 602 info->parts, info->nparts); in physmap_flash_probe()
|