| /linux/drivers/mtd/parsers/ |
| H A D | cmdlinepart.c | 54 int num_parts; member 76 int *num_parts, in newpart() argument 161 parts = newpart(s + 1, &s, num_parts, this_part + 1, in newpart() 169 *num_parts = this_part + 1; in newpart() 170 alloc_size = *num_parts * sizeof(struct mtd_partition) + 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() [all …]
|
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 328 size_t remaining_len, j, num_parts; in test_shake_multiple_squeezes() local 341 num_parts = 0; in test_shake_multiple_squeezes() 346 num_parts++; in test_shake_multiple_squeezes() 352 num_parts++; in test_shake_multiple_squeezes() 359 in_len, in_offs, out_len, out_offs, num_parts, alg); in test_shake_multiple_squeezes()
|
| H A D | hash-test-template.h | 155 size_t num_parts = 0; in test_hash_incremental_updates() local 176 num_parts++; in test_hash_incremental_updates() 182 num_parts++; in test_hash_incremental_updates() 190 total_len, num_parts, offset); in test_hash_incremental_updates()
|
| /linux/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1550nd.h | 13 int num_parts; member
|
| /linux/include/linux/mtd/ |
| H A D | nand-gpio.h | 10 unsigned int num_parts; member
|
| /linux/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
| /linux/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()
|
| /linux/arch/mips/alchemy/devboards/ |
| H A D | db1550.c | 205 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 318 .num_parts = ARRAY_SIZE(partition_info),
|
| /linux/drivers/mtd/devices/ |
| H A D | spear_smi.c | 200 u32 num_parts; member
|
| /linux/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/drivers/scsi/ |
| H A D | scsi_debug.c | 7392 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO); 7473 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)"); 7923 static DRIVER_ATTR_RO(num_parts);
|