Searched refs:blk (Results 76 - 100 of 127) sorted by relevance

123456

/u-boot/drivers/ata/
H A Dsata_sil.c9 #include <blk.h>
676 struct udevice *blk; local
734 0, &blk);
740 ret = sil_init_sata(blk, i);
742 ret = sil_unbind_device(blk);
750 ret = scan_sata(blk, i);
752 ret = sil_unbind_device(blk);
763 ret = sil_unbind_device(blk);
H A Dfsl_sata.c10 #include <blk.h>
876 struct udevice *blk; local
892 0, &blk);
902 ret = fsl_unbind_device(blk);
910 blk_priv = dev_get_plat(blk);
913 ret = scan_sata(blk);
916 ret = fsl_unbind_device(blk);
927 ret = fsl_unbind_device(blk);
/u-boot/drivers/fwu-mdata/
H A Dgpt_blk.c8 #include <blk.h>
211 .name = "fwu-mdata-gpt-blk",
/u-boot/lib/efi_driver/
H A Defi_block_device.c31 #include <blk.h>
/u-boot/board/st/common/
H A Dstm32mp_dfu.c7 #include <blk.h>
/u-boot/drivers/block/
H A Dblkcache.c8 #include <blk.h>
H A Dide.c11 #include <blk.h>
843 printf("Error (no IRQ) dev %d blk " LBAF
919 printf("Error (no IRQ) dev %d blk " LBAF
1022 struct udevice *blk; local
1035 sprintf(name, "blk#%d", i);
1044 pdesc.blksz, pdesc.lba, &blk);
1048 ret = blk_probe_or_unbind(blk);
1053 desc = dev_get_uclass_plat(blk);
1062 ret = bootdev_setup_for_sibling_blk(blk, "ide_bootdev");
H A Dblk_legacy.c8 #include <blk.h>
H A Dblk-uclass.c10 #include <blk.h>
854 UCLASS_DRIVER(blk) = { variable
856 .name = "blk",
/u-boot/cmd/
H A Dblkmap.c7 #include <blk.h>
219 "blkmap read <addr> <blk#> <cnt>\n"
220 "blkmap write <addr> <blk#> <cnt>\n"
224 "blkmap map <label> <blk#> <cnt> linear <interface> <dev> <blk#> - device mapping\n"
225 "blkmap map <label> <blk#> <cnt> mem <addr> - memory mapping\n",
H A Dusb_mass_storage.c10 #include <blk.h>
H A Dbootflow.c391 printf("Block dev: %s\n", bflow->blk ? bflow->blk->name : "(none)");
H A Dmbr.c12 #include <blk.h>
/u-boot/drivers/virtio/
H A Dvirtio_blk.c10 #include <blk.h>
/u-boot/arch/arm/include/asm/
H A Domap_mmc.h48 unsigned int blk; /* 0x104 */ member in struct:hsmmc
/u-boot/lib/
H A Dgunzip.c7 #include <blk.h>
/u-boot/include/
H A Dpart.h9 #include <blk.h>
H A Dmmc.h879 int mmc_rpmb_read(struct mmc *mmc, void *addr, unsigned short blk,
881 int mmc_rpmb_write(struct mmc *mmc, void *addr, unsigned short blk,
/u-boot/disk/
H A Dpart_efi.c16 #include <blk.h>
1122 lbaint_t blk; local
1151 blk = le64_to_cpu(pgpt_head->partition_entry_lba);
1153 if (blk_dread(desc, blk, (lbaint_t)blk_cnt, pte) != blk_cnt) {
H A Dpart_iso.c8 #include <blk.h>
/u-boot/drivers/misc/
H A Dfs_loader.c13 #include <blk.h>
/u-boot/boot/
H A Dandroid_ab.c8 #include <blk.h>
/u-boot/fs/ext4/
H A Dext4fs.c24 #include <blk.h>
/u-boot/common/
H A Dusb_storage.c36 #include <blk.h>
979 unsigned short blk = 240; local
986 if ((ret >= 0) && (size < blk * 512))
987 blk = size / 512;
990 us->max_xfer_blk = blk;
/u-boot/test/dm/
H A DMakefile36 obj-$(CONFIG_BLK) += blk.o

Completed in 115 milliseconds

123456