/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | cmdlinepart.c | 62 int num_parts; member 84 int *num_parts, in newpart() 169 parts = newpart(s + 1, &s, num_parts, this_part + 1, in newpart() 177 *num_parts = this_part + 1; in newpart() 178 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 184 extra_mem = (unsigned char *)(parts + *num_parts); in newpart() 228 int mtd_id_len, num_parts; in mtdpart_setup_real() local 278 &num_parts, /* out: number of parts */ in mtdpart_setup_real() 299 this_mtd->num_parts = num_parts; in mtdpart_setup_real() 82 newpart(char *s, char **retptr, int *num_parts, int this_part, unsigned char **extra_mem_ptr, int extra_mem_size) newpart() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | cmdlinepart.c | 62 int num_parts; member 84 int *num_parts, in newpart() 169 parts = newpart(s + 1, &s, num_parts, this_part + 1, in newpart() 177 *num_parts = this_part + 1; in newpart() 178 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 184 extra_mem = (unsigned char *)(parts + *num_parts); in newpart() 228 int mtd_id_len, num_parts; in mtdpart_setup_real() local 278 &num_parts, /* out: number of parts */ in mtdpart_setup_real() 299 this_mtd->num_parts = num_parts; in mtdpart_setup_real() 82 newpart(char *s, char **retptr, int *num_parts, int this_part, unsigned char **extra_mem_ptr, int extra_mem_size) newpart() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
H A D | au1550nd.h | 13 int num_parts; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/ |
H A D | au1550nd.h | 13 int num_parts; member
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | nand-gpio.h | 10 unsigned int num_parts; member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | nand-gpio.h | 10 unsigned int num_parts; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cciss_ioctl.h | 63 int num_parts; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cciss_ioctl.h | 63 int num_parts; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cciss_ioctl.h | 53 int num_parts; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | au1550nd.c | 324 mtd_device_register(mtd, pd->parts, pd->num_parts); in au1550nd_probe()
|
H A D | lpc32xx_slc.c | 214 unsigned num_parts; member 928 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
H A D | lpc32xx_mlc.c | 128 unsigned num_parts; member 802 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
H A D | ams-delta.c | 249 num_partitions = pdata->num_parts; in gpio_nand_probe()
|
H A D | gpio.c | 382 gpiomtd->plat.num_parts); in gpio_nand_probe()
|
/kernel/linux/linux-6.6/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_slc.c | 211 unsigned num_parts; member 924 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
H A D | lpc32xx_mlc.c | 126 unsigned num_parts; member 803 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
H A D | ams-delta.c | 249 num_partitions = pdata->num_parts; in gpio_nand_probe()
|
H A D | gpio.c | 379 gpiomtd->plat.num_parts); in gpio_nand_probe()
|
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/ |
H A D | db1550.c | 204 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
/kernel/linux/linux-6.6/arch/mips/alchemy/devboards/ |
H A D | db1550.c | 205 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 321 .num_parts = ARRAY_SIZE(partition_info),
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 323 .num_parts = ARRAY_SIZE(partition_info),
|