Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dfat.c54 if (fat_set_blk_dev(dev_desc, &info) != 0) { in env_fat_save()
101 if (fat_set_blk_dev(dev_desc, &info) != 0) { in env_fat_load()
/openbmc/u-boot/cmd/
H A Dfat.c84 if (fat_set_blk_dev(dev_desc, &info) != 0) { in do_fat_fsinfo()
123 if (fat_set_blk_dev(dev_desc, &info) != 0) { in do_fat_fswrite()
/openbmc/u-boot/include/
H A Dfat.h196 int fat_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info);
/openbmc/u-boot/fs/fat/
H A Dfat.c59 int fat_set_blk_dev(struct blk_desc *dev_desc, disk_partition_t *info) in fat_set_blk_dev() function
114 return fat_set_blk_dev(dev_desc, &info); in fat_register_device()
/openbmc/u-boot/fs/
H A Dfs.c165 .probe = fat_set_blk_dev,