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:dma_st
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
at91-sama5d2_adc.c
403
struct at91_adc_dma
dma_st
;
member
752
if (st->
dma_st
.dma_chan)
in at91_adc_reenable_trigger()
775
status = dmaengine_tx_status(st->
dma_st
.dma_chan,
in at91_adc_dma_size_done()
776
st->
dma_st
.dma_chan->cookie,
in at91_adc_dma_size_done()
782
i = st->
dma_st
.rx_buf_sz - state.residue;
in at91_adc_dma_size_done()
785
if (i >= st->
dma_st
.buf_idx)
in at91_adc_dma_size_done()
786
size = i - st->
dma_st
.buf_idx;
in at91_adc_dma_size_done()
788
size = st->
dma_st
.rx_buf_sz + i - st->
dma_st
.buf_idx;
in at91_adc_dma_size_done()
807
if (!st->
dma_st
in at91_adc_dma_start()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
at91-sama5d2_adc.c
601
struct at91_adc_dma
dma_st
;
member
1155
if (st->
dma_st
.dma_chan)
in at91_adc_reenable_trigger()
1176
status = dmaengine_tx_status(st->
dma_st
.dma_chan,
in at91_adc_dma_size_done()
1177
st->
dma_st
.dma_chan->cookie,
in at91_adc_dma_size_done()
1183
i = st->
dma_st
.rx_buf_sz - state.residue;
in at91_adc_dma_size_done()
1186
if (i >= st->
dma_st
.buf_idx)
in at91_adc_dma_size_done()
1187
size = i - st->
dma_st
.buf_idx;
in at91_adc_dma_size_done()
1189
size = st->
dma_st
.rx_buf_sz + i - st->
dma_st
.buf_idx;
in at91_adc_dma_size_done()
1208
if (!st->
dma_st
in at91_adc_dma_start()
[all...]
Completed in 8 milliseconds