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:atslave
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
at_hdmac.c
1030
struct at_dma_slave *
atslave
= chan->private;
in atc_prep_slave_sg()
local
1048
if (unlikely(!
atslave
|| !sg_len)) {
in atc_prep_slave_sg()
1250
struct at_dma_slave *
atslave
= chan->private;
in atc_prep_dma_cyclic()
local
1264
if (unlikely(!
atslave
|| !buf_len || !period_len)) {
in atc_prep_dma_cyclic()
1500
struct at_dma_slave *
atslave
;
in atc_alloc_chan_resources()
local
1519
atslave
= chan->private;
in atc_alloc_chan_resources()
1520
if (
atslave
) {
in atc_alloc_chan_resources()
1525
BUG_ON(!
atslave
->dma_dev ||
atslave
->dma_dev != atdma->dma_common.dev);
in atc_alloc_chan_resources()
1528
if (
atslave
in atc_alloc_chan_resources()
1591
struct at_dma_slave *
atslave
= slave;
at_dma_filter()
local
1606
struct at_dma_slave *
atslave
;
at_dma_xlate()
local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
at_hdmac.c
1245
struct at_dma_slave *
atslave
= chan->private;
in atc_prep_slave_sg()
local
1262
if (unlikely(!
atslave
|| !sg_len)) {
in atc_prep_slave_sg()
1488
struct at_dma_slave *
atslave
= chan->private;
in atc_prep_dma_cyclic()
local
1501
if (unlikely(!
atslave
|| !buf_len || !period_len)) {
in atc_prep_dma_cyclic()
1719
struct at_dma_slave *
atslave
;
in atc_alloc_chan_resources()
local
1732
atslave
= chan->private;
in atc_alloc_chan_resources()
1733
if (
atslave
) {
in atc_alloc_chan_resources()
1738
BUG_ON(!
atslave
->dma_dev ||
atslave
->dma_dev != atdma->dma_device.dev);
in atc_alloc_chan_resources()
1741
if (
atslave
in atc_alloc_chan_resources()
1776
struct at_dma_slave *
atslave
= slave;
at_dma_filter()
local
1791
struct at_dma_slave *
atslave
;
at_dma_xlate()
local
[all...]
Completed in 6 milliseconds