Home
last modified time | relevance | path

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

12345678910>>...15

/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/devicetree/bindings/mtd/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";
/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/drivers/media/pci/mgb4/
H A Dmgb4_core.c221 mgbdev->partitions[0].name = mgbdev->fw_part_name; in init_spi()
223 mgbdev->partitions[0].size = 0x950000; in init_spi()
224 mgbdev->partitions[0].offset = 0x1000000; in init_spi()
226 mgbdev->partitions[0].size = 0x400000; in init_spi()
227 mgbdev->partitions[0].offset = 0x400000; in init_spi()
229 mgbdev->partitions[0].mask_flags = 0; in init_spi()
233 mgbdev->partitions[1].name = mgbdev->data_part_name; in init_spi()
234 mgbdev->partitions[1].size = 0x10000; in init_spi()
235 mgbdev->partitions[1].offset = 0xFF0000; in init_spi()
236 mgbdev->partitions[1].mask_flags = MTD_CAP_NORFLASH; in init_spi()
[all …]
/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";
/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/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";
H A Dqcom-ipq4018-ap120c-ac.dtsi119 partitions {
120 compatible = "fixed-partitions";
204 partitions {
205 compatible = "fixed-partitions";
/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/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/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/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>;
H A Dbcm4709-tplink-archer-c9-v1.dts106 partitions {
107 compatible = "tplink,safeloader-partitions";
108 partitions-table-offset = <0xe50000>;
/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";
/linux/Documentation/admin-guide/device-mapper/
H A Dunstriped.rst97 neighbor environments. When two partitions are created on the
99 can affect writes on another partition. This is because the partitions
101 and make partitions on each new exposed device the two partitions are now
106 when we run the test on a combined drive with partitions, we were able

12345678910>>...15