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:chan_is_logical
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
ste_dma40.c
613
static bool
chan_is_logical
(struct d40_chan *chan)
in chan_is_logical()
function
637
bool is_log =
chan_is_logical
(d40c);
in d40_pool_lli_alloc()
1317
if (
chan_is_logical
(d40c))
in d40_channel_execute_command()
1356
var = ((u32)(
chan_is_logical
(d40c)) + 1) <<
in d40_config_write()
1365
if (
chan_is_logical
(d40c)) {
in d40_config_write()
1388
if (
chan_is_logical
(d40c))
in d40_residue()
1404
if (
chan_is_logical
(d40c))
in d40_tx_is_linked()
2028
d40_alloc_mask_free(phy, is_src,
chan_is_logical
(d40c) ? event : 0);
in d40_free_dma()
2030
if (
chan_is_logical
(d40c))
in d40_free_dma()
2243
if (
chan_is_logical
(cha
in d40_prep_sg()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
ste_dma40.c
638
static bool
chan_is_logical
(struct d40_chan *chan)
in chan_is_logical()
function
662
bool is_log =
chan_is_logical
(d40c);
in d40_pool_lli_alloc()
1342
if (
chan_is_logical
(d40c))
in d40_channel_execute_command()
1381
var = ((u32)(
chan_is_logical
(d40c)) + 1) <<
in d40_config_write()
1390
if (
chan_is_logical
(d40c)) {
in d40_config_write()
1413
if (
chan_is_logical
(d40c))
in d40_residue()
1429
if (
chan_is_logical
(d40c))
in d40_tx_is_linked()
2052
d40_alloc_mask_free(phy, is_src,
chan_is_logical
(d40c) ? event : 0);
in d40_free_dma()
2054
if (
chan_is_logical
(d40c))
in d40_free_dma()
2267
if (
chan_is_logical
(cha
in d40_prep_sg()
[all...]
Completed in 8 milliseconds