| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | cmdlinepart.c | 62 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 D | mtdparts.c | 249 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 D | jffs2.c | 409 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 D | au1550nd.h | 13 int num_parts; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | nand-gpio.h | 10 unsigned int num_parts; member
|
| /OK3568_Linux_fs/u-boot/include/jffs2/ |
| H A D | load_kernel.h | 30 u16 num_parts; /* number of partitions on this device */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 62 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 D | cciss_ioctl.h | 62 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 D | cciss_ioctl.h | 62 int num_parts; /* number of partitions configured on logvol */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | utils.py | 237 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 D | lpc32xx_mlc.c | 128 unsigned num_parts; member 802 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
| H A D | au1550nd.c | 324 mtd_device_register(mtd, pd->parts, pd->num_parts); in au1550nd_probe()
|
| H A D | gpio.c | 382 gpiomtd->plat.num_parts); in gpio_nand_probe()
|
| H A D | lpc32xx_slc.c | 214 unsigned num_parts; member 928 host->ncfg->num_parts); in lpc32xx_nand_probe()
|
| H A D | ams-delta.c | 249 num_partitions = pdata->num_parts; in gpio_nand_probe()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/ |
| H A D | db1550.c | 204 .num_parts = ARRAY_SIZE(db1550_nand_parts),
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 323 .num_parts = ARRAY_SIZE(partition_info),
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | spear_smi.c | 200 u32 num_parts; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 5641 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);
|