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:startup
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/
H
A
D
cpu.c
117
* @
startup
: Startup function of the step
126
}
startup
;
member
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()
184
cbm = bringup ? step->
startup
.multi : step->teardown.multi;
in cpuhp_invoke_callback()
225
cbm = !bringup ? step->
startup
.multi : step->teardown.multi;
in cpuhp_invoke_callback()
685
* Execute teardown/
startup
callbacks on the plugged cpu. Also used to invoke
867
*
startup
or the teardown callback of the affected state.
1629
.
startup
.single = NULL,
1636
.
startup
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart.c
95
if (!udd->ops->
startup
|| udd->ops->
startup
(udd)) {
in uart_open()
104
if (udd->ops->
startup
!= HI_NULL) {
in uart_open()
106
udd->ops->
startup
(udd);
in uart_open()
H
A
D
uart_drv.h
114
hi_u32(*
startup
) (uart_driver_data_t *udd);
member
H
A
D
uart_drv.c
765
.
startup
= uart_drv_startup,
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H
A
D
module_config.mk
1
loaderboot_srcs =
startup
common common/crc32 common/nvm common/partition_table drivers/lsadc drivers/flash drivers/efuse secure
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H
A
D
module_config.mk
1
boot_srcs =
startup
drivers/lsadc drivers/flash drivers/efuse drivers/gpio drivers/io common/crc32 common/nvm common/partition_table upg lib/lzma lzmaram secure
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250_core.c
1019
if (up->port.
startup
) {
in serial8250_register_8250_port()
1020
uart->port.
startup
= up->port.
startup
;
in serial8250_register_8250_port()
H
A
D
8250_port.c
2560
if (port->
startup
) {
in serial8250_startup()
2561
return port->
startup
(port);
in serial8250_startup()
3416
.
startup
= serial8250_startup,
Completed in 14 milliseconds