Searched refs:nparts (Results 1 – 20 of 20) sorted by relevance
/linux-5.19.10/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-5.19.10/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 | 65 .nparts = ARRAY_SIZE(gigadevice_nor_parts),
|
D | issi.c | 84 .nparts = ARRAY_SIZE(issi_nor_parts),
|
D | macronix.c | 118 .nparts = ARRAY_SIZE(macronix_nor_parts),
|
D | micron-st.c | 455 .nparts = ARRAY_SIZE(micron_nor_parts), 462 .nparts = ARRAY_SIZE(st_nor_parts),
|
D | xilinx.c | 170 .nparts = ARRAY_SIZE(xilinx_nor_parts),
|
D | atmel.c | 210 .nparts = ARRAY_SIZE(atmel_nor_parts),
|
D | winbond.c | 235 .nparts = ARRAY_SIZE(winbond_nor_parts),
|
D | sst.c | 219 .nparts = ARRAY_SIZE(sst_nor_parts),
|
D | spansion.c | 404 .nparts = ARRAY_SIZE(spansion_nor_parts),
|
D | core.h | 593 unsigned int nparts; member
|
D | core.c | 1642 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id() 2863 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_name()
|
/linux-5.19.10/drivers/mtd/maps/ |
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()
|