/linux-4.4.14/include/linux/mtd/ |
H A D | nand-gpio.h | 14 unsigned int num_parts; member in struct:gpio_nand_platdata
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
H A D | au1550nd.h | 12 int num_parts; member in struct:au1550nd_platdata
|
/linux-4.4.14/drivers/mtd/ |
H A D | cmdlinepart.c | 75 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 D | cciss_ioctl.h | 61 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | atmel.h | 38 unsigned int num_parts; member in struct:atmel_nand_data
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | cm-x255.c | 207 .num_parts = ARRAY_SIZE(cmx255_nand_parts),
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | gpio.c | 297 gpiomtd->plat.num_parts); gpio_nand_probe()
|
H A D | lpc32xx_mlc.c | 139 unsigned num_parts; member in struct:lpc32xx_nand_cfg_mlc 791 host->ncfg->num_parts); lpc32xx_nand_probe()
|
H A D | au1550nd.c | 476 mtd_device_register(&ctx->info, pd->parts, pd->num_parts); au1550nd_probe()
|
H A D | lpc32xx_slc.c | 200 unsigned num_parts; member in struct:lpc32xx_nand_cfg_slc 913 host->ncfg->num_parts); lpc32xx_nand_probe()
|
H A D | atmel_nand.c | 2264 host->board.parts, host->board.num_parts); atmel_nand_probe()
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
H A D | setup.c | 102 .num_parts = ARRAY_SIZE(nand_partitions),
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
H A D | atstk1002.c | 100 .num_parts = ARRAY_SIZE(nand_partitions),
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
H A D | board-autcpu12.c | 130 .num_parts = ARRAY_SIZE(autcpu12_nand_parts),
|
H A D | board-p720t.c | 253 .num_parts = ARRAY_SIZE(p720t_nand_parts),
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
H A D | db1550.c | 203 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | spear_smi.c | 188 * @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 D | scsi_debug.c | 4094 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 D | cciss.c | 1471 luninfo.num_parts = 0; cciss_getluninfo()
|