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:next_period
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/sound/atmel/
H
A
D
ac97c.c
476
int offset,
next_period
, block_size;
in atmel_ac97c_interrupt()
local
491
next_period
= chip->playback_period + 1;
in atmel_ac97c_interrupt()
492
if (
next_period
== runtime->periods)
in atmel_ac97c_interrupt()
493
next_period
= 0;
in atmel_ac97c_interrupt()
495
offset = block_size *
next_period
;
in atmel_ac97c_interrupt()
509
next_period
= chip->capture_period + 1;
in atmel_ac97c_interrupt()
510
if (
next_period
== runtime->periods)
in atmel_ac97c_interrupt()
511
next_period
= 0;
in atmel_ac97c_interrupt()
513
offset = block_size *
next_period
;
in atmel_ac97c_interrupt()
/kernel/linux/linux-6.6/sound/atmel/
H
A
D
ac97c.c
475
int offset,
next_period
, block_size;
in atmel_ac97c_interrupt()
local
490
next_period
= chip->playback_period + 1;
in atmel_ac97c_interrupt()
491
if (
next_period
== runtime->periods)
in atmel_ac97c_interrupt()
492
next_period
= 0;
in atmel_ac97c_interrupt()
494
offset = block_size *
next_period
;
in atmel_ac97c_interrupt()
508
next_period
= chip->capture_period + 1;
in atmel_ac97c_interrupt()
509
if (
next_period
== runtime->periods)
in atmel_ac97c_interrupt()
510
next_period
= 0;
in atmel_ac97c_interrupt()
512
offset = block_size *
next_period
;
in atmel_ac97c_interrupt()
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-sun4i.c
92
unsigned long
next_period
[2];
member
287
sun4i_pwm->
next_period
[pwm->hwpwm] = jiffies +
in sun4i_pwm_apply()
309
if (time_before(now, sun4i_pwm->
next_period
[pwm->hwpwm])) {
in sun4i_pwm_apply()
310
delay_us = jiffies_to_usecs(sun4i_pwm->
next_period
[pwm->hwpwm] -
in sun4i_pwm_apply()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_ptp.h
91
unsigned long
next_period
;
member
H
A
D
bnxt_ptp.c
714
if (!time_after_eq(now, ptp->
next_period
))
in bnxt_ptp_ts_aux_work()
715
return ptp->
next_period
- now;
in bnxt_ptp_ts_aux_work()
718
ptp->
next_period
= now + HZ;
in bnxt_ptp_ts_aux_work()
/kernel/linux/linux-5.10/sound/spi/
H
A
D
at73c213.c
358
int
next_period
;
in snd_at73c213_interrupt()
local
370
next_period
= chip->period + 1;
in snd_at73c213_interrupt()
371
if (
next_period
== runtime->periods)
in snd_at73c213_interrupt()
372
next_period
= 0;
in snd_at73c213_interrupt()
374
offset = block_size *
next_period
;
in snd_at73c213_interrupt()
/kernel/linux/linux-6.6/sound/spi/
H
A
D
at73c213.c
358
int
next_period
;
in snd_at73c213_interrupt()
local
370
next_period
= chip->period + 1;
in snd_at73c213_interrupt()
371
if (
next_period
== runtime->periods)
in snd_at73c213_interrupt()
372
next_period
= 0;
in snd_at73c213_interrupt()
374
offset = block_size *
next_period
;
in snd_at73c213_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
2928
unsigned long
next_period
;
in sge_timer_tx()
local
2942
next_period
= TX_RECLAIM_PERIOD >>
in sge_timer_tx()
2945
mod_timer(&qs->tx_reclaim_timer, jiffies +
next_period
);
in sge_timer_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
2926
unsigned long
next_period
;
in sge_timer_tx()
local
2940
next_period
= TX_RECLAIM_PERIOD >>
in sge_timer_tx()
2943
mod_timer(&qs->tx_reclaim_timer, jiffies +
next_period
);
in sge_timer_tx()
Completed in 16 milliseconds