Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dcmdlinepart.c62 int num_parts; member
84 int *num_parts, in newpart() argument
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()
308 this_mtd->mtd_id, this_mtd->num_parts)); in mtdpart_setup_real()
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtdparts.c249 mtddevnum += dev->num_parts; in index_partitions()
457 if (dev->num_parts == 1) in part_del()
481 dev->num_parts--; in part_del()
528 dev->num_parts++; in part_sort_add()
553 dev->num_parts++; in part_sort_add()
568 dev->num_parts++; in part_sort_add()
852 u16 num_parts; in device_parse() local
886 num_parts = 0; in device_parse()
914 num_parts++; in device_parse()
922 debug("\ntotal partitions: %d\n", num_parts); in device_parse()
[all …]
H A Djffs2.c409 current_mtd_dev->num_parts = 1; in mtdparts_init()
439 if (part_num >= dev->num_parts) { in jffs2_part_info()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dau1550nd.h13 int num_parts; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnand-gpio.h10 unsigned int num_parts; member
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h30 u16 num_parts; /* number of partitions on this device */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcciss_ioctl.h62 int num_parts; /* number of partitions configured on logvol */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcciss_ioctl.h62 int num_parts; /* number of partitions configured on logvol */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcciss_ioctl.h62 int num_parts; /* number of partitions configured on logvol */ member
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py237 def trim_version(version, num_parts=2): argument
244 if num_parts < 1:
248 trimmed = ".".join(parts[:num_parts])
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c128 unsigned num_parts; member
802 host->ncfg->num_parts); in lpc32xx_nand_probe()
H A Dau1550nd.c324 mtd_device_register(mtd, pd->parts, pd->num_parts); in au1550nd_probe()
H A Dgpio.c382 gpiomtd->plat.num_parts); in gpio_nand_probe()
H A Dlpc32xx_slc.c214 unsigned num_parts; member
928 host->ncfg->num_parts); in lpc32xx_nand_probe()
H A Dams-delta.c249 num_partitions = pdata->num_parts; in gpio_nand_probe()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/
H A Ddb1550.c204 .num_parts = ARRAY_SIZE(db1550_nand_parts),
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-ams-delta.c323 .num_parts = ARRAY_SIZE(partition_info),
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dspear_smi.c200 u32 num_parts; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c5641 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO);
5712 MODULE_PARM_DESC(num_parts, "number of partitions(def=0)");
6119 static DRIVER_ATTR_RO(num_parts);