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:soc_is_omap34xx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
pm.c
101
if (
soc_is_omap34xx
())
in omap_pm_begin()
113
if (
soc_is_omap34xx
())
in omap_pm_wake()
H
A
D
i2c.c
42
if (soc_is_omap24xx() ||
soc_is_omap34xx
() || soc_is_am35xx())
in omap_i2c_reset()
H
A
D
id.c
63
} else if (
soc_is_omap34xx
()) {
in omap_type()
734
if (
soc_is_omap34xx
())
in omap2_set_globals_tap()
754
else if (
soc_is_omap34xx
())
in omap_get_family()
H
A
D
soc.h
205
# define
soc_is_omap34xx
() is_omap34xx()
macro
208
# define
soc_is_omap34xx
() 0
495
#define cpu_is_omap34xx()
soc_is_omap34xx
()
H
A
D
dma.c
200
if (
soc_is_omap34xx
() && (omap_type() != OMAP2_DEVICE_TYPE_GP))
in omap2_system_dma_init()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
pm.c
95
if (
soc_is_omap34xx
())
in omap_pm_begin()
107
if (
soc_is_omap34xx
())
in omap_pm_wake()
H
A
D
i2c.c
42
if (soc_is_omap24xx() ||
soc_is_omap34xx
() || soc_is_am35xx())
in omap_i2c_reset()
H
A
D
id.c
63
} else if (
soc_is_omap34xx
()) {
in omap_type()
734
if (
soc_is_omap34xx
())
in omap2_set_globals_tap()
754
else if (
soc_is_omap34xx
())
in omap_get_family()
H
A
D
soc.h
205
# define
soc_is_omap34xx
() is_omap34xx()
macro
208
# define
soc_is_omap34xx
() 0
495
#define cpu_is_omap34xx()
soc_is_omap34xx
()
H
A
D
dma.c
201
if (
soc_is_omap34xx
() && (omap_type() != OMAP2_DEVICE_TYPE_GP))
in omap2_system_dma_init()
Completed in 9 milliseconds