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:mvpwm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-mvebu.c
122
struct mvebu_pwm *
mvpwm
;
member
287
static unsigned int mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *
mvpwm
)
in mvebu_pwmreg_blink_on_duration()
argument
289
return
mvpwm
->offset + PWM_BLINK_ON_DURATION_OFF;
in mvebu_pwmreg_blink_on_duration()
292
static unsigned int mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *
mvpwm
)
in mvebu_pwmreg_blink_off_duration()
argument
294
return
mvpwm
->offset + PWM_BLINK_OFF_DURATION_OFF;
in mvebu_pwmreg_blink_off_duration()
622
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
in mvebu_pwm_request()
local
623
struct mvebu_gpio_chip *mvchip =
mvpwm
->mvchip;
in mvebu_pwm_request()
628
spin_lock_irqsave(&
mvpwm
->lock, flags);
in mvebu_pwm_request()
630
if (
mvpwm
->gpiod) {
in mvebu_pwm_request()
642
mvpwm
in mvebu_pwm_request()
651
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_free()
local
665
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_get_state()
local
704
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_apply()
local
764
struct mvebu_pwm *
mvpwm
= mvchip->
mvpwm
;
mvebu_pwm_suspend()
local
776
struct mvebu_pwm *
mvpwm
= mvchip->
mvpwm
;
mvebu_pwm_resume()
local
791
struct mvebu_pwm *
mvpwm
;
mvebu_pwm_probe()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-mvebu.c
120
struct mvebu_pwm *
mvpwm
;
member
285
static void __iomem *mvebu_pwmreg_blink_on_duration(struct mvebu_pwm *
mvpwm
)
in mvebu_pwmreg_blink_on_duration()
argument
287
return
mvpwm
->membase + PWM_BLINK_ON_DURATION_OFF;
in mvebu_pwmreg_blink_on_duration()
290
static void __iomem *mvebu_pwmreg_blink_off_duration(struct mvebu_pwm *
mvpwm
)
in mvebu_pwmreg_blink_off_duration()
argument
292
return
mvpwm
->membase + PWM_BLINK_OFF_DURATION_OFF;
in mvebu_pwmreg_blink_off_duration()
613
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
in mvebu_pwm_request()
local
614
struct mvebu_gpio_chip *mvchip =
mvpwm
->mvchip;
in mvebu_pwm_request()
619
spin_lock_irqsave(&
mvpwm
->lock, flags);
in mvebu_pwm_request()
621
if (
mvpwm
->gpiod) {
in mvebu_pwm_request()
633
mvpwm
in mvebu_pwm_request()
642
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_free()
local
655
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_get_state()
local
697
struct mvebu_pwm *
mvpwm
= to_mvebu_pwm(chip);
mvebu_pwm_apply()
local
749
struct mvebu_pwm *
mvpwm
= mvchip->
mvpwm
;
mvebu_pwm_suspend()
local
761
struct mvebu_pwm *
mvpwm
= mvchip->
mvpwm
;
mvebu_pwm_resume()
local
776
struct mvebu_pwm *
mvpwm
;
mvebu_pwm_probe()
local
[all...]
Completed in 3 milliseconds