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:imgchip
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-img.c
80
static inline void img_pwm_writel(struct img_pwm_chip *
imgchip
,
in img_pwm_writel()
argument
83
writel(val,
imgchip
->base + reg);
in img_pwm_writel()
86
static inline u32 img_pwm_readl(struct img_pwm_chip *
imgchip
, u32 reg)
in img_pwm_readl()
argument
88
return readl(
imgchip
->base + reg);
in img_pwm_readl()
96
struct img_pwm_chip *
imgchip
= to_img_pwm_chip(chip);
in img_pwm_config()
local
97
unsigned int max_timebase =
imgchip
->data->max_timebase;
in img_pwm_config()
100
if (period_ns <
imgchip
->min_period_ns ||
in img_pwm_config()
101
period_ns >
imgchip
->max_period_ns) {
in img_pwm_config()
106
input_clk_hz = clk_get_rate(
imgchip
->pwm_clk);
in img_pwm_config()
134
val = img_pwm_readl(
imgchip
, PWM_CTRL_CF
in img_pwm_config()
153
struct img_pwm_chip *
imgchip
= to_img_pwm_chip(chip);
img_pwm_enable()
local
174
struct img_pwm_chip *
imgchip
= to_img_pwm_chip(chip);
img_pwm_disable()
local
229
struct img_pwm_chip *
imgchip
= dev_get_drvdata(dev);
img_pwm_runtime_suspend()
local
239
struct img_pwm_chip *
imgchip
= dev_get_drvdata(dev);
img_pwm_runtime_resume()
local
263
struct img_pwm_chip *
imgchip
;
img_pwm_probe()
local
348
struct img_pwm_chip *
imgchip
= platform_get_drvdata(pdev);
img_pwm_remove()
local
360
struct img_pwm_chip *
imgchip
= dev_get_drvdata(dev);
img_pwm_suspend()
local
382
struct img_pwm_chip *
imgchip
= dev_get_drvdata(dev);
img_pwm_resume()
local
[all...]
Completed in 2 milliseconds