Home
last modified time | relevance | path

Searched refs:FASTBOOT (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/fastboot/
H A DKconfig1 comment "FASTBOOT"
3 menuconfig FASTBOOT config
7 if FASTBOOT
21 bool "Enable FASTBOOT command"
35 hex "Define FASTBOOT buffer address"
52 hex "Define FASTBOOT buffer size"
71 bool "Enable FASTBOOT FLASH command"
78 int "Define FASTBOOT MMC FLASH default device"
86 bool "Enable FASTBOOT OEM UNLOCK command"
102 endif # FASTBOOT
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dmemblk.c37 MEM_DEFINE(FASTBOOT, F_KMEM_CAN_OVERLAP),
/OK3568_Linux_fs/u-boot/board/ti/common/
H A DKconfig28 imply CMD_FASTBOOT if FASTBOOT
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg153 ;[FASTBOOT]
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c183 return netboot_common(FASTBOOT, cmdtp, argc, argv); in do_fastboot_udp()
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c460 case FASTBOOT: in net_loop()
1335 case FASTBOOT: in net_check_prereq()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h541 TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT enumerator
/OK3568_Linux_fs/u-boot/arch/arm/
H A DKconfig770 imply FASTBOOT
1168 imply FASTBOOT
/OK3568_Linux_fs/u-boot/
H A DKconfig173 default y if FASTBOOT
H A D.config
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c758 set_opt(sbi, FASTBOOT); in parse_options()
1845 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
H A Df2fs.h2212 if (test_opt(sbi, FASTBOOT)) in __get_cp_reason()
H A Dfile.c213 else if (test_opt(sbi, FASTBOOT)) in need_do_checkpoint()