Home
last modified time | relevance | path

Searched refs:fs_set_blk_dev_with_part (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dfs.h47 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part);
/rk3399_rockchip-uboot/fs/
H A Dfs.c297 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part) in fs_set_blk_dev_with_part() function
463 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_readdir()
483 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_closedir()
/rk3399_rockchip-uboot/common/
H A Dandroid_bootloader.c211 if (fs_set_blk_dev_with_part(dev_desc, part_num)) in android_bootloader_get_fdt()