Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 15 of 15) sorted by relevance

/drivers/mtd/
A Dmtdpart.c96 struct mtd_partition *partition) in mtd_parse_partition() argument
109 partition->size = MTD_SIZE_REMAINING; in mtd_parse_partition()
113 if (partition->size < SZ_4K) { in mtd_parse_partition()
115 partition->size); in mtd_parse_partition()
121 partition->offset = MTD_OFFSET_NOT_SPECIFIED; in mtd_parse_partition()
148 partition->mask_flags |= MTD_WRITEABLE; in mtd_parse_partition()
154 if (partition->size == MTD_SIZE_REMAINING) { in mtd_parse_partition()
178 partition->size, partition->offset); in mtd_parse_partition()
181 partition->name = buf; in mtd_parse_partition()
209 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions() local
[all …]
/drivers/block/
A DKconfig7 devices often have a partition table which allows the device to
9 A filesystem can be placed in each partition.
30 devices often have a partition table which allows the device to
32 A filesystem can be placed in each partition.
41 devices often have a partition table which allows the device to
43 A filesystem can be placed in each partition.
53 devices often have a partition table which allows the device to
55 A filesystem can be placed in each partition.
80 - Create a virtual partition on an existing device. This let's you
81 access filesystems that aren't stored at an exact partition
/drivers/dfu/
A Ddfu_mtd.c314 struct mtd_info *partition; in dfu_fill_entity_mtd() local
331 list_for_each_entry(partition, &mtd->partitions, node) { in dfu_fill_entity_mtd()
342 log_debug("partition %d:%s in %s\n", partnum, partition->name, mtd->name); in dfu_fill_entity_mtd()
344 dfu->data.mtd.start = partition->offset; in dfu_fill_entity_mtd()
345 dfu->data.mtd.size = partition->size; in dfu_fill_entity_mtd()
A DKconfig78 bool "MTD partition support for SPI flash back end"
/drivers/misc/
A Di2c_eeprom.c133 ofnode partition; in i2c_eeprom_std_bind() local
141 ofnode_for_each_subnode(partition, partitions) { in i2c_eeprom_std_bind()
142 name = ofnode_get_name(partition); in i2c_eeprom_std_bind()
147 NULL, partition, NULL); in i2c_eeprom_std_bind()
A Dfs_loader.c89 plat->phandlepart.partition); in select_fs_dev()
245 plat->phandlepart.partition = phandlepart[1]; in fs_loader_of_to_plat()
/drivers/fastboot/
A DKconfig152 flash/erase eMMC boot partition.
153 The default target name for updating eMMC boot partition 1/2 is
179 bool "Enable eMMC userdata partition flash/erase"
186 This occurs when the specified "partition name" on the
209 This occurs when the specified "partition name" on the
219 to the Master Boot Record. This occurs when the "partition name"
236 the mmc boot-partition for the selecting eMMC device.
/drivers/fwu-mdata/
A DKconfig28 (or non-GPT partitioned, e.g. partition nodes in devicetree)
/drivers/mtd/ubi/
A DKconfig72 partition UBI attaches. This means that if you have, say, a NAND
75 attaching a partition.
/drivers/bootcount/
A DKconfig32 that will be used by the partition that you configure this feature
209 Set the partition to use when locating the filesystem to use for the
/drivers/usb/gadget/
A DKconfig342 selected device partition from host-pc using dfu-utils.
355 (u-boot/kernel) to the selected device partition using
/drivers/mmc/
A Dmmc.c924 int mmc_boot_wp_single_partition(struct mmc *mmc, int partition) in mmc_boot_wp_single_partition() argument
931 if (partition == 0) { in mmc_boot_wp_single_partition()
937 } else if (partition == 1) { in mmc_boot_wp_single_partition()
A DKconfig136 key for the Replay Protection Memory Block partition in eMMC.
/drivers/net/
A Dsja1105.c248 u64 partition; member
807 sja1105_packing(buf, &entry->partition, 14, 12, size, op); in sja1105_l2_policing_entry_packing()
821 sja1105_packing(buf, &entry->partition, 9, 7, size, op); in sja1110_l2_policing_entry_packing()
1384 policing[index].partition = 0; in sja1105_setup_policer()
/drivers/net/phy/
A DKconfig100 string "Aquantia firmware partition"

Completed in 51 milliseconds