Searched refs:ufs (Results 1 – 25 of 51) sorted by relevance
123
/third_party/uboot/u-boot-2020.01/drivers/ufs/ |
D | Makefile | 6 obj-$(CONFIG_SCSI_UFS) += ufs.o ufs-uclass.o 8 obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o
|
D | ufs-uclass.c | 12 UCLASS_DRIVER(ufs) = {
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/hw_compressed/ |
D | Makefile | 41 ufs.o \ 59 arch/arm/cpu/armv8/$(SOC)/ufs.c \ 60 arch/arm/cpu/armv8/$(SOC)/ufs.h \
|
D | u-boot.lds | 31 ufs.o (.text*)
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/hw_compressed/ |
D | Makefile | 41 ufs.o \ 59 arch/arm/cpu/armv8/$(SOC)/ufs.c \ 60 arch/arm/cpu/armv8/$(SOC)/ufs.h \
|
D | u-boot.lds | 31 ufs.o (.text*)
|
/third_party/cef/include/internal/ |
D | cef_string_wrappers.h | 64 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free() 65 return cef_string_userfree_wide_free(ufs); in userfree_free() 146 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free() 147 return cef_string_userfree_utf8_free(ufs); in userfree_free() 214 static inline void userfree_free(userfree_struct_type ufs) { in userfree_free() 215 return cef_string_userfree_utf16_free(ufs); in userfree_free()
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | k3-j721e-main.dtsi | 343 ufs_wrapper: ufs-wrapper@4e80000 { 344 compatible = "ti,j721e-ufs"; 354 ufs@4e84000 { 355 compatible = "cdns,ufshc-m31-16nm", "jedec,ufs-2.0";
|
D | hi3660.dtsi | 1038 ufs: ufs@ff3b0000 { label 1039 compatible = "hisilicon,hi3660-ufs", "jedec,ufs-1.1";
|
/third_party/e2fsprogs/tests/f_detect_junk/ |
D | expect.nodebugfs | 8 filesystem (and not swap or ufs or something else), then the superblock
|
D | expect | 8 filesystem (and not swap or ufs or something else), then the superblock
|
/third_party/e2fsprogs/tests/f_crashdisk/ |
D | expect.1 | 11 filesystem (and not swap or ufs or something else), then the superblock
|
/third_party/uboot/u-boot-2020.01/env/ |
D | Makefile | 30 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_UFS) += ufs.o
|
D | ufs.c | 140 U_BOOT_ENV_LOCATION(ufs) = {
|
/third_party/e2fsprogs/tests/f_detect_xfs/ |
D | expect.nodebugfs | 8 filesystem (and not swap or ufs or something else), then the superblock
|
D | expect | 8 filesystem (and not swap or ufs or something else), then the superblock
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | ufs.c | 35 U_BOOT_CMD(ufs, 3, 1, do_ufs, 330 ufs, 6, 0, do_ufsops,
|
D | Makefile | 149 obj-$(CONFIG_CMD_UFS) += ufs.o
|
/third_party/e2fsprogs/tests/j_ext_dumpe2fs/ |
D | expect | 6 filesystem (and not swap or ufs or something else), then the superblock
|
/third_party/uboot/u-boot-2020.01/drivers/ |
D | Kconfig | 123 source "drivers/ufs/Kconfig"
|
D | Makefile | 113 obj-y += ufs/
|
/third_party/uboot/u-boot-2020.01/include/ |
D | ufs.h | 1127 struct ufs { struct 1136 struct ufs *get_ufs_info(void); argument
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.05.txt | 31 an ext2 filesystem at all (it might swap, msdos filesystem, ufs, etc.)
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hikey960/ |
D | README | 145 INFO: ufs: change power mode success
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1666 } ufs; member 1705 swapStruct(x.ufs.fs64); in swapStruct()
|
123