Home
last modified time | relevance | path

Searched refs:blk_get_dev (Results 1 – 9 of 9) sorted by relevance

/u-boot/api/
A Dapi_storage.c111 (void *)blk_get_dev(specs[type].name, i)) { in dev_stor_get()
123 di->cookie = (void *)blk_get_dev(specs[type].name, i); in dev_stor_get()
163 if (dd == blk_get_dev(specs[i].name, j)) in dev_stor_type()
296 if (dd == blk_get_dev(specs[type].name, i)) in dev_stor_is_valid()
/u-boot/include/
A Dpart.h104 struct blk_desc *blk_get_dev(const char *ifname, int dev);
257 static inline struct blk_desc *blk_get_dev(const char *ifname, int dev) in blk_get_dev() function
/u-boot/arch/arm/mach-omap2/
A Dutils.c97 dev_desc = blk_get_dev("mmc", CONFIG_FASTBOOT_FLASH_MMC_DEV); in omap_mmc_get_part_size()
/u-boot/boot/
A Dvbe_simple.c113 desc = blk_get_dev(devname, devnum); in vbe_simple_read_state()
/u-boot/cmd/
A Dmbr.c277 blk_dev_desc = blk_get_dev(argv[2], dev); in do_mbr()
A Dgpt.c1002 blk_dev_desc = blk_get_dev(argv[2], dev); in do_gpt()
/u-boot/drivers/fastboot/
A Dfb_mmc.c84 *dev_desc = blk_get_dev("mmc", CONFIG_FASTBOOT_FLASH_MMC_DEV); in do_get_part_info()
493 struct blk_desc *ret = blk_get_dev("mmc", in fastboot_mmc_get_dev()
/u-boot/drivers/usb/gadget/
A Df_rockusb.c634 f_rkusb->desc = blk_get_dev(type, index); in cb_read_lba()
676 f_rkusb->desc = blk_get_dev(type, index); in cb_write_lba()
717 f_rkusb->desc = blk_get_dev(type, index); in cb_erase_lba()
/u-boot/disk/
A Dpart.c80 struct blk_desc *blk_get_dev(const char *ifname, int dev) in blk_get_dev() function

Completed in 17 milliseconds