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:TUI_STATE_UNUSED
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
126
static atomic_t g_tui_state = ATOMIC_INIT(
TUI_STATE_UNUSED
);
1086
check_value = (status_temp !=
TUI_STATE_UNUSED
&& g_dss_fd->comp.power_on) || event == TUI_POLL_FOLD;
1088
check_value = (status_temp !=
TUI_STATE_UNUSED
&& g_dss_fd->panel_power_on) || event == TUI_POLL_FOLD;
1152
if (atomic_read(&g_tui_state) !=
TUI_STATE_UNUSED
&& g_dss_fd->comp.power_on) {
1154
if (atomic_read(&g_tui_state) !=
TUI_STATE_UNUSED
&& g_dss_fd->panel_power_on) {
1179
if (atomic_read(&g_tui_state) ==
TUI_STATE_UNUSED
)
1393
if (state <
TUI_STATE_UNUSED
|| state > TUI_STATE_ERROR) {
1447
if (atomic_read(&g_tui_state) !=
TUI_STATE_UNUSED
) {
1471
if (atomic_read(&g_tui_state) !=
TUI_STATE_UNUSED
&&
1478
set_tui_state(
TUI_STATE_UNUSED
);
[all...]
H
A
D
tui.h
23
#define
TUI_STATE_UNUSED
0
macro
/kernel/linux/common_modules/tzdriver/
H
A
D
tui.h
23
#define
TUI_STATE_UNUSED
0
macro
Completed in 5 milliseconds