/Linux-v6.1/include/uapi/linux/ |
D | fsl_hypervisor.h | 47 * struct fsl_hv_ioctl_restart - restart a partition 49 * @partition: the ID of the partition to restart, or -1 for the 50 * calling partition 56 __u32 partition; member 60 * struct fsl_hv_ioctl_status - get a partition's status 62 * @partition: the ID of the partition to query, or -1 for the 63 * calling partition 64 * @status: The returned status of the partition 76 __u32 partition; member 81 * struct fsl_hv_ioctl_start - start a partition [all …]
|
/Linux-v6.1/block/partitions/ |
D | Kconfig | 3 # Partition configuration 5 menu "Partition Types" 8 bool "Advanced partition selection" 21 bool "Acorn partition support" if PARTITION_ADVANCED 27 bool "Cumana partition support" if PARTITION_ADVANCED 35 bool "EESOX partition support" if PARTITION_ADVANCED 40 bool "ICS partition support" if PARTITION_ADVANCED 48 bool "Native filecore partition support" if PARTITION_ADVANCED 58 bool "PowerTec partition support" if PARTITION_ADVANCED 62 Support reading partition tables created on Acorn machines using [all …]
|
D | msdos.c | 9 * in the early extended-partition checks and added DM partitions 14 * /dev/hda *must* have a "DOS" type 0x51 partition in the first slot (hda1). 18 * Check partition table on IDE disks for common CHS translations 36 * the nr_sects and start_sect partition table entries are 86 * Assume the partition table is valid if Linux partitions exists. in aix_magic_present() 88 * Linux swap partitions, so we consider that a Linux partition as in aix_magic_present() 120 * Create devices for each logical partition in an extended partition. 122 * a partition table with two entries. The first entry 123 * is the real data partition (with a start relative to the partition 124 * table start). The second is a pointer to the next logical partition [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/partitions/ |
D | partition.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/partition.yaml# 7 title: Partition 10 This binding describes a single flash partition. Each partition must have its 11 relative offset and size specified. Depending on partition function extra 14 A partition may be dynamically allocated by a specific parser at runtime. 16 Everything after 'partition-' will be used as the partition name to compare 18 If the partition contains invalid char a label can be provided that will 20 This is used to assign an OF node to the dynamiccally allocated partition 22 The OF node will be assigned only if the partition label declared match the 30 description: partition's offset and size within the flash [all …]
|
D | fixed-partitions.yaml | 12 on-flash partition table such as RedBoot. 14 The partition table should be a node named "partitions". Partitions are then 35 - $ref: "partition.yaml#" 44 description: Partition id in Sercomm partition map. Mtd 45 parser uses this id to find a record in the partition map 46 containing offset and size of the current partition. The 47 values from partition map overrides partition offset and 66 partition@0 { 83 /* a 4 GiB partition */ 84 partition@0 { [all …]
|
/Linux-v6.1/drivers/mtd/parsers/ |
D | Kconfig | 20 This provides partition parsing for BCM63xx devices with CFE 24 tristate "Broadcom's U-Boot partition parser" 28 They are placed inside U-Boot partition itself at unspecified offset. 34 tristate "Command line partition table parsing" 37 Allow generic configuration of the MTD partition tables via the kernel 57 allowed in the partition definition, including mtd id's and partition 62 1 flash resource (mtd-id "sa1100"), with 1 single writable partition: 75 This provides a open firmware device tree partition parser 76 which derives the partition map from the children of the 78 Documentation/devicetree/bindings/mtd/partition.txt. [all …]
|
D | qcomsmempart.c | 3 * Qualcomm SMEM NAND flash partition parser 28 * struct smem_flash_pentry - SMEM Flash partition entry 29 * @name: Name of the partition 31 * @length: Length of the partition in blocks 32 * @attr: Flags for this partition 42 * struct smem_flash_ptable - SMEM Flash partition table 43 * @magic1: Partition table Magic 1 44 * @magic2: Partition table Magic 2 45 * @version: Partition table version 47 * @pentry: Flash partition entries belonging to this ptable [all …]
|
D | cmdlinepart.c | 3 * Read flash partition table from command line 31 * 1 NOR Flash, with 1 single writable partition: 55 /* special size referring to all the remaining space in a partition */ 75 * Parse one partition definition for an MTD. Since there can be many 76 * comma separated partition definitions, this function calls itself 77 * recursively until no more partition definitions are found. Nice side 97 /* fetch the partition size */ in newpart() 99 /* assign all remaining space to this partition */ in newpart() 105 pr_err("partition has size 0\n"); in newpart() 110 /* fetch partition name and flags */ in newpart() [all …]
|
/Linux-v6.1/drivers/net/wireless/ti/wl1251/ |
D | io.c | 89 * There are two VIRTUAL partitions (the memory partition and the 90 * registers partition), which are mapped to two different areas of the 93 * memory partition comes before the register partition, but the opposite is 124 struct wl1251_partition_set *partition; in wl1251_set_partition() local 126 partition = kmalloc(sizeof(*partition), GFP_KERNEL); in wl1251_set_partition() 127 if (!partition) { in wl1251_set_partition() 128 wl1251_error("can not allocate partition buffer"); in wl1251_set_partition() 141 " address range. Truncating partition[0]."); in wl1251_set_partition() 151 /* Guarantee that the memory partition doesn't overlap the in wl1251_set_partition() 152 * registers partition */ in wl1251_set_partition() [all …]
|
/Linux-v6.1/include/linux/mtd/ |
D | partitions.h | 16 * Partition definition structure: 18 * An array of struct partition is passed along with a MTD object to 21 * For each partition, these fields are available: 22 * name: string that will be used to label the partition's MTD device. 25 * partition that contains at least kernel and rootfs. In such case an 29 * size: the partition size; if defined as MTDPART_SIZ_FULL, the partition 32 * defined as MTDPART_OFS_APPEND, the partition will start where the 35 * after the end of partition. 37 * master MTD flag set for the corresponding MTD partition. 38 * For example, to force a read-only partition, simply adding [all …]
|
/Linux-v6.1/fs/hfsplus/ |
D | part_tbl.c | 8 * Original code to handle the new style Mac partition table based on 22 #define HFS_PMAP_BLK 1 /* First block of partition map */ 23 #define HFS_MDB_BLK 2 /* Block (w/i partition) of MDB */ 27 #define HFS_OLD_PMAP_MAGIC 0x5453 /* "TS": old-type partition map */ 28 #define HFS_NEW_PMAP_MAGIC 0x504D /* "PM": new-type partition map */ 33 * The new style Mac partition map 35 * For each partition on the media there is a physical block (512-byte 42 __be32 pmMapBlkCnt; /* partition blocks count */ 43 __be32 pmPyPartStart; /* physical block start of partition */ 44 __be32 pmPartBlkCnt; /* physical block count of partition */ [all …]
|
/Linux-v6.1/fs/udf/ |
D | partition.c | 2 * partition.c 5 * Partition handling routines for the OSTA-UDF(tm) filesystem. 30 uint16_t partition, uint32_t offset) in udf_get_pblock() argument 34 if (partition >= sbi->s_partitions) { in udf_get_pblock() 35 udf_debug("block=%u, partition=%u, offset=%u: invalid partition\n", in udf_get_pblock() 36 block, partition, offset); in udf_get_pblock() 39 map = &sbi->s_partmaps[partition]; in udf_get_pblock() 41 return map->s_partition_func(sb, block, partition, offset); in udf_get_pblock() 47 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15() argument 58 map = &sbi->s_partmaps[partition]; in udf_get_pblock_virt15() [all …]
|
/Linux-v6.1/Documentation/misc-devices/ |
D | ibmvmc.rst | 24 interface between the hypervisor and a management partition. This interface 25 is like a message passing interface. This management partition is intended 38 In the management partition, a management application exists which enables 43 The management application runs on a Linux logical partition on a 49 functions implemented by the HMC and enables basic partition configuration. 54 The VMC enables the management partition to provide basic partitioning 59 - Display of partition status 70 software. This device is presented to a designated management partition as 76 management partition sides of the channel are running prior to 83 Administrative messages are used for each partition using the VMC to [all …]
|
/Linux-v6.1/arch/powerpc/boot/dts/fsl/ |
D | mpc8536ds.dtsi | 44 partition@0 { 49 partition@3000000 { 55 partition@3e00000 { 61 partition@4000000 { 66 partition@4400000 { 71 partition@7f00000 { 76 partition@7f80000 { 90 partition@0 { 96 partition@2000000 { 101 partition@12000000 { [all …]
|
D | p1022ds.dtsi | 44 partition@0 { 50 partition@3000000 { 56 partition@3e00000 { 62 partition@4000000 { 68 partition@4400000 { 73 partition@7f00000 { 79 partition@7f80000 { 92 partition@0 { 98 partition@2000000 { 103 partition@12000000 { [all …]
|
D | p1024rdb.dtsi | 44 partition@0 { 52 partition@40000 { 58 partition@80000 { 64 partition@400000 { 70 partition@f00000 { 87 partition@0 { 95 partition@100000 { 101 partition@200000 { 107 partition@600000 { 113 partition@a00000 { [all …]
|
D | p1021rdb-pc.dtsi | 44 partition@0 { 52 partition@40000 { 58 partition@80000 { 64 partition@400000 { 70 partition@ec0000 { 78 partition@f00000 { 94 partition@0 { 102 partition@100000 { 108 partition@200000 { 114 partition@600000 { [all …]
|
D | p1020rdb.dtsi | 44 partition@0 { 52 partition@40000 { 59 partition@80000 { 66 partition@400000 { 72 partition@f00000 { 89 partition@0 { 97 partition@100000 { 104 partition@200000 { 111 partition@600000 { 118 partition@a00000 { [all …]
|
D | p1020rdb-pc.dtsi | 44 partition@0 { 52 partition@40000 { 58 partition@80000 { 64 partition@400000 { 70 partition@f00000 { 87 partition@0 { 95 partition@100000 { 101 partition@200000 { 107 partition@600000 { 113 partition@a00000 { [all …]
|
D | p2020rdb-pc.dtsi | 44 partition@0 { 52 partition@40000 { 58 partition@80000 { 64 partition@400000 { 70 partition@f00000 { 87 partition@0 { 95 partition@100000 { 101 partition@200000 { 107 partition@600000 { 113 partition@a00000 { [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | fsl_hcalls.h | 113 * @handle: handle of partition whose device tree is to be accessed 167 * @handle: handle of partition whose device tree is to be accessed 219 * fh_partition_restart - reboot the current partition 220 * @partition: partition ID 224 static inline unsigned int fh_partition_restart(unsigned int partition) in fh_partition_restart() argument 230 r3 = partition; in fh_partition_restart() 249 * fh_partition_get_status - gets the status of a partition 250 * @partition: partition ID 255 static inline unsigned int fh_partition_get_status(unsigned int partition, in fh_partition_get_status() argument 263 r3 = partition; in fh_partition_get_status() [all …]
|
/Linux-v6.1/drivers/mtd/maps/ |
D | vmu-flash.c | 25 int partition; member 44 int partition; member 57 struct mtd_info *mtd, int partition) in ofs_to_block() argument 69 if (src_ofs >= card->parts[partition].numblocks * card->blocklen) in ofs_to_block() 73 if (num > card->parts[partition].numblocks) in ofs_to_block() 115 int partition, error = 0, x, wait; in maple_vmu_read_block() local 122 partition = mpart->partition; in maple_vmu_read_block() 124 pcache = card->parts[partition].pcache; in maple_vmu_read_block() 145 sendbuf = cpu_to_be32(partition << 24 | x << 16 | num); in maple_vmu_read_block() 232 int partition, error, locking, x, phaselen, wait; in maple_vmu_write_block() local [all …]
|
/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_pipe.h | 57 * struct vsp1_partition_window - Partition window coordinates 58 * @left: horizontal coordinate of the partition start in pixels relative to the 60 * @width: partition width in pixels 68 * struct vsp1_partition - A description of a slice for the partition algorithm 69 * @rpf: The RPF partition window configuration 70 * @uds_sink: The UDS input partition window configuration 71 * @uds_source: The UDS output partition window configuration 72 * @sru: The SRU partition window configuration 73 * @wpf: The WPF partition window configuration 109 * @partition: The current partition for configuration to process [all …]
|
/Linux-v6.1/fs/hfs/ |
D | part_tbl.c | 8 * Original code to handle the new style Mac partition table based on 15 * The new style Mac partition map 17 * For each partition on the media there is a physical block (512-byte 24 __be32 pmMapBlkCnt; /* partition blocks count */ 25 __be32 pmPyPartStart; /* physical block start of partition */ 26 __be32 pmPartBlkCnt; /* physical block count of partition */ 29 partition */ 32 partition */ 37 * The old style Mac partition map 39 * The partition map consists for a 2-byte signature followed by an [all …]
|
/Linux-v6.1/arch/powerpc/boot/ |
D | cuboot-hotfoot.c | 81 devp = finddevice("/plb/ebc/nor_flash@0/partition@0"); in hotfoot_fixups() 83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups() 88 devp = finddevice("/plb/ebc/nor_flash@0/partition@1"); in hotfoot_fixups() 90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups() 95 devp = finddevice("/plb/ebc/nor_flash@0/partition@2"); in hotfoot_fixups() 97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups() 102 devp = finddevice("/plb/ebc/nor_flash@0/partition@3"); in hotfoot_fixups() 104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups() 109 devp = finddevice("/plb/ebc/nor_flash@0/partition@4"); in hotfoot_fixups() 111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups() [all …]
|