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:sun4i_pwm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-sun4i.c
116
struct sun4i_pwm_chip *
sun4i_pwm
= to_sun4i_pwm_chip(chip);
in sun4i_pwm_get_state()
local
121
clk_rate = clk_get_rate(
sun4i_pwm
->clk);
in sun4i_pwm_get_state()
123
val = sun4i_pwm_readl(
sun4i_pwm
, PWM_CTRL_REG);
in sun4i_pwm_get_state()
131
sun4i_pwm
->data->has_direct_mod_clk_output) {
in sun4i_pwm_get_state()
140
sun4i_pwm
->data->has_prescaler_bypass)
in sun4i_pwm_get_state()
159
val = sun4i_pwm_readl(
sun4i_pwm
, PWM_CH_PRD(pwm->hwpwm));
in sun4i_pwm_get_state()
168
static int sun4i_pwm_calculate(struct sun4i_pwm_chip *
sun4i_pwm
,
in sun4i_pwm_calculate()
argument
176
clk_rate = clk_get_rate(
sun4i_pwm
->clk);
in sun4i_pwm_calculate()
178
*bypass =
sun4i_pwm
->data->has_direct_mod_clk_output &&
in sun4i_pwm_calculate()
188
if (
sun4i_pwm
in sun4i_pwm_calculate()
234
struct
sun4i_pwm
_chip *
sun4i_pwm
= to_
sun4i_pwm
_chip(chip);
sun4i_pwm_apply()
local
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-sun4i.c
114
struct sun4i_pwm_chip *
sun4i_pwm
= to_sun4i_pwm_chip(chip);
in sun4i_pwm_get_state()
local
119
clk_rate = clk_get_rate(
sun4i_pwm
->clk);
in sun4i_pwm_get_state()
123
val = sun4i_pwm_readl(
sun4i_pwm
, PWM_CTRL_REG);
in sun4i_pwm_get_state()
131
sun4i_pwm
->data->has_direct_mod_clk_output) {
in sun4i_pwm_get_state()
140
sun4i_pwm
->data->has_prescaler_bypass)
in sun4i_pwm_get_state()
159
val = sun4i_pwm_readl(
sun4i_pwm
, PWM_CH_PRD(pwm->hwpwm));
in sun4i_pwm_get_state()
170
static int sun4i_pwm_calculate(struct sun4i_pwm_chip *
sun4i_pwm
,
in sun4i_pwm_calculate()
argument
178
clk_rate = clk_get_rate(
sun4i_pwm
->clk);
in sun4i_pwm_calculate()
180
*bypass =
sun4i_pwm
->data->has_direct_mod_clk_output &&
in sun4i_pwm_calculate()
190
if (
sun4i_pwm
in sun4i_pwm_calculate()
236
struct
sun4i_pwm
_chip *
sun4i_pwm
= to_
sun4i_pwm
_chip(chip);
sun4i_pwm_apply()
local
[all...]
Completed in 2 milliseconds