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:min_period_ns
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-tegra.c
72
unsigned long
min_period_ns
;
member
117
if (period_ns < pc->
min_period_ns
)
in tegra_pwm_config()
276
pwm->
min_period_ns
=
in tegra_pwm_probe()
H
A
D
pwm-img.c
69
int
min_period_ns
;
member
101
if (period_ns < pwm_chip->
min_period_ns
||
in img_pwm_config()
305
pwm->
min_period_ns
= val;
in img_pwm_probe()
H
A
D
pwm-lpc18xx-sct.c
98
unsigned int
min_period_ns
;
member
187
if (period_ns < lpc18xx_pwm->
min_period_ns
||
in lpc18xx_pwm_config()
368
lpc18xx_pwm->
min_period_ns
= DIV_ROUND_UP(NSEC_PER_SEC,
in lpc18xx_pwm_probe()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-tegra.c
75
unsigned long
min_period_ns
;
member
119
if (period_ns < pc->
min_period_ns
)
in tegra_pwm_config()
320
pc->
min_period_ns
=
in tegra_pwm_probe()
H
A
D
pwm-img.c
69
int
min_period_ns
;
member
100
if (period_ns < imgchip->
min_period_ns
||
in img_pwm_config()
323
imgchip->
min_period_ns
= val;
in img_pwm_probe()
H
A
D
pwm-lpc18xx-sct.c
101
unsigned int
min_period_ns
;
member
157
* As period_ns >=
min_period_ns
= DIV_ROUND_UP(NSEC_PER_SEC, lpc18xx_pwm->clk_rate);
in lpc18xx_pwm_config_period()
199
if (period_ns < lpc18xx_pwm->
min_period_ns
||
in lpc18xx_pwm_config()
392
lpc18xx_pwm->
min_period_ns
= DIV_ROUND_UP(NSEC_PER_SEC,
in lpc18xx_pwm_probe()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
ni_mio_common.c
4930
static const unsigned int
min_period_ns
= 50;
in ni_mseries_set_pll_master_clock()
local
4946
if (period_ns <
min_period_ns
|| period_ns > max_period_ns) {
in ni_mseries_set_pll_master_clock()
4949
__func__,
min_period_ns
, max_period_ns);
in ni_mseries_set_pll_master_clock()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
ni_mio_common.c
4929
static const unsigned int
min_period_ns
= 50;
in ni_mseries_set_pll_master_clock()
local
4945
if (period_ns <
min_period_ns
|| period_ns > max_period_ns) {
in ni_mseries_set_pll_master_clock()
4948
__func__,
min_period_ns
, max_period_ns);
in ni_mseries_set_pll_master_clock()
Completed in 19 milliseconds