Searched defs:partition (Results 1 – 15 of 15) sorted by relevance
/u-boot/include/ |
A D | part_efi.h | 67 struct partition { struct 72 u8 sys_ind; /* What partition type */ argument 77 __le32 nr_sects; /* nr of sectors in partition */ argument
|
A D | fs_loader.h | 22 u32 partition; member
|
/u-boot/common/spl/ |
A D | spl_fat.c | 23 static int spl_register_fat_device(struct blk_desc *block_dev, int partition) in spl_register_fat_device() 58 struct blk_desc *block_dev, int partition, in spl_load_image_fat() 117 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os() 168 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os()
|
A D | spl_ext.c | 13 struct blk_desc *block_dev, int partition, in spl_load_image_ext() 69 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os() 142 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os()
|
A D | spl_usb.c | 22 struct spl_boot_device *bootdev, int partition, in spl_usb_load()
|
A D | spl_mmc.c | 170 struct mmc *mmc, int partition, in mmc_load_image_raw_partition()
|
/u-boot/fs/ |
A D | fs_internal.c | 17 int fs_devread(struct blk_desc *blk, struct disk_partition *partition, in fs_devread()
|
/u-boot/board/emulation/common/ |
A D | qemu_mtdparts.c | 15 static void board_get_mtdparts(const char *dev, const char *partition, in board_get_mtdparts()
|
/u-boot/common/ |
A D | avb_verify.c | 337 static struct mmc_part *get_partition(AvbOps *ops, const char *partition) in get_partition() 387 const char *partition, in mmc_byte_io() 802 const char *partition, in get_unique_guid_for_partition() 837 const char *partition, in get_size_of_partition()
|
/u-boot/arch/arm/mach-zynqmp/ |
A D | handoff.c | 65 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member
|
/u-boot/arch/arm/mach-k3/ |
A D | common.c | 66 void mmr_unlock(phys_addr_t base, u32 partition) in mmr_unlock()
|
/u-boot/drivers/mtd/ |
A D | mtdpart.c | 95 struct mtd_partition *partition) in mtd_parse_partition() 208 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions() local
|
/u-boot/drivers/misc/ |
A D | i2c_eeprom.c | 121 ofnode partition; in i2c_eeprom_std_bind() local
|
/u-boot/env/ |
A D | mmc.c | 63 const char *partition; in mmc_offset() member
|
/u-boot/board/nokia/rx51/ |
A D | tag_omap.h | 208 struct omap_partition_config partition; member
|
Completed in 22 milliseconds