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:l3_flagmux
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
omap_l3_noc.h
119
struct l3_flagmux_data **
l3_flagmux
;
member
223
.
l3_flagmux
= omap4_l3_flagmux,
251
.
l3_flagmux
= omap5_l3_flagmux,
402
.
l3_flagmux
= dra_l3_flagmux,
493
.
l3_flagmux
= am4372_l3_flagmux,
H
A
D
omap_l3_noc.c
185
flag_mux = l3->
l3_flagmux
[i];
in l3_interrupt_handler()
324
flag_mux = l3->
l3_flagmux
[i];
in l3_resume_noirq()
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
omap_l3_noc.h
111
struct l3_flagmux_data **
l3_flagmux
;
member
215
.
l3_flagmux
= omap4_l3_flagmux,
243
.
l3_flagmux
= omap5_l3_flagmux,
394
.
l3_flagmux
= dra_l3_flagmux,
485
.
l3_flagmux
= am4372_l3_flagmux,
H
A
D
omap_l3_noc.c
177
flag_mux = l3->
l3_flagmux
[i];
in l3_interrupt_handler()
316
flag_mux = l3->
l3_flagmux
[i];
in l3_resume_noirq()
Completed in 2 milliseconds