Home
last modified time | relevance | path

Searched refs:partitions (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,trx.txt9 identification fields, CRC32 checksum and the locations of embedded partitions.
10 Its purpose is to store a few partitions in a format that can be distributed as
13 Container can hold up to 4 partitions. The first partition has to contain a
15 executing. Other partitions can be used for operating system purposes. This is
19 partitions have to be less than the 4GiB max size limit.
22 1) v1 which contains 3 partitions
23 2) v2 which contains 4 partitions
39 partitions {
H A Dbrcm,bcm963xx-cfe-nor-partitions.txt6 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 Dbrcm,bcm963xx-imagetag.txt5 partitions or non standard bootloader partition sizes. For these a mixed layout
21 partitions {
22 compatible = "fixed-partitions";
/linux/drivers/mtd/parsers/
H A DKconfig6 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 …]
/linux/Documentation/admin-guide/
H A Dldm.rst12 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/Documentation/driver-api/mmc/
H A Dmmc-dev-parts.rst5 Device partitions are additional logical block devices present on the
8 As of this writing, MMC boot partitions as supported and exposed as
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/arch/arm/boot/dts/marvell/
H A Darmada-390-db.dts92 partitions {
93 compatible = "fixed-partitions";
123 partitions {
124 compatible = "fixed-partitions";
H A Darmada-385-db-88f6820-amc.dts103 partitions {
104 compatible = "fixed-partitions";
137 partitions {
138 compatible = "fixed-partitions";
/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-zc770-xm010.dts71 partitions {
72 compatible = "fixed-partitions";
111 partitions {
112 compatible = "fixed-partitions";
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-7040-db.dts91 partitions {
92 compatible = "fixed-partitions";
161 partitions {
162 compatible = "fixed-partitions";
193 partitions {
194 compatible = "fixed-partitions";
H A Darmada-8040-db.dts80 partitions {
81 compatible = "fixed-partitions";
245 partitions {
246 compatible = "fixed-partitions";
281 partitions {
282 compatible = "fixed-partitions";
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-moxa-uc-2100-common.dtsi191 partitions {
192 compatible = "fixed-partitions";
197 partitions@0 {
202 partitions@1 {
207 partitions@2 {
/linux/drivers/mtd/maps/
H A Dimpa7.c47 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/ufs/
H A DKconfig9 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/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4018-jalapeno.dts78 partitions {
79 compatible = "fixed-partitions";
139 partitions {
140 compatible = "fixed-partitions";
/linux/fs/nls/
H A DKconfig47 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/arch/arm/boot/dts/broadcom/
H A Dbcm5301x-nand-cs0.dtsi16 partitions {
17 compatible = "brcm,bcm947xx-cfe-partitions";
H A Dbcm53016-meraki-mr32.dts128 partitions {
132 * [ 1.721667] 1 bcm47xxpart partitions found on MTD device brcmnand.0
133 * [ 1.727962] Creating 1 MTD partitions on "brcmnand.0":
137 compatible = "fixed-partitions";
H A Dbcm47081-tplink-archer-c5-v2.dts97 partitions {
98 compatible = "tplink,safeloader-partitions";
99 partitions-table-offset = <0xe50000>;
/linux/drivers/soc/qcom/
H A Dsmem.c285 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()
701 part = &__smem->partitions[host]; in qcom_smem_get()
733 if (host < SMEM_HOST_COUNT && __smem->partitions[host].virt_base) { in qcom_smem_get_free_space()
734 part = &__smem->partitions[host]; in qcom_smem_get_free_space()
781 part = &__smem->partitions[i]; in qcom_smem_virt_to_phys()
1050 if (smem->partitions[remote_host].virt_base) { in qcom_smem_enumerate_partitions()
1059 smem->partitions[remote_host].virt_base = (void __iomem *)header; in qcom_smem_enumerate_partitions()
[all …]
/linux/arch/mips/boot/dts/brcm/
H A Dbcm97xxx-nand-cs1-bch24.dtsi12 partitions {
13 compatible = "fixed-partitions";
H A Dbcm97xxx-nand-cs1-bch4.dtsi12 partitions {
13 compatible = "fixed-partitions";
/linux/arch/arm/boot/dts/aspeed/
H A Dopenbmc-flash-layout.dtsi3 partitions {
4 compatible = "fixed-partitions";
H A Dopenbmc-flash-layout-128.dtsi3 partitions {
4 compatible = "fixed-partitions";
H A Dopenbmc-flash-layout-64.dtsi6 partitions {
7 compatible = "fixed-partitions";

12345678910>>...17