Searched refs:spl_load_image_fat (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/spl/ |
D | spl_fat.c | 55 int spl_load_image_fat(struct spl_image_info *spl_image, in spl_load_image_fat() function 125 err = spl_load_image_fat(spl_image, block_dev, in spl_load_image_fat_os() 151 return spl_load_image_fat(spl_image, block_dev, partition, in spl_load_image_fat_os()
|
D | spl_sata.c | 46 err = spl_load_image_fat(spl_image, stor_dev, in spl_sata_load_image()
|
D | spl_usb.c | 53 err = spl_load_image_fat(spl_image, stor_dev, in spl_usb_load_image()
|
D | spl_mmc.c | 245 err = spl_load_image_fat(spl_image, mmc_get_blk_desc(mmc), in spl_mmc_do_fs_boot()
|
/external/u-boot/include/ |
D | spl.h | 214 int spl_load_image_fat(struct spl_image_info *spl_image,
|