| /linux/drivers/mtd/parsers/ |
| H A D | Kconfig | 6 This provides partitions parser for devices based on BCM47xx 60 Same flash, but 2 named partitions, the first one being read-only: 80 This provides partitions parser for BCM4908 family devices 81 that can have multiple "firmware" partitions. It takes care of 89 This provides partitions parser for Linksys devices based on Broadcom 91 two "firmware" partitions. Currently used firmware has to be detected 95 tristate "Parser for BCM963XX Image Tag format partitions" 101 and rootfs partitions. 103 header and creates up to two partitions, kernel and rootfs. 114 register MTD 'partitions' corresponding to each image detected, [all …]
|
| H A D | tplink_safeloader.c | 9 #include <linux/mtd/partitions.h> 35 np = of_get_child_by_name(np, "partitions"); in mtd_parser_tplink_safeloader_read_table() 37 if (of_property_read_u32(np, "partitions-table-offset", &offset)) { in mtd_parser_tplink_safeloader_read_table() 38 pr_err("Failed to get partitions table offset\n"); in mtd_parser_tplink_safeloader_read_table() 110 pr_warn("Reached maximum number of partitions!\n"); in mtd_parser_tplink_safeloader_parse() 140 { .compatible = "tplink,safeloader-partitions" }, 153 MODULE_DESCRIPTION("TP-Link Safeloader partitions parser");
|
| H A D | bcm47xxpart.c | 13 #include <linux/mtd/partitions.h> 18 * NAND flash on Netgear R6250 was verified to contain 15 partitions. 96 int trx_parts[2]; /* Array with indexes of TRX partitions */ in bcm47xxpart_parse() 97 int trx_num = 0; /* Number of found TRX partitions */ in bcm47xxpart_parse() 103 * partitions were aligned to at least 0x1000 anyway. in bcm47xxpart_parse() 127 pr_warn("Reached maximum number of partitions, scanning stopped!\n"); in bcm47xxpart_parse() 254 pr_warn("Reached maximum number of partitions, scanning stopped!\n"); in bcm47xxpart_parse() 278 * Assume that partitions end at the beginning of the one they are in bcm47xxpart_parse() 303 { .compatible = "brcm,bcm947xx-cfe-partitions" },
|
| H A D | scpart.c | 12 #include <linux/mtd/partitions.h> 131 pr_info("Valid 'SC PART MAP' (%d partitions) found at 0x%llx\n", res, offs); in scpart_find_partmap() 159 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in scpart_parse() 161 pr_info("%s: 'partitions' subnode not found on %pOF.\n", in scpart_parse() 169 pr_info("No any partitions was found in 'SC PART MAP'.\n"); in scpart_parse() 231 { .compatible = "sercomm,sc-partitions" },
|
| /linux/fs/nls/ |
| H A D | Kconfig | 47 DOS/Windows partitions correctly. This does apply to the filenames 59 DOS/Windows partitions correctly. This does apply to the filenames 71 DOS/Windows partitions correctly. This does apply to the filenames 84 DOS/Windows partitions correctly. This does apply to the filenames 100 DOS/Windows partitions correctly. This does apply to the filenames 115 DOS/Windows partitions correctly. This does apply to the filenames 126 DOS/Windows partitions correctly. This does apply to the filenames 137 DOS/Windows partitions correctly. This does apply to the filenames 148 DOS/Windows partitions correctly. This does apply to the filenames 159 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-parts.rst | 2 SD and MMC Device Partitions 5 Device partitions are additional logical block devices present on the 8 As of this writing, MMC boot partitions as supported and exposed as 12 MMC Boot Partitions 15 Read and write access is provided to the two MMC boot partitions. Due to 30 The boot partitions can also be locked read only until the next power on, 39 The boot partitions can also be locked permanently, but this feature is
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | qcom,smem-part.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/qcom,smem-part.yaml# 14 Memory (SMEM) based partition table scheme. The maximum partitions supported 15 varies between partition table revisions. V3 supports maximum 16 partitions 16 and V4 supports 48 partitions. 36 partitions { 44 partitions {
|
| H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 1 Broadcom BCM963XX CFE Loader NOR Flash Partitions 6 NVRAM partition, and the remainder in-between for one to two firmware partitions 12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions" 21 partitions { 22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
| H A D | nvmem-cells.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml# 20 - $ref: /schemas/mtd/partitions/partition.yaml# 35 partitions { 36 compatible = "fixed-partitions"; 68 partitions { 69 compatible = "fixed-partitions";
|
| H A D | linux,ubi.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/linux,ubi.yaml# 31 $ref: /schemas/mtd/partitions/ubi-volume.yaml# 42 partitions { 43 compatible = "fixed-partitions";
|
| H A D | arm,arm-firmware-suite.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/arm,arm-firmware-suite.yaml# 7 title: ARM Firmware Suite (AFS) Partitions 25 partitions {
|
| /linux/Documentation/admin-guide/ |
| H A D | ldm.rst | 12 replacement for the MSDOS style partitions. It stores its information in a 14 partitions is limited only by disk space. The maximum number of partitions is 17 Any partitions created under the LDM are called "Dynamic Disks". There are no 18 longer any primary or extended partitions. Normal MSDOS style partitions are 23 partitions and filesystems without the need to reboot. 39 Below we have a 50MiB disk, divided into seven partitions. 66 The LDM Database may not store the partitions in the order that they appear on 103 discovered partitions. However, grub does not understand the LDM partitioning
|
| /linux/include/linux/mtd/ |
| H A D | platnand.h | 13 #include <linux/mtd/partitions.h> 21 * @nr_partitions: number of partitions pointed to by partitions (or zero) 22 * @partitions: mtd partition list 32 struct mtd_partition *partitions; member
|
| /linux/fs/ufs/ |
| H A D | Kconfig | 9 Unixes can create and mount hard disk partitions and diskettes using 11 these partitions; if you also want to write to them, say Y to the 36 Say Y here if you want to try writing to UFS partitions. This is 37 experimental, so you should back up your UFS partitions beforehand.
|
| /linux/drivers/mtd/maps/ |
| H A D | netsc520.c | 19 #include <linux/mtd/partitions.h> 24 ** partitions. The first partition is 768 KiB and is intended to 33 ** MTD character routines. The second and fourth partitions should 35 ** mounting these partitions, and potentially the board will not be 39 /* partition_info gives details on the logical partitions that the split the
|
| H A D | impa7.c | 15 #include <linux/mtd/partitions.h> 47 static const struct mtd_partition partitions[] = variable 88 mtd_device_register(impa7_mtd[i], partitions, in init_impa7() 89 ARRAY_SIZE(partitions)); in init_impa7()
|
| /linux/fs/fat/ |
| H A D | Kconfig | 10 to include FAT support. You will then be able to mount partitions or 21 partitions from within Linux (but not transparently) is with the 42 This allows you to mount MSDOS partitions of your hard drive (unless 43 they are compressed; to access compressed MSDOS partitions under 54 partitions, you should use the VFAT file system (say Y to "VFAT fs
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-390-db.dts | 92 partitions { 93 compatible = "fixed-partitions"; 123 partitions { 124 compatible = "fixed-partitions";
|
| H A D | armada-385-db-88f6820-amc.dts | 103 partitions { 104 compatible = "fixed-partitions"; 137 partitions { 138 compatible = "fixed-partitions";
|
| /linux/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-zc770-xm010.dts | 71 partitions { 72 compatible = "fixed-partitions"; 111 partitions { 112 compatible = "fixed-partitions";
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-7040-db.dts | 91 partitions { 92 compatible = "fixed-partitions"; 161 partitions { 162 compatible = "fixed-partitions"; 193 partitions { 194 compatible = "fixed-partitions";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-moxa-uc-2100-common.dtsi | 191 partitions { 192 compatible = "fixed-partitions"; 197 partitions@0 { 202 partitions@1 { 207 partitions@2 {
|
| /linux/Documentation/devicetree/bindings/nvmem/layouts/ |
| H A D | u-boot,env.yaml | 80 partitions { 81 compatible = "fixed-partitions"; 101 partitions { 102 compatible = "fixed-partitions";
|
| /linux/drivers/soc/qcom/ |
| H A D | smem.c | 37 * These partitions are referenced from an optional partition table 160 * struct smem_ptable - partition table for the private partitions 163 * @num_entries: number of partitions in the table 165 * @entry: list of @smem_ptable_entry for the @num_entries partitions 178 * struct smem_partition_header - header of the partitions 270 * @partitions: list of partitions of current processor/host 285 struct smem_partition partitions[SMEM_HOST_COUNT]; member 533 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) { in qcom_smem_alloc() 534 part = &__smem->partitions[host]; in qcom_smem_alloc() 700 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) { in qcom_smem_get() [all …]
|
| /linux/block/partitions/ |
| H A D | atari.h | 3 * fs/partitions/atari.h 11 * partitions 28 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */
|