Searched refs:blk_desc (Results 1 - 25 of 152) sorted by last modified time

1234567

/u-boot/test/image/
H A Dspl_load_fs.c260 struct blk_desc *dev_desc;
320 struct blk_desc *dev_desc;
405 struct blk_desc *dev_desc;
/u-boot/test/dm/
H A Dusb.c45 struct blk_desc *dev_desc, *chk;
H A Drkmtd.c30 struct blk_desc *desc;
121 struct blk_desc *desc;
H A Dpart.c16 struct blk_desc *mmc_dev_desc;
33 struct blk_desc *mmc_dev_desc;
100 struct blk_desc *desc;
112 struct blk_desc *dev_desc, int part, int part_type,
136 struct blk_desc *mmc_dev_desc;
H A Dmmc.c30 struct blk_desc *dev_desc;
H A Dfwu_mdata.c25 static struct blk_desc *dev_desc;
H A Dhost.c24 struct blk_desc *desc;
115 struct blk_desc *desc;
H A Dfastboot.c22 struct blk_desc *mmc_dev_desc, *fb_dev_desc;
H A Dblk.c69 struct blk_desc *dev_desc;
133 struct blk_desc *desc;
/u-boot/test/cmd/
H A Drw.c12 static int setup_partitions(struct unit_test_state *uts, struct blk_desc **mmc_dev_desc)
52 struct blk_desc *dev_desc;
/u-boot/test/boot/
H A Dbootstd_common.c28 struct blk_desc *desc;
/u-boot/include/
H A Dmmc.h709 struct blk_desc block_dev;
969 struct blk_desc *mmc_get_blk_desc(struct mmc *mmc);
H A Dgzip.h12 struct blk_desc;
78 int gzwrite(unsigned char *src, int len, struct blk_desc *dev, ulong szwritebuf,
H A Dbootmeth.h12 struct blk_desc;
304 int bootmeth_setup_fs(struct bootflow *bflow, struct blk_desc *desc);
323 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc,
H A Dandroid_ab.h11 struct blk_desc;
35 int ab_select_slot(struct blk_desc *dev_desc, struct disk_partition *part_info,
/u-boot/fs/zfs/
H A Dzfs.c22 struct blk_desc *zfs_dev_desc;
H A Ddev.c15 static struct blk_desc *zfs_blk_desc;
18 void zfs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
/u-boot/fs/ubifs/
H A Dubifs.c548 int ubifs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
/u-boot/fs/sandbox/
H A Dsandboxfs.c12 int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
15 * Only accept a NULL struct blk_desc for the sandbox, which is when
/u-boot/fs/
H A Dsemihostingfs.c14 int smh_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
17 * Only accept a NULL struct blk_desc for the semihosting, which is when
H A Dfs_internal.c16 int fs_devread(struct blk_desc *blk, struct disk_partition *partition,
H A Dfs.c37 static struct blk_desc *fs_dev_desc;
47 static inline int fs_probe_unsupported(struct blk_desc *fs_dev_desc,
157 int (*probe)(struct blk_desc *fs_dev_desc,
449 /* set current blk device w/ blk_desc + partition # */
450 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part)
/u-boot/fs/fat/
H A Dfat.c45 static struct blk_desc *cur_dev;
67 int fat_set_blk_dev(struct blk_desc *dev_desc, struct disk_partition *info)
96 int fat_register_device(struct blk_desc *dev_desc, int part_no)
/u-boot/fs/ext4/
H A Dext4fs.c233 int ext4fs_probe(struct blk_desc *fs_dev_desc,
H A Ddev.c35 static struct blk_desc *ext4fs_blk_desc;
38 void ext4fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)

Completed in 100 milliseconds

1234567