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:tegra_lp1_iram
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H
A
D
pm.h
13
struct
tegra_lp1_iram
{
struct
18
extern struct
tegra_lp1_iram
tegra_lp1_iram
;
H
A
D
pm.c
43
struct
tegra_lp1_iram
tegra_lp1_iram
;
variable
283
if (!
tegra_lp1_iram
.start_addr || !
tegra_lp1_iram
.end_addr)
in tegra_lp1_iram_hook()
286
iram_save_size =
tegra_lp1_iram
.end_addr -
tegra_lp1_iram
.start_addr;
in tegra_lp1_iram_hook()
325
tegra_lp1_iram
.start_addr, iram_save_size);
in tegra_suspend_enter_lp1()
H
A
D
pm-tegra20.c
16
tegra_lp1_iram
.start_addr = &tegra20_iram_start;
in tegra20_lp1_iram_hook()
17
tegra_lp1_iram
.end_addr = &tegra20_iram_end;
in tegra20_lp1_iram_hook()
H
A
D
pm-tegra30.c
16
tegra_lp1_iram
.start_addr = &tegra30_iram_start;
in tegra30_lp1_iram_hook()
17
tegra_lp1_iram
.end_addr = &tegra30_iram_end;
in tegra30_lp1_iram_hook()
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H
A
D
pm.h
13
struct
tegra_lp1_iram
{
struct
18
extern struct
tegra_lp1_iram
tegra_lp1_iram
;
H
A
D
pm.c
43
struct
tegra_lp1_iram
tegra_lp1_iram
;
variable
283
if (!
tegra_lp1_iram
.start_addr || !
tegra_lp1_iram
.end_addr)
in tegra_lp1_iram_hook()
286
iram_save_size =
tegra_lp1_iram
.end_addr -
tegra_lp1_iram
.start_addr;
in tegra_lp1_iram_hook()
325
tegra_lp1_iram
.start_addr, iram_save_size);
in tegra_suspend_enter_lp1()
H
A
D
pm-tegra20.c
16
tegra_lp1_iram
.start_addr = &tegra20_iram_start;
in tegra20_lp1_iram_hook()
17
tegra_lp1_iram
.end_addr = &tegra20_iram_end;
in tegra20_lp1_iram_hook()
H
A
D
pm-tegra30.c
16
tegra_lp1_iram
.start_addr = &tegra30_iram_start;
in tegra30_lp1_iram_hook()
17
tegra_lp1_iram
.end_addr = &tegra30_iram_end;
in tegra30_lp1_iram_hook()
Completed in 4 milliseconds