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_ep_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-psil.c
17
static const struct psil_ep_map *
soc_ep_map
;
variable
31
if (!
soc_ep_map
) {
in psil_get_ep_config()
36
soc_ep_map
= soc->data;
in psil_get_ep_config()
42
pr_debug("%s: Using map for %s\n", __func__,
soc_ep_map
->name);
in psil_get_ep_config()
46
if (thread_id & K3_PSIL_DST_THREAD_ID_OFFSET &&
soc_ep_map
->dst) {
in psil_get_ep_config()
48
for (i = 0; i <
soc_ep_map
->dst_count; i++) {
in psil_get_ep_config()
49
if (
soc_ep_map
->dst[i].thread_id == thread_id)
in psil_get_ep_config()
50
return &
soc_ep_map
->dst[i].ep_config;
in psil_get_ep_config()
55
if (
soc_ep_map
->src) {
in psil_get_ep_config()
56
for (i = 0; i <
soc_ep_map
in psil_get_ep_config()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-psil.c
18
static const struct psil_ep_map *
soc_ep_map
;
variable
37
if (!
soc_ep_map
) {
in psil_get_ep_config()
42
soc_ep_map
= soc->data;
in psil_get_ep_config()
48
pr_debug("%s: Using map for %s\n", __func__,
soc_ep_map
->name);
in psil_get_ep_config()
52
if (thread_id & K3_PSIL_DST_THREAD_ID_OFFSET &&
soc_ep_map
->dst) {
in psil_get_ep_config()
54
for (i = 0; i <
soc_ep_map
->dst_count; i++) {
in psil_get_ep_config()
55
if (
soc_ep_map
->dst[i].thread_id == thread_id)
in psil_get_ep_config()
56
return &
soc_ep_map
->dst[i].ep_config;
in psil_get_ep_config()
61
if (
soc_ep_map
->src) {
in psil_get_ep_config()
62
for (i = 0; i <
soc_ep_map
in psil_get_ep_config()
[all...]
Completed in 2 milliseconds