Searched refs:num_parts (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/mtd/parsers/ |
| H A D | cmdlinepart.c | 54 int num_parts; member 76 int *num_parts, in newpart() argument 169 *num_parts = this_part + 1; in newpart() 176 extra_mem = (unsigned char *)(parts + *num_parts); in newpart() 220 int mtd_id_len, num_parts; in mtdpart_setup_real() local 270 &num_parts, /* out: number of parts */ in mtdpart_setup_real() 291 this_mtd->num_parts = num_parts; in mtdpart_setup_real() 300 this_mtd->mtd_id, this_mtd->num_parts); in mtdpart_setup_real() 372 part->num_parts--; in parse_cmdline_partitions() 374 sizeof(*part->parts) * (part->num_parts - i)); in parse_cmdline_partitions() [all …]
|
| /linux-6.15/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1550nd.h | 13 int num_parts; member
|
| /linux-6.15/include/linux/mtd/ |
| H A D | nand-gpio.h | 10 unsigned int num_parts; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | au1550nd.c | 325 mtd_device_register(mtd, pd->parts, pd->num_parts); in au1550nd_probe()
|
| H A D | lpc32xx_mlc.c | 126 unsigned num_parts; member 807 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
| H A D | gpio.c | 379 gpiomtd->plat.num_parts); in gpio_nand_probe()
|
| H A D | ams-delta.c | 249 num_partitions = pdata->num_parts; in gpio_nand_probe()
|
| H A D | lpc32xx_slc.c | 211 unsigned num_parts; member 928 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
| /linux-6.15/arch/mips/alchemy/devboards/ |
| H A D | db1550.c | 205 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
| /linux-6.15/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 321 .num_parts = ARRAY_SIZE(partition_info),
|
| /linux-6.15/drivers/mtd/devices/ |
| H A D | spear_smi.c | 200 u32 num_parts; member
|
| /linux-6.15/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 326 struct ffa_partition_info *buffer, int num_parts) in __ffa_partition_info_get_regs() argument 350 if (!buffer || !num_parts) /* count only */ in __ffa_partition_info_get_regs()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 7277 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO); 7358 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)"); 7808 static DRIVER_ATTR_RO(num_parts);
|