Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ok
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H
A
D
cqhci-core.c
1055
bool
ok
;
in cqhci_recovery_finish()
local
1061
ok
= cqhci_halt(mmc, CQHCI_FINISH_HALT_TIMEOUT);
in cqhci_recovery_finish()
1064
ok
= false;
in cqhci_recovery_finish()
1072
if (!
ok
) {
in cqhci_recovery_finish()
1080
ok
= cqhci_halt(mmc, CQHCI_FINISH_HALT_TIMEOUT);
in cqhci_recovery_finish()
1082
ok
= false;
in cqhci_recovery_finish()
1083
WARN_ON(!
ok
);
in cqhci_recovery_finish()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/
H
A
D
_udivsi3.S
47
@ too much from the dividend, but the result will be
ok
, since the
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/
H
A
D
_udivsi3.S
47
@ too much from the dividend, but the result will be
ok
, since the
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rk_fiq_debugger.c
914
unsigned int id,
ok
= 0;
in rk_fiqdbg_probe()
local
962
ok
= 1;
in rk_fiqdbg_probe()
968
if (!
ok
) {
in rk_fiqdbg_probe()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rk_fiq_debugger.c
937
unsigned int id,
ok
= 0;
in rk_fiqdbg_probe()
local
980
ok
= 1;
in rk_fiqdbg_probe()
986
if (!
ok
)
in rk_fiqdbg_probe()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H
A
D
create_secure_boot.sh
171
echo 2:creat ddr_sig.bin
ok
!
372
echo 2:creat ddr_sig.bin
ok
!
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H
A
D
create_secure_boot.sh
129
echo 2:creat ddr_sig.bin
ok
!
325
echo 2:creat ddr_sig.bin
ok
!
/device/soc/hisilicon/hi3751v350/sdk_linux/
H
A
D
base.mak
20
HISI_LINUX_ENV :=
ok
21
ifneq ($(HISI_LINUX_ENV),
ok
)
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
2776
bool
ok
= false;
in valid_inferred_mode()
local
2785
ok
= true;
in valid_inferred_mode()
2788
return
ok
;
in valid_inferred_mode()
Completed in 15 milliseconds