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:single
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/
H
A
D
cpu.c
56
* @
single
: Single callback invocation
58
* @cb_state: The state for a
single
callback (install/uninstall)
71
bool
single
;
member
124
int (*
single
)(unsigned int cpu);
member
128
int (*
single
)(unsigned int cpu);
member
149
* @node: For multi-instance, do a
single
entry callback for install/remove
166
if (!(bringup ? step->startup.
single
: step->teardown.
single
)) {
in cpuhp_invoke_callback()
175
cb = bringup ? step->startup.
single
: step->teardown.
single
;
in cpuhp_invoke_callback()
[all...]
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
270
single
-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
276
single
-build :=
303
# We cannot build
single
targets and the others at the same time
304
ifneq ($(filter $(
single
-targets), $(MAKECMDGOALS)),)
305
single
-build := 1
306
ifneq ($(filter-out $(
single
-targets), $(MAKECMDGOALS)),)
1812
# The supported suffixes for
single
-target are listed in '
single
-targets'
1818
ifdef
single
-build
1821
single
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux.c
9982
/* By default, chip supports
single
chan concurrency,
in dhd_get_concurrent_capabilites()
20929
dhd_singleidx_ring_info_t
single
;
20973
ret_ring->
single
.idx = DHD_RING_IDX_INVALID;
20974
atomic_set(&ret_ring->
single
.ring_locked, 0);
20975
ret_ring->
single
.ring_overwrited = 0;
20976
ret_ring->
single
.rsvd = 0;
20977
ret_ring->
single
.elem = buf + sizeof(dhd_ring_info_t);
20978
ret_ring->
single
.elem_size = elem_size;
20979
ret_ring->
single
.elem_cnt = elem_cnt;
21009
dhd_singleidx_ring_info_t *
single
[all...]
Completed in 27 milliseconds