Searched refs:num_parts (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/include/linux/mtd/
H A Dnand-gpio.h14 unsigned int num_parts; member in struct:gpio_nand_platdata
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dau1550nd.h12 int num_parts; member in struct:au1550nd_platdata
/linux-4.4.14/drivers/mtd/
H A Dcmdlinepart.c75 int num_parts; member in struct:cmdline_mtd_partition
97 int *num_parts, newpart()
175 parts = newpart(s + 1, &s, num_parts, this_part + 1, newpart()
183 *num_parts = this_part + 1; newpart()
184 alloc_size = *num_parts * sizeof(struct mtd_partition) + newpart()
190 extra_mem = (unsigned char *)(parts + *num_parts); newpart()
230 int mtd_id_len, num_parts; mtdpart_setup_real() local
251 &num_parts, /* out: number of parts */ mtdpart_setup_real()
272 this_mtd->num_parts = num_parts; mtdpart_setup_real()
280 dbg(("mtdid=<%s> num_parts=<%d>\n", mtdpart_setup_real()
281 this_mtd->mtd_id, this_mtd->num_parts)); mtdpart_setup_real()
334 for (i = 0, offset = 0; i < part->num_parts; i++) { parse_cmdline_partitions()
353 part->num_parts--; parse_cmdline_partitions()
355 sizeof(*part->parts) * (part->num_parts - i)); parse_cmdline_partitions()
360 *pparts = kmemdup(part->parts, sizeof(*part->parts) * part->num_parts, parse_cmdline_partitions()
365 return part->num_parts; parse_cmdline_partitions()
95 newpart(char *s, char **retptr, int *num_parts, int this_part, unsigned char **extra_mem_ptr, int extra_mem_size) newpart() argument
/linux-4.4.14/include/uapi/linux/
H A Dcciss_ioctl.h61 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
/linux-4.4.14/include/linux/platform_data/
H A Datmel.h38 unsigned int num_parts; member in struct:atmel_nand_data
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcm-x255.c207 .num_parts = ARRAY_SIZE(cmx255_nand_parts),
/linux-4.4.14/drivers/mtd/nand/
H A Dgpio.c297 gpiomtd->plat.num_parts); gpio_nand_probe()
H A Dlpc32xx_mlc.c139 unsigned num_parts; member in struct:lpc32xx_nand_cfg_mlc
791 host->ncfg->num_parts); lpc32xx_nand_probe()
H A Dau1550nd.c476 mtd_device_register(&ctx->info, pd->parts, pd->num_parts); au1550nd_probe()
H A Dlpc32xx_slc.c200 unsigned num_parts; member in struct:lpc32xx_nand_cfg_slc
913 host->ncfg->num_parts); lpc32xx_nand_probe()
H A Datmel_nand.c2264 host->board.parts, host->board.num_parts); atmel_nand_probe()
/linux-4.4.14/arch/avr32/boards/atngw100/
H A Dsetup.c102 .num_parts = ARRAY_SIZE(nand_partitions),
/linux-4.4.14/arch/avr32/boards/atstk1000/
H A Datstk1002.c100 .num_parts = ARRAY_SIZE(nand_partitions),
/linux-4.4.14/arch/arm/mach-clps711x/
H A Dboard-autcpu12.c130 .num_parts = ARRAY_SIZE(autcpu12_nand_parts),
H A Dboard-p720t.c253 .num_parts = ARRAY_SIZE(p720t_nand_parts),
/linux-4.4.14/arch/mips/alchemy/devboards/
H A Ddb1550.c203 .num_parts = ARRAY_SIZE(db1550_nand_parts),
/linux-4.4.14/drivers/mtd/devices/
H A Dspear_smi.c188 * @num_parts: Total number of partition in each bank of NOR-flash.
200 u32 num_parts; member in struct:spear_snor_flash
/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c4094 module_param_named(num_parts, scsi_debug_num_parts, int, S_IRUGO);
4141 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)");
4449 static DRIVER_ATTR_RO(num_parts);
/linux-4.4.14/drivers/block/
H A Dcciss.c1471 luninfo.num_parts = 0; cciss_getluninfo()

Completed in 640 milliseconds