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:current_period
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ti_am335x_adc.c
44
int
current_period
;
member
241
data = dma->buf + dma->
current_period
* dma->period_size;
in tiadc_dma_rx_complete()
242
dma->
current_period
= 1 - dma->
current_period
; /* swap the buffer ID */
in tiadc_dma_rx_complete()
256
dma->
current_period
= 0; /* We start to fill period 0 */
in tiadc_start_dma()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ti_am335x_adc.c
36
int
current_period
;
member
221
data = dma->buf + dma->
current_period
* dma->period_size;
in tiadc_dma_rx_complete()
222
dma->
current_period
= 1 - dma->
current_period
; /* swap the buffer ID */
in tiadc_dma_rx_complete()
236
dma->
current_period
= 0; /* We start to fill period 0 */
in tiadc_start_dma()
/kernel/linux/linux-5.10/sound/sh/
H
A
D
aica.h
64
int
current_period
;
member
H
A
D
aica.c
302
if (play_period == dreamcastcard->
current_period
) {
in aica_period_elapsed()
308
dreamcastcard->
current_period
= play_period;
in aica_period_elapsed()
349
dreamcastcard->
current_period
= 0;
in snd_aicapcm_pcm_open()
/kernel/linux/linux-6.6/sound/sh/
H
A
D
aica.h
64
int
current_period
;
member
H
A
D
aica.c
301
if (play_period == dreamcastcard->
current_period
) {
in aica_period_elapsed()
307
dreamcastcard->
current_period
= play_period;
in aica_period_elapsed()
348
dreamcastcard->
current_period
= 0;
in snd_aicapcm_pcm_open()
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H
A
D
i2sbus.h
45
int
current_period
;
member
H
A
D
pcm.c
366
pi->
current_period
= 0;
in i2sbus_pcm_prepare()
576
pi->
current_period
= 0;
in i2sbus_pcm_trigger()
640
i = pi->
current_period
;
in handle_interrupt()
656
pi->
current_period
= i;
in handle_interrupt()
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/
H
A
D
i2sbus.h
45
int
current_period
;
member
H
A
D
pcm.c
366
pi->
current_period
= 0;
in i2sbus_pcm_prepare()
576
pi->
current_period
= 0;
in i2sbus_pcm_trigger()
640
i = pi->
current_period
;
in handle_interrupt()
656
pi->
current_period
= i;
in handle_interrupt()
/kernel/linux/linux-6.6/sound/soc/sh/
H
A
D
rz-ssi.c
392
int
current_period
;
in rz_ssi_pointer_update()
local
405
current_period
= strm->buffer_pos / runtime->period_size;
in rz_ssi_pointer_update()
406
if (strm->period_counter !=
current_period
) {
in rz_ssi_pointer_update()
408
strm->period_counter =
current_period
;
in rz_ssi_pointer_update()
Completed in 10 milliseconds