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:states
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
1191
struct fiq_debugger_state **
states
= tty->driver->driver_state;
in fiq_tty_open()
local
1192
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_open()
1206
struct fiq_debugger_state **
states
= tty->driver->driver_state;
in fiq_tty_write()
local
1207
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_write()
1237
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_poll_get_char()
local
1238
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_poll_get_char()
1261
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_poll_put_char()
local
1262
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_poll_put_char()
1273
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_proc_show()
local
1279
state =
states
[
in fiq_tty_proc_show()
1312
struct fiq_debugger_state **
states
= NULL;
fiq_debugger_tty_init()
local
1363
struct fiq_debugger_state **
states
= fiq_tty_driver->driver_state;
fiq_debugger_tty_init_one()
local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
1188
struct fiq_debugger_state **
states
= tty->driver->driver_state;
in fiq_tty_open()
local
1189
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_open()
1203
struct fiq_debugger_state **
states
= tty->driver->driver_state;
in fiq_tty_write()
local
1204
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_write()
1232
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_poll_get_char()
local
1233
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_poll_get_char()
1255
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_poll_put_char()
local
1256
struct fiq_debugger_state *state =
states
[line];
in fiq_tty_poll_put_char()
1267
struct fiq_debugger_state **
states
= driver->driver_state;
in fiq_tty_proc_show()
local
1273
state =
states
[
in fiq_tty_proc_show()
1305
struct fiq_debugger_state **
states
= NULL;
fiq_debugger_tty_init()
local
1358
struct fiq_debugger_state **
states
= fiq_tty_driver->driver_state;
fiq_debugger_tty_init_one()
local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H
A
D
core.h
71
* @
states
: a list of
states
for this device
80
struct list_head
states
;
member
88
* @node: list node for struct pinctrl's @
states
field
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
dhcp.h
231
struct dhcp_state
states
[DHCP_CLIENT_NUM];
member
/device/soc/rockchip/common/sdk_linux/kernel/
H
A
D
cpu.c
270
* The former STARTING/DYING
states
, ran with IRQs disabled and must not fail.
1833
* Returns a free for dynamic slot assignment of the Online state. The
states
1860
WARN(1, "No more dynamic
states
available for CPU hotplug\n");
in cpuhp_reserve_state()
2037
* 0 for all other
states
2423
static DEVICE_ATTR(
states
, 0444, show_cpuhp_states, NULL);
Completed in 8 milliseconds