Searched refs:fat_set_blk_dev (Results 1 - 5 of 5) sorted by relevance

/u-boot/env/
H A Dfat.c83 if (fat_set_blk_dev(dev_desc, &info) != 0) {
149 if (fat_set_blk_dev(dev_desc, &info) != 0) {
/u-boot/cmd/
H A Dfat.c82 if (fat_set_blk_dev(dev_desc, &info) != 0) {
/u-boot/include/
H A Dfat.h198 int fat_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info);
/u-boot/fs/fat/
H A Dfat.c68 int fat_set_blk_dev(struct blk_desc *dev_desc, struct disk_partition *info) function
121 return fat_set_blk_dev(dev_desc, &info);
/u-boot/fs/
H A Dfs.c193 .probe = fat_set_blk_dev,

Completed in 89 milliseconds