Searched refs:num_parts (Results 1 – 13 of 13) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 322 size_t remaining_len, j, num_parts; in test_shake_multiple_squeezes() 335 num_parts = 0; in test_shake_multiple_squeezes() 340 num_parts++; in test_shake_multiple_squeezes() 346 num_parts++; in test_shake_multiple_squeezes() 352 "Multi-squeeze test failed with in_len=%zu in_offs=%zu out_len=%zu out_offs=%zu num_parts=%zu alg=%d", in test_shake_multiple_squeezes() 353 in_len, in_offs, out_len, out_offs, num_parts, alg); in test_shake_multiple_squeezes() 328 size_t remaining_len, j, num_parts; test_shake_multiple_squeezes() local
|
| H A D | hash-test-template.h | 75 size_t num_parts = 0; in hash_suite_init() 96 num_parts++; in hash_suite_exit() 102 num_parts++; 109 "Incremental test failed with total_len=%zu num_parts=%zu offset=%zu", in test_hash_test_vectors() 110 total_len, num_parts, offset); in test_hash_test_vectors() 155 size_t num_parts = 0; test_hash_incremental_updates() local
|
| /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 815 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 936 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 343 struct ffa_partition_info *buffer, int num_parts) in __ffa_partition_info_get_regs() argument 365 if (!buffer || !num_parts) /* count only */ in __ffa_partition_info_get_regs() 367 if (count > num_parts) in __ffa_partition_info_get_regs() 389 if (buf_idx + nr_desc > num_parts) in __ffa_partition_info_get_regs()
|
| /linux/drivers/mtd/devices/ |
| H A D | spear_smi.c | 200 u32 num_parts; member
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7327 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO); 7408 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)"); 7856 static DRIVER_ATTR_RO(num_parts);
|