Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fat.c29 err = fat_register_device(block_dev, partition); in spl_register_fat_device()
/rk3399_rockchip-uboot/include/
H A Dfat.h197 int fat_register_device(struct blk_desc *dev_desc, int part_no);
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c95 int fat_register_device(struct blk_desc *dev_desc, int part_no) in fat_register_device() function