Searched refs:num_parts (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/mtd/parsers/ |
D | cmdlinepart.c | 62 int num_parts; member 84 int *num_parts, in newpart() argument 169 parts = newpart(s + 1, &s, num_parts, this_part + 1, in newpart() 177 *num_parts = this_part + 1; in newpart() 178 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 184 extra_mem = (unsigned char *)(parts + *num_parts); in newpart() 228 int mtd_id_len, num_parts; in mtdpart_setup_real() local 278 &num_parts, /* out: number of parts */ in mtdpart_setup_real() 299 this_mtd->num_parts = num_parts; in mtdpart_setup_real() 308 this_mtd->mtd_id, this_mtd->num_parts)); in mtdpart_setup_real() [all …]
|
/linux-6.6.21/arch/mips/include/asm/mach-au1x00/ |
D | au1550nd.h | 13 int num_parts; member
|
/linux-6.6.21/include/linux/mtd/ |
D | nand-gpio.h | 10 unsigned int num_parts; member
|
/linux-6.6.21/include/uapi/linux/ |
D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | au1550nd.c | 325 mtd_device_register(mtd, pd->parts, pd->num_parts); in au1550nd_probe()
|
D | lpc32xx_mlc.c | 126 unsigned num_parts; member 802 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
D | gpio.c | 379 gpiomtd->plat.num_parts); in gpio_nand_probe()
|
D | ams-delta.c | 249 num_partitions = pdata->num_parts; in gpio_nand_probe()
|
D | lpc32xx_slc.c | 211 unsigned num_parts; member 924 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
/linux-6.6.21/arch/mips/alchemy/devboards/ |
D | db1550.c | 205 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
/linux-6.6.21/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 321 .num_parts = ARRAY_SIZE(partition_info),
|
/linux-6.6.21/drivers/mtd/devices/ |
D | spear_smi.c | 200 u32 num_parts; member
|
/linux-6.6.21/drivers/scsi/ |
D | scsi_debug.c | 5741 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO); 5815 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)"); 6259 static DRIVER_ATTR_RO(num_parts);
|